/* CSS Document */
body{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#cec687;
}
#content_global{
	background:#cec687;
	width:100%;
	margin:0;
	padding:0;
}
#anim_intro{
	background:#cec687;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	padding:0;
}

/* ----- HEADER ----- */
#header{
	width:1000px;
	height:123px;
	float:right;
	position:relative;
	z-index:10;
	background:url(img/border_header.jpg) repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	bottom:5px;
}
#logo{
	width:262px;
	height:133px;
	background:url(img/logo.jpg) no-repeat;
	float:left;
	position:relative;
	z-index:5;
	cursor:pointer;
}
#banner_illu{
	width:600px;
	height:101px;
	float:left;
	background:url(img/banner.jpg) no-repeat;
	margin:10px 0px 10px 10px;
}
/* -- Menu top --*/
#menu_top{
	float:right;
	width:126px;
	margin:0 0 0 0;
	border-right:1px solid #980808;
	height:110px;
	padding:13px 0 0 0;
}
#ul_menu_top, #ul_menu_top_cpt {
	list-style-type:none;
	text-align:right;
}
#ul_menu_top li{
	background:url(img/underline_menu_top.jpg) no-repeat bottom right;
	font-size:11px;
	color:#980808;
	padding:0 8px 5px 0;
	margin:3px 0 0 0;
	
}
#ul_menu_top_cpt li{
	background:url(img/underline_menu_top.jpg) no-repeat bottom right;
	font-size:11px;
	color:#980808;
	padding-top:15px;
	padding-bottom:5px;
	margin:3px 0 0 0;
}
#ul_menu_top li a{
	text-decoration:none;
}

/* ----- CONTENT ----- */
#content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
#menu1{
	width:200px;
	height:420px;
	float:left;
	background:#fefee2;
	margin:40px 20px 0 0;
}
#menu2{
	width:240px;
	height:420px;
	float:right;
	margin:40px 0 0 20px;
}
#contenu{
	width:458px;
	height:auto;
	min-height:300px;
	background:#fefee2 url(img/bg_contenu.jpg) no-repeat left bottom;
	float:left;
	margin:60px 0 0 0;
	padding:10px;
	border:1px solid #980808;
}

/* ----- FOOTER ----- */
#footer{
	width:500px;
	float:right;
	text-align:right;
	height:15px;
	color:#000;
	margin:0 20px 10px 0;
}

/* ----- LAYOUT ----- */
h1{
	font-size:18px;
	margin:0;
	padding:0 0 5px 0;
	color:#980808;
	background:url(img/underline_title.jpg) no-repeat bottom left;
}
h2{
	font-size:12px;
	font-weight:bold;
	margin:5px 0 2px 0;
	padding:0;
	color:#980808;
}
a{
	color:#980808;
	text-decoration:underline;
}
