html { 
	font-size: 0.65em;
} 

body { 
	
	padding: 0;
	margin: 0;

}

header, footer, section, aside, nav, article, figure, figcaption { display: block; }



#header_line {
	height: 45px; 						
	border-bottom: 1px solid #C80000;	
	background: #951E1E;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C80000), color-stop(1.00, #951E1E));
	background: -webkit-linear-gradient(90deg,#951E1E,#C80000);
	background: -moz-linear-gradient(90deg,#951E1E,#C80000);
	background: -o-linear-gradient(90deg,#951E1E,#C80000);
	background: linear-gradient(90deg,#951E1E,#C80000);
	background-repeat: no-repeat;
}

#shadow_line {
	height: 5px;
	background: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #C8C8C8), color-stop(1.00, #55666e));
	background: -webkit-linear-gradient(90deg,#55666e,#C8C8C8);
	background: -moz-linear-gradient(90deg,#55666e,#C8C8C8);
	background: -o-linear-gradient(90deg,#55666e,#C8C8C8);
	background: linear-gradient(90deg,#55666e,#C8C8C8);
	background-repeat: no-repeat;

}

#wrapper_outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height : 100%;
}

#wrapper {
	position: relative;
	width: 1024px;
	margin: auto;
}

/*GLOBAL HEADER*/
#global_header {

	width: 1024px;
	height: 170px;
	background: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -moz-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -o-linear-gradient(90deg,#eeeeee,#ffffff);
	background: linear-gradient(90deg,#eeeeee,#ffffff);
	background-repeat: no-repeat;
	z-index: 100;

	filter:
	progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',  endColorstr='#eeeeee', GradientType=0),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=0,strength=1),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=45,strength=1),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=90,strength=2),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=135,strength=3),
	  progid:DXImageTransform.Microsoft.Shadow(color=#272e31,direction=315,strength=1);
		   
	
	-moz-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
	-webkit-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
	box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47; 

	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


#main_header {
	text-align:left;
}
#main_header hgroup {
	display: inline-block;
	padding: 25px 20px 20px 20px;
	margin-left: 25px;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -moz-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -o-linear-gradient(90deg,#eeeeee,#ffffff);
	background: linear-gradient(90deg,#eeeeee,#ffffff);
	background-repeat: no-repeat;
	
	-webkit-box-shadow: 0 0 8px #74868e;
	-moz-box-shadow: 0 0 8px #74868e;
	-ms-box-shadow: 0 0 8px #74868e;
	-o-box-shadow: 0 0 8px #74868e;
	box-shadow: 0 0 8px #74868e;
	
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

h1 {

	margin: 0;
	font-size: 3.7em;
	color: #951E1E;
}

h2 {
	margin: 0;
	margin-top: -8px;
	text-indent: 40px;
	font-weight: normal;
	font-size: 1.3em;
	color: #0E5235;
}

#connect {
 
	position: absolute; /*on positionne le bloc en absolu pour plus d'aisance*/
	top: 0; /*il sera collé en haut de la page*/
	right: 25px; /*ŕ 25px de la droite du site*/
	width: 350px;
	height:55px;
	padding: 20px 15px 0 15px;
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -moz-linear-gradient(90deg,#eeeeee,#ffffff);
	background: -o-linear-gradient(90deg,#eeeeee,#ffffff);
	background: linear-gradient(90deg,#eeeeee,#ffffff);
	background-repeat: no-repeat;
	
	-webkit-box-shadow: 0 0 8px #74868e;
	-moz-box-shadow: 0 0 8px #74868e;
	-ms-box-shadow: 0 0 8px #74868e;
	-o-box-shadow: 0 0 8px #74868e;
	
	box-shadow: 0 0 8px #74868e;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


h4 {

	margin: 20px;
	font-size: 1.7em;
	color: #A60000;
}
#connect > h3 {
	margin-top: -12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ddd;
	font-family: Georgia, times, serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: CENTER;
	color: #A60000;
}


#connect > h6{
 font-size: 1em;
}



h6{
	font-family: Georgia, times, serif;
 	text-align: center;
	font-size: 1em;
	font-weight: normal;
}



.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}


/* Menu */
.menu {	
margin-right : 40px;
text-align: left; 
position : relative;
	margin-top : 12px;
	width: 100%;
	height: 35px; 
	-webkit-box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #9B0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(200, 0, 0)),to(rgb(150, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -o-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
}

.menu li {
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	display: inline-block;  
	height: 35px;
	width: 155px;
	text-decoration: none;
	color: white;
	font-size: 1em;
}

/* Links */

.menu li a {

	line-height: 35px;
	text-decoration: none;
	display: inline-block;  
	height: 35px;
	position: relative;
	width: 155px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	background-color: #9B0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(200, 0, 0)),to(rgb(150, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -o-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
	background-image: linear-gradient(top, rgb(200, 0, 0), rgb(150, 0, 0));
}


.menu li:hover > a { 	
	position: relative;
	background-color: #FF7400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 116, 0)),to(rgb(193, 113, 40)));
	background-image: -webkit-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -moz-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -o-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -ms-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FF7400', EndColorStr='#BF7130');
	
}

/* Sub Menu */

.menu li ul {
	width: 950px;
	display : none;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 1.1em;
	height: 20px;
	
}

.menu li ul li  {
	background-color: #eeeeee;
	height: 20px;
	line-height: 20px;
	width: 155px;
}

.menu li ul li  a{
	color : #000000;
	font-size: 1.1em; 	
	height: 20px;
	line-height: 20px;
	width: 155px;
		background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eeeeee), color-stop(1.00, #eeeeee));
	background: -webkit-linear-gradient(90deg,#eeeeee,#eeeeee);
	background: -moz-linear-gradient(90deg,#eeeeee,#eeeeee);
	background: -o-linear-gradient(90deg,#eeeeee,#eeeeee);
	background: linear-gradient(90deg,#eeeeee,#eeeeee);
	background-repeat: no-repeat;
	
	-moz-box-shadow: 0 0 18px #cdbe9f inset, 0 0 5px #beae8c inset, 0 0 2px #816f47;  
    -webkit-box-shadow: 0 0 18px #cdbe9f inset, 0 0 5px #beae8c inset, 0 0 2px #816f47;
	box-shadow: 0 0 18px #cdbe9f inset, 0 0 5px #beae8c inset, 0 0 2px #816f47; 

}


.menu li:hover ul 
{
	display : inline-block;
}
	

.menu li ul li :hover a 
{

position: relative;
	background-color: #FF7400;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 116, 0)),to(rgb(193, 113, 40)));
	background-image: -webkit-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -moz-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -o-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: -ms-linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	background-image: linear-gradient(top, rgb(255, 116, 0), rgb(193, 113, 40));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FF7400', EndColorStr='#BF7130');


	text-decoration: none;
	
}
