* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
img {
	border: none;
}
.tablo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	background: url(images/fond-menu.jpg) no-repeat;
	color: #069;
	height: 48px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
}
#sommaire {
	padding: 15px 0 0 0;
}
#sommaire a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9bf;
	text-decoration: none;
}
#sommaire a:hover {
	color: #fff;
}
#sommaire a.select {
	color: #fff;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 143px;
	background: url(images/fond-bandeau.jpg) no-repeat;
}
#entete {
	height: 92px;
	background: url(images/fond-entete.jpg) no-repeat #006;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	margin-left: 10px;
	right: 0;
	width: 110px;
}
#encart {
	position: absolute;
	padding-top: 40px;
	margin-top: 6px;
	width: 240px;
	border-right: 1px dotted #666;
	text-align:center;
}
#encart h4 {
	font-size: 20px;
	color: #09d;
	margin:10px 0;
}
#encart h3 {
	font-size: 10px;
	color: #3bf;
	margin:10px 0;
	font-weight:normal;
	letter-spacing:1px;
}
#encart p {
	font-size: 12px;
	color: #000;
	margin:10px 0;
}
#encartcontenu {
	text-align: center;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat top;
	padding: 30px 10px 0 270px;
	min-height:600px;
}
#contenu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0099dd;
	margin:10px 0;
}
#contenu h3 {
	font-size: 12px;
	color: #33bbff;
	margin:10px 0;
}
#contenu p {
	font-size: 12px;
	color: #000000;
	margin:10px 0;
	text-align: justify;
}
#contenu ul {
	white-space: normal;
	margin:10px 0 10px 40px;
}
#contenu li {
	font-size: 12px;
	color: #000044;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 5px;
	margin-bottom: 4px;
}
#contenu a {
	font-size: 12px;
	color: #040;
	text-decoration: underline;
}
#contenu a:hover {
	color:#B63C3C;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page-------*/
#pied {
	font-size: 11px;
	color: #9bf;
	height: 106px;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
	text-align: center;
}
#sousmenu {
	padding-top: 87px;
}
#sousmenu h3 {
	font-size: 11px;
	color: #9bf;
	font-weight: normal;
}
#sousmenu a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#sousmenu a:hover {
	color: #0b3;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------CLASS-------*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
	padding-left: 6px;
	border: 1px solid #366;
	background: url(images/feuille-form.jpg) no-repeat right top #fff;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #033;
}
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.popuphtml{
	position: absolute;
	height: 65px;
	width: 200px;
	top: 350px;
	left: 550px;
	background-color: #ccc;
	border: thin solid #999;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
