/* CSS Document */
body, html {
	background-color: #CCCC99;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {
	font-size: 11px;}

#principale {
	background-color: white;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

/* titre de la page */
#en-tete{
	color:#666666;
	font-size:40px;
	margin-bottom:10px;
	font-style: normal;
	font-weight: normal;
	}
	
.texteorange{
	color:#FF6600;
	font-size:20px;
}
.textetitre{
	color:#666666;
	font-size:19px;
}
.tiretcadratin {
	font-size: 20px;
	font-weight: bold;
}
/* menu principal */
#navigation  {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
	padding: 0 }

#navigation li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	}

#navigation a {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#CCCC99;
	}
	
#navigation a.rub_courante {
	color:#cccccc;
	text-decoration: none;
	background-color: #FFFFFF;
	}

#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF9900;
	}
	
#sousmenu   {
	clear: left;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
	margin: 10px 0;
	padding: 0 }

#sousmenu li  {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #666 }

#sousmenu a  {
	color: #666666;
	font-weight: bold;
	text-decoration: none }


#sousmenu a.sous_rub_courante  {
	font-weight: normal }


#sousmenu a:hover{
	color:#ff3300;
	text-decoration: none;
}
/* fil ariane article */
#fil_ariane  {
	color: #666;
	text-transform: capitalize;
	clear: left;
	margin-left: 10px;
	padding-top: 10px }

	
#fil_ariane a {
	color:#666;
	text-decoration: none;}
	
#fil_ariane a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#666;
	}
/* menu bas de page */
#pied_de_page{
	clear:left;
	color:#666;
	background-color: #CCCC99;
	font-size:12px;
	padding: 10px;
	font-weight:bold;
	margin-top: 15px;
}
	
#pied_de_page a{
	color:#666;
	text-decoration: none;
	}

#pied_de_page a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#666;
	}
