/*#############*/
/*----------------GENERAL*/
/*#############*/
body {
	margin : 0;
	padding : 0;
	font-family : verdana, arial, sans-serif;
	color: #595858;
	font-size : 12px;
	line-height: 17px ;
	text-align : center;
	background : #8A8A8A;
	background-image : url(fond.png);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

img { border : none; }

a { 
	color : #4a79aa;
	text-decoration : underline;
	background : transparent;
}
a:hover { 
	color : #FF0000;
	text-decoration : underline;
	background : transparent; 
}

h1 {
	font-size : 17px;
	line-height: 17px ;
}
h2 {
	font-size : 15px;
	line-height: 15px ;
}
h3 {
	font-size : 13px;
	line-height: 14px ;
	font-weight : 900;
}

hr {
	clear: both;
	visibility: hidden;
	margin-bottom : 0px;
}

.page {
	width : 990px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	background : #FFFFFF;
	border : 0px #A7A7A7 solid;
}

/*#############*/
/*----------------------TETE*/
/*#############*/
.tete {
	width : 100%;
   height: 90px;
	text-align : left;
	background-image : url(fond-tete.jpg);
	background-repeat: no-repeat;	
	border : 0px red solid;
}
.tete img{
	margin-top: 6px;
   position: absolute;
   z-index:1000;
}

/*#############*/
/*----------------------MENU*/
/*#############*/
.menu {
	width : 990px;
   height: 42px;
	margin-left : auto;
	margin-right : auto;
	margin-top:10px;
	margin-bottom: 10px;
	border : 0px green solid;
}

.menu-bloc-gauche {
	position : relative;
	float: left;
	width : 47px;
	line-height: 42px;
	height : 42px;
	background-image : url(fond-menu-gauche.png);
	background-repeat: repeat-x;
	margin-bottom : 5px;
	border-right : 0px solid #FFFFFF;
}
.menu-bloc-droite {
	position : relative;
	float: left;
	width : 47px;
	line-height: 36px;
	height : 42px;
	background-image : url(fond-menu-droite.png);
	background-repeat: repeat-x;
	margin-bottom : 5px;
	border-left : 0px solid #FFFFFF;   
}

.lien-menu {
	position : relative;
	float: left;
	width : 149px;
	color : #000000;
	text-transform : uppercase;
	text-decoration : none;
	font-weight : 300;
	line-height: 36px;
	height : 42px;
	background-image : url(fond-menu-off.png);
	background-repeat: repeat-x;
	margin-bottom : 5px;
}
/*#############*/
/*----------------------CORPS*/
/*#############*/
.corps {
   text-align: left;
}

.formulaire {
   width: 500px;
   text-align: left;
   margin-left: 400px;
}
/*##################*/
/*       liste de sites      */
/*##################*/

.lesite {
   width: 440px;
   height: 90px;
   float: left;
   padding: 5px;
	margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   
   border : 1px dotted #595858;   
}
.ascreen-sites {
   margin-right: 15px;
   float: left;
}
.description-sites {

}


/*#############*/
/*----------------------PIED*/
/*#############*/

.pied {
	clear: both;
   text-align: right;
   margin-top: 15px;
   margin-bottom: 20px;
   margin-right: 15px;
}
