
/* développé par Emmanuel Winstein - ewinstein arobas yahoo.fr - */
/* 30/11/2005 */
/* feuille de style du site */

body
{
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: silver;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: silver;
	SCROLLBAR-ARROW-COLOR: silver;
	SCROLLBAR-TRACK-COLOR: silver;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	margin: 0px ; /* pour éviter les marges */
	padding:0px;
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color:#FFFFFF;
}



#site {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	position :relative;
}


#main {
	background-color: #7e8e2b;
	padding-left:4px;
	padding-right:4px;
	
	width: 762px;
	}




#header {
	height: 161px;
	margin-top: 10px; /*	border: thin dotted Black;*/
	background-color: White;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	position :relative;
	}
	
#header h1{
display:none;
}


#footer {
	height: 138px;
	position :relative;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;

}

#texte_footer {
	height:10px;
	text-align: center;
	padding-top:115px;
	color:#FFFFFF;
}



#colone{
	/*border: thin dotted Black;*/
	background-color: White;
	position :relative;
	float:left;
	width: 350px;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	height:900px;
	background-image:url(fond2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

}

#colone2{
	background-image:url(fond1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color: White;
	position :relative;
	float:left;
	width: 351px;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	border-right:1px;
	border-right-color:#333333;
	border-right-style:ridge;
	height:900px;
}


.languefr{
	position :relative;
	float:right;
	width: 70px;
	margin-top:39px;
	margin-right:5px;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	height:20px;
}

.languees{
	position :relative;
	float:right;
	width: 70px;
	margin-top:39px;
	margin-right:15px;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
	height:20px;
}


p{
	margin:0px;
	padding-bottom: 15px;
/*	border: 1px solid #DEDEDE;*/
	line-height:17px;	
	}


h1{
	font-size: 18px;
	background-image:url(puce.jpg);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:22px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	color:#0072a9;
}



h2{
	font-family: verdana;
	font-size:16px;
	background-image: url(../img/titre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 0px;
}





.hr{
	height: 1px;
	width: 90%;
	margin-top: 0px;
	background-color: #999999;
	margin-bottom:7px;
}

.espace {
	clear: both;
	line-height: 0px;
}
 	

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0072a9;
	font-size: 12px;
	font-weight: bold;
} 


a:hover 
	{
	text-decoration: none;
	color: #7e8e2b;
	font-size: 12px;
	font-weight: bold;
}



#texte_footer a:link, a:visited, a:active
	{
	text-decoration: none;
	color: #043a50;
	font-size: 12px;
	font-weight: bold;
}


#texte_footer a:hover
	{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
