@CHARSET "utf-8";
@import url("content.css");


/**********************************************************************************************/
/*																								annulations		*/
/**********************************************************************************************/
html, body, form, ul, p, div, img, h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
	border: none;
}
a{
	text-decoration: none;
	color:white;
}
a img{
	border:none;
}
/**********************************************************************************************/
/*																								typos		*/
/**********************************************************************************************/
body{
	font-family: "RCL-CorpoS", Arial, sans serif;
	font-size: 12px;
}
h1, h2, h3, #main .subtitle, #main .ariane, #main .submenu, #main .headline{
	font-family: "RCL-CorpoE", "Times new Roman";
}
/**********************************************************************************************/
/*																								html et body		*/
/**********************************************************************************************/
html{
	background: url("../img/css/html_back.jpg") repeat-x center top #7f5e3d;
}

body{
	color: #2c3844;
}
/**********************************************************************************************/
/*																								global		*/
/**********************************************************************************************/
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.spacer{
	height:16px;
}
.spacer2{
	height:32px;
}
/**********************************************************************************************/
/*																								page et copyright		*/
/**********************************************************************************************/
#page{
	width:820px;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
	background: url("../img/css/pixel_black_alpha0.2.png");
}
#copyright{
	font-size: 11px;
	wdith:800px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: center;
	color:#c6b290;
}
/**********************************************************************************************/
/*																								header		*/
/**********************************************************************************************/
#header{
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 16px 0 0 0;
	background: url("../img/css/pixel_black_alpha0.15.png");
}
/*******************************************/
#header h1{
	padding: 14px 0 20px 14px;
	float: left;
}
/*******************************************/
#header #rigthbloc{
	margin: 0 38px 0 0;
	padding: 12px 0 0 0;
	float: right;
}
#header #rigthbloc p{
	font-weight:bold;
	color:#c6b290;
}
#header #rigthbloc a{
	color:#c6b290;
}
#header #rigthbloc a:hover{
	color:white;
}

#header #rigthbloc .search{
	width: 184px;
	height: 21px;
	position: relative;
	z-index: 1000;
	margin: 10px 0 0 0;
	background: url("../img/css/search_back.gif") no-repeat;
}
#header #rigthbloc .search p{
	color: #927453;
	font-weight: normal;
	padding: 3px 0 0 21px;
}
#header #rigthbloc .search div{
	position: absolute;
	top: 21px;
	left:-1px;
	z-index: 11;
	line-height: 12px;
}
#header #rigthbloc .search div.init{
	display: none;
}
#header #rigthbloc .search div ul{
	list-style: none;
	width: 125px;
	background: url("../img/css/dropdown_back.png") repeat-y;
	padding: 20px 24px 10px 23px;
}
#header #rigthbloc .search div ul li{
	margin-bottom: 6px;
}
#header #rigthbloc .search div ul li a{
	color:#bca994;
}
#header #rigthbloc .search div ul li a:hover{
	color:white;
}
#header #rigthbloc .search div span{
	display: block;
	width: 177px;
	height: 12px;
	background: url("../img/css/dropdown_bottom_back.png") no-repeat;
}
/*******************************************/

#header #menu{
	font-weight: bold;
	clear: both;
	height: 32px;
	background: url("../img/css/pixel_white_alpha0.06.png");
	padding: 0 0 0 90px;
	list-style: none;
}
#header #menu li{
	float:left;
	height:16px;
	/*width: 10px;*/
	margin: 0 45px 0 0;
	padding:16px 0 0 0;
	position: relative;
}
#header #menu li.last{
	padding-right: 0;
}
#header #menu li a{
	color:#c0b5ab;
	padding: 10px 30px 1px 0;
}
#header #menu li div{
	position: absolute;
	top:32px;
	left:-8px;
	background: url("../img/css/pixel_brown_alpha0.7.png");
	z-index: 10;
}
#header #menu li ul{
	width: 118px;
	padding: 22px 0 2px 0;
	list-style: none;
	background: url("../img/css/tick_white_down.png") no-repeat 8px 8px;
}
#header #menu li div.init{
	display: none;
}
#header #menu li ul li{
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

#header #menu li.on a, #header #menu li.on ul li.on a{
	color:white;
}
#header #menu li ul li a, #header #menu li.on ul li a{
	display: block;
	padding: 0 8px 0 8px;
	color:#c6b290;
}
#header #menu a:hover, #header #menu li.on a:hover{
	color:white;
}

/* Sous sous items */
#header #menu li ul li div{
	background: url("../img/css/pixel_white_brown0.5.png");
	top: 0;
	left: 118px;
}
#header #menu li ul li ul{
	padding: 4px 0 10px 12px;
	background: url("../img/css/tick_brown_down.png") no-repeat 8px 8px;
}
#header #menu li ul li ul li{
	margin: 0 0 2px 0;
}
#header #menu li ul li ul li a, #header #menu li.on ul li ul li a, #header #menu li.on ul li.on ul li a{
	color: #402711;
}
#header #menu li.on ul li.on ul li a:hover, #header #menu li.on ul li.on ul li.on a{
	color:white;
}


/**********************************************************************************************/
/*																								content		*/
/**********************************************************************************************/
/* See @import at begining of file */
/**********************************************************************************************/
/*																								footer		*/
/**********************************************************************************************/
#footer{
	width: 672px;
	margin: 0 auto 0 auto;
	padding: 72px 38px 22px 90px;
	background: url("../img/css/pixel_black_alpha0.15.png");
}
#footer p{
	font-weight:bold;
	color:#c6b290;
}
#footer a{
	color:#c6b290;
}
#footer a:hover{
	color:white;
}
#footer .dots{
	height: 3px;
	margin: 12px 0 26px 0;
	background: url("../img/css/dots_brown.png") repeat-x 3px 0;	
}
#footer ul {
	list-style: none;
}
#footer ul li{
	float: left;
	width: 120px;
	font-weight: bold;
	padding-right: 18px;
	margin-bottom: 4px;
}
#footer ul li.last{
	width: 120px;
	padding: 0;
}
#footer ul li a{
	color:white;
}
#footer ul li a:hover{
	color:#c6b290;
}
#footer ul li ul{
	padding-top: 4px;
}
#footer ul li ul li{
	float: none;
	width: auto;
	font-weight: normal;
	padding: 0;
}