body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0;
	padding: 0;
	text-align: justify;
	background: silver;
}
img{
	border :0;
}
/* PAGE */

#conteneur {
	position: relative;
	width:1000px;
	margin:0 auto;
	background-color: white;
}

/* ENTETE */

#entete {
	height: 170px;
	padding-top: 10px;
}
#enteteGauche {
	float:left;
	margin-left: 25px;
}
#enteteGauche h2, #enteteGauche h3{
	color: navy;
}
#enteteGauche h2{
	font-size: 18px;
}
#enteteGauche h3{
	font-size: 14px;
}
#enteteGauche h2, #enteteGauche h3, #entete p{
	text-align: center;
	margin : 0;
}
#enteteImg{
	clear: both;
	margin: 0 20px;
}
#enteteImg img{
	float: left;
	margin: 0 5px;
}
#enteteImg img.right{
	float: right;
}
#enteteDroite {
	float:right;
	margin-right: 25px;
	width:470px;
}
#enteteDroite ul {
	height: 25px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#enteteDroite ul li{
	height: 25px;
	float:right;
	margin: 0 5px 0 0;
	padding: 0;
}
#enteteDroite ul li a{
	text-decoration: none;;
	padding:5px 8px;
}
#entete #newsBox{
	position:absolute;
	top:130px;
	left:175px;
	width:800px;
	color: navy;
	height:35px;
	font-size: 25px
}
/* BAR de MENU */

#barMenu {
	margin: 0;
	padding: 0;
	height: 24px;
	border-bottom: 1px solid black;
}
#barMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#barMenu ul li{
	float:left;
	margin: 0;
	padding: 0 ;
	background: darkcyan url("img/onglet.right.png") no-repeat right top;
}
#barMenu ul li a{
	color: black;
	text-decoration: none;
	background:url("img/onglet.left.png") no-repeat left top;
	padding:6px 5px 3px 5px;
	display:block;
}
#barMenu ul li.right{
	float:right;
}
#barMenu ul li.selected{
	background: steelblue url("img/onglet.right.png") no-repeat right top;
}
#barMenu ul li.selected a{
	color: white;
}
#barMenu ul li.selectedright{
	float:right;
	background: steelblue url("img/onglet.right.png") no-repeat right top;
}
#barMenu ul li.selectedright a{
	color: white;
}
#barMenu ul li:hover a{
	color: black;
}
#barMenu ul li:hover{
	background: lightsteelblue url("img/onglet.right.png") no-repeat right top;
}

/* SOUS MENU DROITE*/

#sousMenu {
	float:right;
	width: 150px;
	margin-left: -1px;
	margin-top: 0px;
	border-left: 1px solid black;
}
#sousMenu ul {
	list-style-type: none;
	margin: 5px auto 0 auto;
	padding: 0;
}
#sousMenu ul li{
	width: 150px;
	text-align: center;
	margin-bottom:5px;
}
#sousMenu ul li a{
	display:block;
	color: black;
	text-decoration: none;
	padding:10px 5px;
	font-size:0.9em;
	background: url("img/menu.png") no-repeat;
}
#sousMenu ul li.selected a{
	color: white;
	background: url("img/select.png") no-repeat;
}
#sousMenu ul li:hover a{
	color: white;
	background:  url("img/actif.png") repeat-y;
}
#sousMenu .subitem a{
	width: 136px;
	margin-left:10px;
	background: url("img/menu.png") no-repeat;
	font-size:0.8em;
	text-align: left;
	padding:5px 2px;
}
#sousMenu .subitem:hover a{
	background:  url("img/actif.png") repeat-y;
}
#sousMenu .subitemselected a{
	width: 136px;
	margin-left:10px;
	color: white;
	background: url("img/select.png") no-repeat;
	font-size:0.8em;
	text-align: left;
	padding:5px 2px;
}
#sousMenu .subitemselected:hover a{
	background:  url("img/actif.png") repeat-y;
}

#sousMenu #loginBox{
	padding: 0 2px 5px 2px;
	text-align: left;
}
/* CONTENU */

#contenu {
	margin: 0;
	margin-right: 150px;
	min-height: 700px;
	padding: 5px;
	border-right: 1px solid black;
}

/* PIED */

#pied {
	clear:both;
	border-top: 1px solid black;
	padding: 5px;
	text-align: center;
}
#pied p{
	margin : 0;
}
#pied ul {
	margin: 0;
	padding:  0;
	list-style-type: none;
}
#pied ul li{
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}
#pied ul li a{
	text-decoration: none;
	padding:5px 8px;
}


