.orange{color:#DB931A;}
.rouge{color:#BE1B20;}


#site {
	width:990px;
	margin:0 auto;
	
}


#header{
	height:105px;
}


#logo{
	
	float:left;
	width:400px;
	height:40px;
	


}

#nav_langues{
	float:right;

}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
}

#menu{
	padding-top:7px;
	
}
#menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration:none;
}
#menu a:hover{
	
		color: #32373B;

	text-decoration:underline;
}



#texte {
	font-size:16px;
	color:#F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-weight: normal;
	padding-bottom:-10px;
}
li{

	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-weight: normal;
}

#bandeau_img{

	width: 970px;
	height: 250px;
	position: relative;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	
	margin-left: auto;
	border: 8px solid #D9D9D9;

}

#KeyWords{
	height:68px;
	text-align:center;


}

#KeyWords a {
	color:#FFFFFF;
	text-decoration:none;

}
#KeyWords a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}


#cas_pratiques{
	margin-left:40px;

}


.contour{
	padding:5px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right:10px;
}
.capitale{
	font-size:115%;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: uppercase;	

}
#footer{
	padding-bottom:20px;


}

#footer a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration:none;
	padding-right:10px;


}

#footer a:hover{
	
		color: #FFFFFF;

	text-decoration:underline;
}


hr{
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;


}

.clear{clear:both;}

/*Info Bulle */

a.info {
   position: relative;
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
	/* on affiche l'infobulle */
   	font-size:16px;
	position: absolute;
	width:225px;
	/* white-space: nowrap; on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	top: 30px; /* on positionne notre infobulle */
	left: 15px;
	background: white;
	color: #666666;
	padding: 10px;
	border: 1px solid #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline;
	text-align:left;
}


a, a:visited{
	text-decoration:underline;
	color:#272727;
}
