
/* ----------------------------- COULEURS ---------------------------- */



/* _________________________________Général ___________________________*/
body {
	background:#041944;
	overflow:auto;
}

/* _____________________________Bloc central _________________________ */
#centre {
	background: url(images/barrecentre1.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

/* ___________________________Contenu principal_______________________ */
#contenu {
	color: #363B29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenu a {
	color: red;
	text-decoration:underline;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}


/* ------------------------ POSITIONNEMENT ---------------------------- */



/*_________________________________ Page _______________________________*/
body {
	padding: 10px 5px;

}
#global {
	background: url(images/fondok.jpg);
	background-repeat:no-repeat; /* Voir -> Note 1 */
	background-color:white;
	width: 1000px; /* -> 3 */
	margin:60px auto;
}

/*_______________________________ En-tête __________________________*/
#entete {
	background:url(images/barrebas.jpg);
	background-repeat:no-repeat;
	padding: 0px 20px 0px 10px; 
	height:100px;
}

/*_____________________________ Bloc central ______________________ */
#centre {
	width: 100%; /* -> 5 */
}

/*_____________________________ Menu ______________________________*/
#nav {
	margin: 0 ; 
	margin-left:227px;
	padding: 0 ; 
	list-style: none ;  
	background: url(images/blockactive.jpg) center center repeat-x; 
	width:773px;
}
#nav li {
	display: inline ; 
	margin-left: 3px ; 
}
#nav li a {
	padding: 0 25px 0 0 ; 
	font: italic 14px Verdana, Arial, Helvetica, sans-serif ;
	color: white;
	line-height: 2em ; 
	text-decoration: none ; 
}

#nav li a:visited{
	color: white;
}


#nav li a:hover, #nav li current {  
	color: #ccdbf8;
}


/*__________________________ Menu Gauche ________________________________*/
#menugauche {
	width: 200px;
	height:200px;
	float:left;
	padding-top:130px;
	padding-left:30px;
	padding-bottom:15px;
	font: bold italic 14px Verdana, Arial, Helvetica, sans-serif ;
	position:relative;

}
.glossymenu{
	padding-top:20px;
	padding-left: 35px;
	width: 160px;
	position:absolute;

}
.glossymenu a.menuitem{
	font: bold italic 14px Verdana, Arial, Helvetica, sans-serif ;
	border:none;
	color: #041944;
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	text-decoration: none;
}


/* ________________________________Contenu___________________________ */
#contenu {
	margin-left: 230px; /* -> 8 */
	margin-top: 40px; /* -> 8 */
	padding: 10px 20px;
	background:url(images/test21.jpg);

}
#contenu :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/*___________________________ Pied de page __________________________*/


#pied {	
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0 10px 10px; 
	background:url(images/barrebas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
}
#validation{ 
	position: absolute;
  	top: 5px;
  	right: 5px;

}
#copyright{
	margin:0;
	padding:0;
	text-align: center;
}


