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


/**********************************************************************************
------------------------------ STYLES GENERAUX ------------------------------------
***********************************************************************************/

body {
	background-color:#FFFFFF;
	padding:auto;
	margin-top:15px;
	margin-bottom:15px;
}

* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	border:0;
	padding:0;
	margin:0;
	text-align:left;
}

#main {
	border:0;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#container {
	position:relative;
	width:900px;
	height:610px;
	margin-right:auto;
	margin-left:auto;
}

#header_logo {
	margin-bottom:45px;
}

#content {
	width:900px;
	height:428px;
	background-color:#000000;
	overflow:hidden;
}

#base_footer {
	width:100%;
}

#second_menu {
	margin-top:16px;
	float:left;
	width:400px;
	text-align:right;
}


#ref_nav {
	margin-top:17px;
	float:left;
	width:500px;
	overflow:hidden;
	height:20px;
}

#ref_nav span {
	font-size:10px;	
}

/**********************************************************************************
------------------------------ NEWS ------------------------------------
***********************************************************************************/

#main_img_l{
	background-image:url(/images/news/news_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:439px;
	height:428px;
	float:left;
}


#main_img_r{
	background-image:url(/images/news/news_right.jpg);
	background-repeat:no;
	background-position:top left;
	width:461px;
	height:428px;
	float:left;
}

#main_img_r div{
	width:250px;
	height:257px;
	overflow:hidden;
	margin-left:195px;
	margin-top:168px;
}


/**********************************************************************************
------------------------------ NOUS ------------------------------------
***********************************************************************************/

#nous {
	display:none;
}


/**********************************************************************************
------------------------------ CONTACT ------------------------------------
***********************************************************************************/

#contact {
	margin-left:auto;
	margin-right:auto;
	width:241px;
	margin-top:187px;
}	

/**********************************************************************************
------------------------------ MENU ------------------------------------
***********************************************************************************/


.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 868px;
	height:20px;
	float:left;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:900px;
}

.items a {
	display:block;
	float:left;
	cursor:pointer;
	height:20px;
	margin-right:32px;
}

.browse {
	display:block;
	width:11px;
	height:11px;
	margin-top:5px;
	float:left;	
	cursor:pointer;
	z-index:999;
}

a.prev {
	background-image:url(/images/fleche_gauche.gif);
	background-repeat:no-repeat;
	background-position:top-left;	
	margin-right:5px;
}


a.next {
	background-image:url(/images/fleche_droite.gif);
	background-repeat:no-repeat;
	background-position:top-left;	
	margin-left:5px;
}


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

