/*FLEIN Guillaume - F�vrier 2013*/

body {
    margin: 0px;
    padding: 0px;
    /*color: #aeaeae;*/
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.5em; 
    background-color: #ffffff;
    background-image: url("../images/body.jpg");
    background-repeat: repeat-x;
    background-position: top;
}

a, a:link, a:visited { 
    color: #298bff; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
}

p { 
    margin: 0px; 
    padding: 0; 
}

img { 
    border: none; 
}

h1, h2, h3, h4, h5, h6,span.Menu_Titre { 
    color: #59aaff; 
}

h1 { 
    font-size: 40px; 
    font-weight: normal; 
    margin: 0 0 30px 0; 
    padding: 5px 0; 
}

h2 { 
    font-size: 28px; 
    font-weight: normal; 
    margin: 0 0 10px 0; 
    padding: 0; /* text-shadow: 1px 1px 2px #000; */ 
}

h3 { 
    font-size: 21px; 
    margin: 0 0 15px 0; 
    padding: 0; 
    padding: 0; 
    font-weight: normal; 
    color: #fff; 
}

h4 { 
    font-size: 18px; 
    margin: 0 0 15px 0; 
    padding: 0; 
}

h5 { 
    font-size: 16px; 
    margin: 0 0 10px 0; 
    padding: 0; 
    color: #ccc; 
}

h6 { 
    font-size: 14px; 
    margin: 0 0 5px 0; 
    padding: 0; 
    color: #ccc; 
}

.cleaner { 
    clear: both; 
    width: 100%; 
    height: 0px; 
    font-size: 0px;  
}

.cleaner_h10 { 
    clear: both; 
    width:100%; 
    height: 10px; 
}

.cleaner_h20 { 
    clear: both; 
    width:100%; 
    height: 20px; 
}

.cleaner_h30 { 
    clear: both; 
    width:100%; 
    height: 30px; 
}

.cleaner_h40 { 
    clear: both; 
    width:100%; 
    height: 40px; 
}

.cleaner_h50 { 
    clear: both; 
    width:100%; 
    height: 50px; 
}

.cleaner_h60 { 
    clear: both; 
    width:100%; 
    height: 60px; 
}

.float_l { 
    float: left; 
}

.float_r { 
    float: right; 
}

.image_wrapper { display: inline-block; border: 1px solid #000; background: #343239; padding: 8px; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#fff; }
cite span { color: #ccc; }
em { color: #fff; }

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url("../images/list.png") no-repeat scroll 0 0px; margin:0 0 20px; padding: 0 0 0 20px; 	line-height: 1em; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.btn_more a {
    float: right;
    display: block;
    width: 100px;
    height: 26px;
    margin-top: 10px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #a9a9a9;
    text-align: center;
    background: url("../images/btn.png") no-repeat;
}

.btn_more a:hover {
    /* text-shadow: 1px 1px 1px #000; */
    text-decoration: none;
    background: url("../images/btn_hover.png") no-repeat;
}

.hr_divider {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("../images/hr_divider.png") bottom repeat-x;	
}

#wrapper_outer {
    width: 100%;
    margin: 0 auto;
    background: url("../images/body_2.jpg") top center no-repeat;
}

#wrapper {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    background: url("../images/body_2.jpg") top center no-repeat;
}

/* header */

#header {
    width: 940px;
    height: 20px;
    padding: 0 10px;
}

#header  #site_title {
    width: 940px;
    height:120px;
    padding-top: 0px;
    text-align: center;
}

#header  #site_title a {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    color: #005293;
    font-weight: normal;
    text-decoration: none;
}

/* end of header */

/* menu_page */

#menu_page {
    clear: both;
    width: 960px;
    height: 68px;
    padding: 35px 0px 0 0px;
    text-align: center ;
    /* Permet d'afficher l'image en dessous ou au dessus du bandeau de menu */
    display: inline-block;
    background: url("../images/menu.png") no-repeat;
}

#menu_page ul{
    list-style-type:none;
    list-style-position:inside;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.gauche{
    float: left;
}

div.droite{
    float: right;
}

#Decalage {
    margin-right: 0px;
    margin-left: 28px;
}
/* end of menu */

#Lien_Qualib{
    height: 100px;
}

#content_wrapper {
    clear: both;
    width: 960px;
    min-height: 400px;
    padding: 40px 10px;

    /* Permet d'afficher l'image en dessous ou au dessus du corps de page */
    display: inline-block;
    background: url("../images/content.png") repeat-y;
}

#content_wrapper_bottm {
    width: 960px;
    height: 5px;
    background: url("../images/content_bottom.png") no-repeat;
}

#content {
    padding: 0 50px;
    width: 840px;
}

#content p {
    margin-bottom: 10px;
}

.reasons {
    float: left;
    width: 240px;
    padding-right: 40px;
    text-align: justify;
}

.reasons img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.col_w280 {
    float: left;
    width: 240px;
    padding-right: 40px;
}

.col_w560 {
    float: left;
    width: 520px;
    padding-right: 40px;
}

.col_w420 {
    float: left;
    width: 380px;
    padding-right: 40px;
}

.last_box {
    margin: 0;
    padding: 0;
}

#menu_page span.Menu_Titre { 
    font-size: 21px; 
    font-weight: normal; 
    margin: 0 0 10px 0; 
    padding: 0; /* text-shadow: 1px 1px 2px #000; */ 
}

/* footer */

#footer {
    width: 960px;
    padding: 10px;
    text-align: center;
    color: #005293;
}

#footer a {
    color: #005293;
}

/* end of footer */

#element_to_pop_up {
    background-color: #ffffff;
    border-radius:15px;
    border-color: #959595;
    border-style:  solid;
    color:#cccccc;
    display:none; 
    padding:10px;
    min-width:400px;
    min-height: 180px;
}

.bClose{
    font-size: 18px; 
    background-color:#005293;
    border-radius:5px;
    color:#EA5D0E;    
    cursor:pointer;
    position:absolute;
    right:-30px;
    top:-20px;
    height: 20px;
    width: 35px;
    text-align: center;
    vertical-align: middle;    
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none; 
}


.bClose a{
    background-color:#005293;
    color:#EA5D0E;    
    text-decoration: none; 
}

.bClose a:hover{
    background-color:#005293;
    color:#FFFFFF;    
    text-decoration: none; 
}


#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqu� par d�faut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{    
	display: none; /*--masqu� par d�faut--*/
	background: #fff;
	padding: 10px;
	border: 2px solid #ddd;
	/*float: left;*/
	font-size: 1.2em;
	/*position: fixed;*/
	top: 20%; left: 20%;
	z-index: 99999;
	/*--Les diff�rentes d�finitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--G�rer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

#Retour_Haut_Page {
	position: fixed;
	bottom: 30px;
	margin-left: 12px;
}

#Retour_Haut_Page a {
	width: 40px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* Transtion */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#Retour_Haut_Page a:hover {
	color: #000;
}

#Retour_Haut_Page span {
        /* Taille du carr�*/
	width: 40px;
	height: 40px;
        
	display: block;
	margin-bottom: 7px;
	background: #c6c6c6 url("../images/Fleche_haut.png") no-repeat center center;

	/* Arrondi des angles */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* Transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#Retour_Haut_Page a:hover span {
	/*background-color: #777;*/
        background-color:#EA5C10;
}

/* Icone fleche(span tag) */
