/* CSS Document */

/*PAGE LAYOUT*/
body {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#8c8d88;
	line-height: 150%;
	background:black;
	background-repeat: repeat-x;

}
a:link,a:visited{
	font-size:12px;
	color:white;
	text-decoration : none;
}
a:hover{
	font-size:12px;
	color:white;
	text-decoration : underline;
}

li {
	padding-left:30px;
	
}

#main_conteneur {
	position:relative;
	width:920px;
	text-align:left;
	left:50%;
	margin-left:-460px; 
	
}

#menu {
	position:relative;
	width:910px;
	height:45px;
	left:4px;
	border:solid 1px #e2e2e2;
}

#menu ul {
	padding:3px;
	list-style-type:none;
	line-height:41px;
	font-weight:bold;
	font-size:12px;
}
#menu ul li{
	float:left;
	text-align:center;
	background:url(../images/menu_off.gif);
	border-left : solid 1px #677a18;
	width:112px;
	padding:0;
	
}
#menu ul li:hover, #menu ul li#menu_on {
	background:url(../images/menu_on.gif);
	background-repeat:repeat-x;
}
#menu ul li a{
	display:block;
	text-decoration:none;
}
#flash {
	position:relative;
	!top:2px;
	height:286px;
}
#main_content {
	position:relative;
	!top:2px;
	width:920px;
	left:5px;
	background:url(../images/main_content_bg.gif);
	background-repeat:repeat-y;
}
#main_content_right,#main_content_clients {
	float:left;
	width:640px;
}
#main_content_right {
	padding-left:50px;
	padding-top:30px;
}
#main_content_clients {
	left:220px;
	top:455px;
	width:700px;
}

#scroll, #scroll_accueil  {
	width: 100%;
	overflow: auto;
	position: relative;
}
#scroll_accueil {
	height: 220px;
}
#scroll {
	height: 310px;
}

#box_clients {
	position:relative;
	float:left;
	width:207px;
	height:366px;
	background:url(../images/box_clients.png);
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
	line-height:100%;
}
#box_clients #titre{
	padding-top:20px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#576168;
}
.box_clients_scroll { 
	position:relative;
	top:25px;
	overflow:hidden;
	width: 79px;	 
	height:75px;
}
.box_clients_scroll .scroll {
	position:absolute; 
	width:20000em;	
	clear:both;
}
.box_clients_scroll div div {
	position:relative; 
	float:left;
	width:79px;
	height:75px;
}

#bt {
	width:125px;
	height:23px;
	background:url(../images/bt.gif);
	line-height:23px;
	text-align:center;
}
#bt a {
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
}

ul#box_srubrique {
	position:relative;
	float:left;
	width:202px;
	height:366px;
	list-style-type:none;
}

ul#box_srubrique li {
	display:block;
	line-height:35px;
	background:url(../images/box_srubrique_off.gif);
	width:202px;
	height:35px;
	margin-bottom:3px;
	padding:0;
}
ul#box_srubrique li:hover, ul#box_srubrique li#box_srubrique_on {
	background:url(../images/box_srubrique_on.gif);
}
ul#box_srubrique li#first {
	background:none;
	height:23px;
}

ul#box_srubrique li a{
	padding-left:20px;
	color:white;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

ul#clients {
	width:700px;
	list-style-type:none;
}
ul#clients li {
	float:left;
	width:330px;
	height:138px;
	margin:7px;
	padding:0;
	background:url(../images/clients_bg.gif);
}
ul#clients #image{
	float:left;
	width:79px;
	height:113px;
	margin-left:15px;
	margin-top:15px;
}
ul#clients #text{
	float:left;
	width:200px;
	height:110px;
}

#footer {
	position:relative;
	top:20px;
	left:-5px;
	clear:both;
	text-align:left;
	width:920px;
	height:37px;
	background:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	font-size:11px;
	line-height:37px;
	padding-left:20px;
	border-top:solid 5px #f0f0f0;
}

#footer a {
	color:#8a8a7a;
	font-size:10px;
}
#copyright {
	position:absolute;
	top:0px;
	right:50px;
}
h1 {
	font-size:22px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#a1a19f;
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
h5 {
	clear:both;
	color:#8a8a7a;
	font-size:10px;
}

TEXTAREA {
	font-size:11px;
	font-family:arial;
}
TEXTAREA:focus {
	background-color:#fcedc9;
}
SELECT {
	background-color:#fcedc9;
	font-size:11px;
}
INPUT {
	color:black;
	background-color:white;
	font-size:11px;
}
INPUT:focus {
	background-color:#fcedc9;
}

#separ,#separ_top,#separ_bottom {
	width:663px;
	height:3px;
	clear:both;
	border-bottom:solid 1px #8d8d8a;
}
#separ {
	margin:20px 0px;
}
#separ_top {
	margin-bottom:30px;
}
#separ_bottom {
	margin-top:50px;
	
}
#error {
	color:red;
	font-weight:bold;
}



/* prev, next, prevPage and nextPage buttons */
a.prev, a.next {
	display:block;
	float:left;

}

/* mouseover state */
a.prev:hover, a.next:hover {
	background-position:0px -18px;		
	cursor:pointer;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	clear:right;	
	cursor:pointer;
}





