@charset "utf-8";
/* CSS Document */

*, body, #body
{
	margin:0 auto;
	padding:0;
}

body
{
	background:#eee url(../images/bg.jpg) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4a4a;
	text-align:justify;	
	line-height:20px;
}

#body
{
	background:url(../images/bg2.jpg) top center no-repeat;
}

img
{
	border:0;
}

a
{
	text-decoration:none;
}

#header
{
	width:985px;
	height:105px;
	padding-top:15px;
}

#banner_index
{
	width:985px;
	height:270px;
	background-color:#fff;
	box-shadow:1px 1px 7px #848484;
	-webkit-box-shadow:1px 1px 7px #848484;
	-moz-box-shadow:1px 1px 7px #848484;
	-o-box-shadow:1px 1px 7px #848484;
	-ms-box-shadow:1px 1px 7px #848484;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#848484', Direction=120, Strength=7);
  	zoom: 1;
}

#banner_index ul.slideshow 
{
	position: relative;
	height:270px;
}

#banner_index .slideshow li 
{
	list-style-type: none;
	position: absolute;
	height:270px;
	top: 0;
	left: 0;
}

#banner_index .slideshow li span
{
	display:inline-block;
	width:975px;
	height:30px;
	line-height:30px;
	background-color: rgba(255, 255, 255, 0.9);
	position:relative;
	left:0;
	top:-270px;
	z-index:1000;
	color:#CC2C1E;
	font-weight:bold;
	font-size:15px;
	padding-right:10px;
	text-align:right;
}

#menu
{
	width:975px;
	height:37px;
	background:url(../images/bg_menu.jpg) top center repeat-x;
	margin:10px 0;
	padding-left:10px;
}

#menu ul li a:hover
{
	color:#4d4a4a;
}

#menu ul li span
{
	color:#FFFFFF;
	font-weight:bold;
	padding:0 20px;
}

#news
{
	width:985px;
}

#news strong, #news b, #formulaire strong
{
	letter-spacing:1px;
	text-transform:uppercase;
}

#news strong, #news a
{
	color:#BB1809;
}

#news b, #formulaire strong
{
	color:#777;
}

#news a
{
	font-weight:bold;
}

#news p
{
	text-align:left;
	padding:10px 0;
}

span#info
{
	color:#777;
	font-size:10px;
}

#content
{
	width:940px;
	min-height:458px;
	margin-top:10px;
	padding: 0 20px;
	background:#eee url(../images/bg_content.jpg) top center repeat-x;
	border-left:2px solid #E4E4E4;
	border-right:2px solid #E4E4E4;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
}

#content .separ
{
	background:url(../images/separ.jpg) 230px top no-repeat;
}

#content span
{
	font-size:18px;
	color:#BB1809;
	font-weight:bold;
	letter-spacing:2px;
	margin:20px 0;
	display:block;
}

#content b
{
	font-size:16px;
	color:#777;
	letter-spacing:2px;
	margin:20px 0;
	display:block;
}

#content .right, #content .left
{
	width:360px;
	border:1px solid #E1E1E1;
	padding:20px 0;
}

#content .right
{
	float:right;
	
	margin-left:20px;
}

#content .left
{
	float:left;
	margin-right:20px;
}

#content ul#sous_menu
{
	width:200px;
	float:left;
	margin-left:13px;
}

#content ul#sous_menu li
{
	list-style-image:url(../images/puce.jpg);
	padding-bottom:10px;
}

#content ul#sous_menu li a
{
	text-decoration:none;
	color:#282828;
}

#content ul#sous_menu li a:hover, #content ul#sous_menu li a.active
{
	color:#BB1809;
	font-weight:bold;
}

#content ul
{
	margin:10px 30px;
}

#formulaire b
{
	font-size:12px;
	color:#4d4a4a;
	font-weight:normal;
	margin-top:0px;
}

#formulaire textarea
{
	width:200px;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	border-top:2px #E1E1E1 inset;
	border-left:2px #E1E1E1 inset;
	box-shadow: 1px 1px 12px #E1E1E1;
	margin-bottom:20px;
}

#formulaire input
{
	width:200px;
	border-right:1px #FFFFFF solid;
	box-shadow: 1px 1px 12px #E1E1E1;
	-webkit-box-shadow: 1px 1px 12px #E1E1E1;
	-moz-box-shadow: 1px 1px 12px #E1E1E1;
	-ms-box-shadow: 1px 1px 12px #E1E1E1;
	-o-box-shadow: 1px 1px 12px #E1E1E1;
	margin-bottom:20px;
}

#formulaire .envoyer
{
	background-color:#BB1809;
	width:100px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	margin:10px 0 50px 50px;
}

#formulaire font
{
	font-weight:bold;
}

#formulaire strong
{
	text-decoration:underline;
	display:block;
	margin-bottom:10px;
}

#formulaire a
{
	color:#4d4a4a;
}

#formulaire a:hover
{
	color:#BB1809;
}

#formulaire strong
{
	color:red;
}

#footer
{
	margin-top:50px;
	padding:40px 0;
	background-color:#E4E4E4;
	text-align:center;
	color:#757575;
}

#footer a, #footer a b
{
	color:#757575;
	margin-right:10px;
}

#footer a:hover b
{
	text-decoration:underline;
}

#footer img
{
	bottom-top:10px;
}