/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
	font-size:11px;
	
}

body{
	background:#fff;
}

p{
	margin: 0px 0px 11px 0px;
}

td{
	text-align:left;
	vertical-align:top;
}

ul {
  list-style-type: square;
  margin : 10px 5px 10px 25px;
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ab151d;
}

h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

h4{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#a84605;
}

h5{
	font-size:11px;
	color:#404040;
}

dl{
	margin:12px 0px 23px 19px;
}

dl ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

dl *{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

dt{
	color:#000000;
}

dd{
	color:#a84605;
}
dd *{
	color:#a84605;
}

hr{
	display:none;
}

address{
	font-style: normal;
	margin: 0px 0px 11px 0px;
}

input{
	margin:1px;
	padding:1px;
	border:1px solid #919191;
}
select{
	width:200px;
	margin:1px;
	padding:1px;
	border:1px solid #919191;
}

textarea{
	margin-top:4px;
	border:1px solid #919191;
}
/*Basic Links*/

a:link, a:visited {color:#a84605;text-decoration:none;}
a:hover {color: #a84605;text-decoration:underline;}
a img{border:0;}

#all{
	width:950px;
	margin:5px auto;
}
#header{
	float:left;
	width:950px;
}

#header h1{
	display: none;
}

#top{
	background:url(../img/top.gif) no-repeat top left;
	height:13px;
	overflow:hidden;
}

#logo{
	float:left;
	width:277px;
	height:116px;
}
#banner{
	float:left;
	background:url(../img/banner.gif) no-repeat top left;
	width:673px;
	height:116px;
}


#middle{
	background:url(../img/middle.gif) repeat-y top left;
	float:left;
	width:950px;
	
}
#margin, #marginindex{
	height:10px;
	overflow:hidden;
}


#content{
	
}
#footer	{
	float:left;
	width:950px;
	background:url(../img/footer.gif) no-repeat top left;
	padding-top:25px;
	
}
#footer *{zoom:1;}


#bottommenu_inner {
	font-weight:bold;
	color:#000000;
}

#bottommenu_inner *{
	font-weight:bold;
	color:#000000;
}

#bottommenu_inner span{
	margin:0px 5px;
}

#content{
	margin: 0px 13px;
}

#bottommenu_outer *{
	font-size:11px;
	color:#111;
}
#copyright *{
	font-size:10px;
	color:#111;
}

/* style .*/
div.clear{
	clear:both;
}

div.actu{
	color:#404040;
	float:left;
	width:315px;
	margin: 45px 0px 0px 20px;
}
div.actu *{
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.actu h2{
	display:none;
}
div.actu p{
	
}

/* Formulaire */
td.form_cell{
	width:100px;
	vertical-align:top;
	text-align:right;
}
div.fields{
	font-size:10px;
	color:#8b8b8d;
}

div.validation-advice {
	background-image: url(../img/messagebox_warning.gif);
	background-repeat: no-repeat;
	margin: 1px 0;
	padding: 2px 2px 2px 21px;
	color:#ab151d;
	font-weight: bold;
	display:block;
}
#error {
	color:#ab151d;
	font-weight: bold;
}

