
body {
	color: #CC6633;
	background: url(_images/fond.jpg) repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
}


a {
	color: #FF6600;
}
a:hover, a:focus {
	color: #ff9933;
}
strong {
	color: #003366;
}
/* Bloc central contenant #navigation et #contenu */
#global  {
    width: 750px;
	margin: 0 auto;
	background: #ffffff;
	border: thin solid #003366;
}
#centre {
	background: url(_images/fond_centre.jpg) repeat-y;
	
}

/* Navigation */
#navigation {
	background-image: url(_images/degrade_gauche_bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* */

#navigation a {
	color: #cba973;
	font-weight: bold;
	
}
#navigation a:hover, #navigation a:focus {
	color: #003366;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #003366;
}

/* Contenu principal */
#contenu {
	color: #003366;
	background: #ffffff; /* */
}
#contenu a {
	color: #cba973;
	font-weight: bold;
	text-decoration: underline;	
	
}
#contenu a:hover, #contenu a:focus {
	color: #003366;
}
#contenu strong {
	color: #003366;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}


/* En-tête */
#entete  { background-image: url("_images/logo6.jpg"); background-repeat: no-repeat; margin: 0; padding: 0; width: 750px }
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 0px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px;
}



#nav_top {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 103px;
	width: 750px;
	}
#nav_top ul {
	margin: 0;
	list-style: none;
	padding-top: 83px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
#nav_top li {       
       display: inline; /* affichage horizontal */      
} 
#nav_top li a {
	padding: 5px 10px;
	margin: 0;
	color: #003366;
	font-weight: bold;
	text-decoration: none;

}
#nav_top ul li#actif {
       padding: 5px 20px;         
	   margin: 0;         
	   background: #eeddbc; 
	   font-weight: bold;      
	   color: #003366;         
	   border: 0px solid #FF6600;         
	   text-decoration: none;         
	   -moz-border-radius: 10px 10px 0 0;         
	   -webkit-border-radius: 10px 10px 0 0;         
	   border-radius: 10px 10px 0 0;                 
	   -webkit-border-top-left-radius: 10px; /* pour Chrome */         
	   -webkit-border-top-right-radius: 10px; /* pour Chrome */                
}
#nav_top li a:hover, #nav_top li a:focus {         
       background: #003366;         
	   color: #eeddbc;  
	   border: 1px solid #89a;         
	   text-decoration: none;         
	   -moz-border-radius: 10px 10px 0 0;         
	   -webkit-border-radius: 10px 10px 0 0;         
	   border-radius: 10px 10px 0 0;                 
	   -webkit-border-top-left-radius: 10px; /* pour Chrome */         
	   -webkit-border-top-right-radius: 10px; /* pour Chrome */         
} 





/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#navigation {
	width: 235px;
	float: left;
	background-color: #FFFFFF;
}
 #menu li {
	margin: 2px;
			
}

#navigation h1 {
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0px 20px;
	font-size: 1em;
	color: #003366;
}
#navigation h2 {
	font-weight: bold;
	margin: 0;
	padding: 100px 10px 10px 20px;
	font-size: 1em;
	color: #003366;
}
#navigation ul {
	margin: 0;
	padding:0px 20px 0px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 7 */
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: 1em;
	text-decoration: none;
}
#contact ul  {
    margin: 0;
	padding: 0px 20px 5px 10px;
	list-style: none;
}
/* Contenu */
#contenu {
	margin-left: 235px;
	padding: 40px 50px 10px 20px;
	text-align: justify;
	
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p {
	line-height: 1.5;
	text-decoration: none;
}
#contenu ul {
	line-height: 2.0;
	text-decoration: none;
	list-style-type: Aucune;
	padding-right: 0px;
	padding-left: 20px;
	text-align: justify;
}
#contenu h1 {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #003366;
	padding-left: 10px;
}
#contenu span {
	font-size: 1.8em;
	padding-right: 10px;
	color: #CC9966;
	font-weight: bolder;
}
/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}


