table{
	color: #000;
	font-size: 11px;
	background-color: #fff;
	border: solid 1px;
}

table.noborder{
	color: #000;
	font-size: 11px;
	background-color: #fff;
	border: solid 0px;
}

body{
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
	background-color: #808080;
}

a{
	color: blue;
	text-decoration: underline;
}

a.gris{
	color: silver;
	font-style: italic;
	text-decoration: underline;
}

a:hover{
	color: #f00;
	text-decoration: none;
}

.titre{
	font-weight: bold;
	font-size: 20px;
}

.titre2{
	font-weight: bold;
	font-size: 16px;
}

.titre1{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

td.justifie{
	text-align: justify;
}

td.basrouge{
	border-bottom: 1px solid #f00;
}

td.basnoir{
	border-bottom: 1px solid #000;
}

td.droitenoir{
	border-right: 1px solid #000;
}

td.noir{
	color: #fff;
	background-color: #3f3f3f;
	height: 20px;
}

input.jdv{
	color: #006400;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffe0;
	text-indent: 2px;
	border: solid 1px #006400;
	width: 500px;
}

select.jdv{
	color: #006400;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffe0;
	border: solid 1px #006400;
	width: 500px;
}

textarea.jdv{
	color: #006400;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #ffffe0;
	border: solid 1px #006400;
	width: 500px;
}

input.bouton{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #f5f5f5;
	border: solid 2px #000;
}

div{
}

div#top{
	width: 792px;
	background-color: #3f3f3f;
	padding: 3px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
}

div#toptitre{
	width: 792px;
	background-color: #3f3f3f;
	padding: 3px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

div.contenu,
div#contenu{
	width: 758px;
	background-color: #fff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	float: left;
}

div.article,
div#article{
	width: 716px;
	background-color: #fff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #f00;
	text-align: left;
	float: left;
}

div.marge,
div#marge{
	width: 90px;
	background-color: #fff;
	float: left;
}

div.texte,
div#texte{
	width: 626px;
	line-height: 18px;
	background-color: #fff;
	text-align: left;
	float: left;
	padding-top: 3px;
}

div.formulairegauche,
div#formulairegauche{
	width: 200px;
	background-color: #fff;
	text-align: left;
	float: left;
	padding-bottom: 5px;
}

div.formulairedroite,
div#formulairedroite{
	width: 516px;
	background-color: #fff;
	text-align: left;
	float: left;
	padding-bottom: 5px;
}

div.bigliste,
div#bigliste{
	width: 626px;
	background-color: #fff;
	text-align: justify;
	float: left;
	padding-top: 3px;
}

div.droite,
div#droite{
	font-style: italic;
	width: 626px;
	line-height: 16px;
	background-color: #fff;
	text-align: right;
	float: left;
}

div.liste,
div#liste{
	width: 613px;
	line-height: 16px;
	background-color: #fff;
	text-align: left;
	padding-left: 13px;
	padding-bottom: 10px;
}

div#video{
	padding-left: 100px;
	padding-top: 5px;
}

div.photocentre,
div#photocentre{
	text-align: center;
	padding-top: 10px;
	font-style: italic;
	line-height: 14px;
}

div#bottom{
	width: 788px;
	background-color: #3f3f3f;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	float: left;
}

 div#global{
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}
