/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body{
	background-color:#BBBB7E;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
div#cadreIE {
	text-align: center;
    width: 100%;
	border:2px solid white;
}
div#cadreIE {
	position:relative;
    width: 852px;
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	background-color:white;
}
.erreur {
	background-color:#3B0807;
	background-image:url(images/erreur.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	margin:5px 0;
	text-align:center;
}
.envoye {
	background-color:#3B0807;
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
	margin:5px 0;
	text-align:center;
}

div.hr {
	border-bottom:1px dotted #CCCCCC;
	border-color:#CCCCCC;
	height:1px;
}
#contenu a {
	color:#00B0E0;
	font-weight:bold;
	text-decoration:none;
}
#contenu a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	display:block;
	height: 0;
	font-size: 1px;
	line-height: 0px;
} 
.engras {
	font-weight:bold;
	color:#800000;
}
.notabene {
	font-style:italic;
}

div#entete {
	background-color:#3B0807;
	height:190px;
}
div#entete img#logo{
	position:relative;
	float:left;
	margin: 33px 0px 0px 55px;
}
div#entete img#infos{
	position:relative;
	float:right;
	margin: 54px 54px 0px 0px;
}
div#menu {
	background-color:#282828;
	border-bottom:1px solid white;
	border-top:1px solid white;
	color:white;
	height:25px;
	padding:5px 0;
}
div#menu ul{
}
div#menu ul li{
	display:inline;
}
div#menu ul li a{
	border-right:1px solid #555555;
	color:white;
	display:block;
	float:left;
	padding:5px 15px;
	text-decoration:none;
	font-size:11px;
}
div#menu ul li a:hover{
	text-decoration:underline;
}
div#menu ul li a.on{
	font-weight:bold;
}
div#contenu{
	padding:10px 20px;
	border:1px solid #B4AD9E;
	height:1%;
}
div#contenu div#gauche{
	position:relative;
	float:left;
	width:200px;
	text-align:center;
}
h1.tags{
	font-size:15px;
	color:#7fd7ef;
}
div#contenu div#droite{
	position:relative;
	float:right;
	width:590px;
	border-left:1px dashed #AAAAAA;
	padding-left:10px;
}

h1 {
	font-size:20px;
	color:#00B0E0;
	font-weight:bold;
}
#contenu ul {
	list-style-image:url(images/puces/marron.jpg);
	margin-left:50px;
}
#contenu ul li{
	margin:5px 0;
}
#contenu img{
	border:solid 1px #3B0807;
}

div#pied {
	background-color:#282828;
	border-bottom:1px solid white;
	border-top:1px solid white;
	color:white;
	height:15px;
	padding:0;
	text-align:center;
	font-size:11px;
}
div#pied a{
	color:gray;
	font-weight:bold;
	text-decoration:none;
}
div#pied a:hover{
	text-decoration:underline;
}