@charset "utf-8";
body {
	color: #874433;
	background: #CFBF9D;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #874433;
}

/* Conteneur central */
#centre {
	background: url(img/11-colgauche.png) repeat-y left top;
}
#centre-bis {
	background: url(img/11-coldroite.png) repeat-y right top;
}

/* Navigation */
#navigation {
	background: #EBEBEB;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#navigation a {
	color:#036;
}
#navigation a:hover, #navigation a:focus {
	background-color: #CFBF9D;
}

/* Contenu principal */
#principal {
	color: #696969;
	background: #EBEBEB;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

#secondaire {
	color: #874433;;
	background: url(../img/ondulation_secondaire.gif) no-repeat left bottom #cbd888;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.photo {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
}
#global {
	width: 90%;
	max-width: 100%;
	min-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	height: 160px;
	position:relative;
	margin:0 auto;
}
#entete h1 {
	margin: 0;
}

h2 {
	color:#69F;
}

h3 {
	color:#B366FF;
}

#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#logo_eug{
	position:absolute;
	margin-left:0px;
	width:auto;
	height:150px;
	float:left;
	display:block;
	outline:none;
}

#banniere{
	position:absolute;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-left: 200px;
	width:auto;
	height:150px;
	float:left;
	outline:none;
}

/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	padding: 10px 0px 10px 0px ;
	float: left;
	width: 190px;
}
.navigation ul {
	margin: 0;
	list-style: none;
}

ul.subMenu{
	padding: 0px 10px 0px 10px;	
}

#navigation li {
	line-height: 1.5;
	border-bottom:ridge;
	display: block;
	margin-left:-20px;
	margin-right:10px;
}

#sub li {
	line-height: 1;
	border-bottom:hidden;
	display: block;
	padding: 0px;
	margin-left:0px;
	margin-right:0px;
	font-size:10px;
}

#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	margin-left: 200px;
	margin-right: 240px;
	padding: 10px 20px;
}

#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 200px;
	padding: 12px 15px 12px 12px;
}


/* Pied de page */
#pied {
	margin: ;
	padding: 15px 260px 10px 200px;
	font-size: .85em;
}

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