/*Configuration générale */
table, td, tr, th{
	text-align:center;
	padding: 5px 33px 0 33px;
}
caption{
	font-size:1.13em;
	color: #0b6600;
	font-weight:bold;
}
.colonne-tableau2{
	float:left;
	text-align:center;
	width: 40%;
}
.colonne-tableau{
	float:left;
	text-align:center;
	width: 30%;
}
.colonne-tableau4{
	float:left;
	text-align:center;
	width: 22%;
}
* { margin: 0; padding: 0; border:none;}

.img{
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;	
	background-image: url(images/extensiblehead.jpg) ;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 1150px;
}

a { color: #3e3e3e; }

a:hover {text-decoration: none; }

/* -Header- */

#header {
	width: 373px;
	height: 153px;
}

#header span {
	display: none;
}

/* -Menu header- */

#menuhorizontal {
	height: 27px;
	margin: -96px 0 0 362px;
	list-style-type: none;
}

#menuhorizontal li {
	float: left;
	display: block;
	width: 81px;
	height: 27px;
	margin: 0 4px 0 5px ;
	line-height: 15px;
	background: url(images/menuheader.jpg) no-repeat;
	text-align: center;
}

#menuhorizontal li a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

#menuhorizontal li a:hover {font-weight: bolder;}

/* Barre de Connexion */

#connexion {
	
	height: 45px;
	margin: 20px 0 10px 370px;
	color: #6a6a6a;
	background-color:white;
	padding: 7px 0;
}

/* Menu vertical */

.menuvertical {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 40px;
	list-style-type: none;
	float: right;
	clear: right;
}

.menuvertical li {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin: 7px 0 0 0;
	background: url(images/menuvertical2.jpg) no-repeat;
}

.menuvertical li a {
	color: #fff;
	text-decoration: none;
	margin: 0 10% 0 0;
}

.menuvertical li a:hover{font-weight: bolder;}

/* Contenu */

#contenu {
	float: left;
	width:915px;
	margin: 0 5% 0 0;
	padding-left: 20px;
}

#contenu form {
	text-align: right;	
}

#contenu .mail label{
	text-align: right;
	margin-left: 15%;
	display: block;
	float: left;

}
#contenu .mail input, textarea{
	width: 50%;
	margin-right: 15%;
	text-align: left;
	border: outset #68e5f0 3px;
}

#contenu h2 {
	color: #fb8800;
	margin: 33px 9px 0 0;
	font-size: 1.2em;
}
#contenu h3 {
	color: #0b6600;
	margin: 5px 3px 0 0;
	font-size: 1em;
	text-indent:10px;
}
#contenu p , #contenu li{
	margin:16px;
}
#contenu ul{
	padding: 0 0 0 29px;
}
#contenu .checked{
	list-style-image: url("images/checked.png");
}
#contenu .check{
	list-style-image: url("images/check.png");
}
#contenu .checkmark{
	list-style-image: url("images/checkmark.png");
}
#contenu a {
	color: #fb8800;
	text-decoration:none;
}
#contenu a:visited {
	color: #a66600;
	text-decoration:none;
}
#contenu a:hover {
	color: #fb8800;
	text-decoration:underline;
}

#footer {
	clear: both;
	margin: 70px 0 0 0;
	text-align: center;
}