body
{
	background-color: #000000;
	margin: auto;
	font-family: trebuchet MS, verdana, sans-serif;
}

#conteneur
{
	width: 1000px;
	margin : auto;
	padding: 0;
	margin-bottom: 36px;
	overflow: hidden;/*pour le footer*/
	line-height: 18px;
	font-size: 14px;
	letter-spacing: 0.3px;
	text-align: justify;
	color: #888;
}

a
{
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
	color: #888;
}

a:hover
{
	color: #ffffff;
}

a:active
{
	outline: none;
}

img
{
	border: none;
	float: left;
	margin-right: 20px;
}

#header
{
	width: 1000px;
	height: 200px;
	background: url(images/banniere3.png);
	
}

/*menu*/
#menu
{
	margin: 2px 0 0 0;
	height: 32px;
	width: 1000px;
	font-size: 16px;
}

#menu ul
{
	padding: 0;
	margin: 0;
	line-height: 18px;
}

#menu li
{
	height: 26px;
	padding: 5px 0 1px 0;
	list-style-type: none;
	float: left;
	margin: 0;
	text-indent: none;
	text-align: center;
}

#menu li.actif
{
	background: url(images/anneau.png);
	background-position: 12px -4px;
	background-repeat : no-repeat;
}

#menu li.actif a
{
	color: #ffffff;
}

#menu li a
{
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	text-decoration: none;
	border: none;
	border-right : solid #ff0066 1px;
}

#menu li a.dernier
{
	border: none;
	padding-right: 0;
}


/*fin menu*/


#corps
{
	overflow: hidden;
}

.attention
{
	color: #ff0066;
}

#corps h1
{
	font-variant: small-caps;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1px;
	color: #86b5e8;
	font-size: 19px;
	text-indent: none;
	margin: 25px 0 30px 0;
	padding: 0 0 16px 0;
	border-bottom: solid #ff0066 1px;
}

#corps h2
{
	color: #e0b597;
	font-size: 16px;
	font-weight: normal;
	text-indent: none;
	margin: 40px 0 14px 0;
	padding: 0 0 0 18px;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
}

#corps img.plain
{
	float: left;
	width: 475px;
	padding: 18px 0 18px 0;
	margin: 0;
}

#corps #col-g
{
	float: left;
	width: 475px;
	/*_width: 474px;*/
	margin-right: 50px;

}

#corps #col-d
{
	float: left;
	width: 475px;
	_width: 470px;
}

#corps #col-g img.left, #corps #col-d img.left
{
	float:left;
	height: 108px;
	margin: 0;
	padding: 4px 20px 14px 0;
}

#corps #col-g img.right, #corps #col-d img.right
{
	float:right;
	height: 108px;
	margin: 0;
	padding: 4px 0 14px 20px;
}

#corps .logo
{
	height: 36px;
	float: left;
	margin : 18px 18px 0 0;
	padding: 0;
}

table
{
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 13px;
	text-align: left;
	color: #888;
	border-collapse: collapse;
}

th
{
	font-size: 15px;
}

th, td
{
	background: #282828;
	padding: 5px 5px 5px 5px;
	border: 2px solid black;
	min-width: 330px;
}

caption
{
	text-align : left;
	color: #e8c3a5;
	font-size: 16px;
	font-weight: normal;
	text-indent: none;
	margin: 40px 0 14px 0;
	padding: 0;
}

#footer
{
	width: 1000px;
	text-align: justify;
	/*height: 50px;*/
	margin : 0 auto 0 auto;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
	color: #888;
	text-align: center;
	border-top: solid #ff0066 1px;
}

#footer img
{
	width: 108px;
	height: 51px;
	float: none;
	vertical-align: -20px;
	margin: 0 10px;
}

#footer a
{
	border: none;
	
}


