/* ----------------------------------------------------------------------------- */
/*          Style CSS ----------------------  - Micrologiciel - 2010             */
/*          Maxigreffe3d.com --------------------------------------------------- */
/*          Design : IDclic (www.idclic.com) ----------------------------------- */
/*          Découpe et CSS : NET-PROG (www.net-prog.com) ----------------------- */
/* ----------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------- */
/* Google font */
/* ----------------------------------------------------------------------------------------------- */
.oswald48n700 {font-family: Oswald;font-size: 48px;color: #000;font-weight: 700;}
.oswald48r700 {font-family: Oswald;font-size: 48px;color: #f40003;font-weight: 700;}
.oswald14n300 {font-family: Oswald;font-size: 14px;color: #000;font-weight: 300;line-height: 16px;}
.oswald16n300 {font-family: Oswald;font-size: 16px;color: #000;font-weight: 300;line-height: 20px;}
.oswald14o700 {font-family: Oswald;font-size: 14px;color: #ea9321;font-weight: 700;}
.oswald24o700 {font-family: Oswald;font-size: 24px;color: #ea9321;font-weight: 700;}
.oswald30o700 {font-family: Oswald;font-size: 30px;color: #ea9321;font-weight: 700;}
.oswald14bor700 {font-family: Oswald;font-size: 14px;color: #ce2b2d;font-weight: 700;}
.oswald24bor700 {font-family: Oswald;font-size: 24px;color: #ce2b2d;font-weight: 700;}
.oswald30bor700 {font-family: Oswald;font-size: 30px;color: #ce2b2d;font-weight: 700;}
.oswald14bl700 {font-family: Oswald;font-size: 14px;color: #345aa6;font-weight: 700;}
.oswald30bl700 {font-family: Oswald;font-size: 30px;color: #345aa6;font-weight: 700;}
.oswald18n300 {font-family: Oswald;font-size: 18px;color: #00000;font-weight: 300;line-height: 20px;}
.oswald18r300 {font-family: Oswald;font-size: 18px;color: #f40003;font-weight: 300;line-height: 20px;}
.oswald24r700 {font-family: Oswald;font-size: 24px;color: #f40003;font-weight: 700;}
.oswald24n700 {font-family: Oswald;font-size: 24px;color: #000000;font-weight: 700;}
.oswald30bla700 {font-family: Oswald;font-size: 30px;color: #ffffff;font-weight: 700;}
.oswald30n700 {font-family: Oswald;font-size: 30px;color: #000000;font-weight: 700;}


/* ------------------------------------------------------------------ */
/* Body */
/* ------------------------------------------------------------------ */

HTML{height: 100%;}

body{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color : #FFFFFF;
	background: url(images/fond-header.gif) repeat-x top;	
	text-align: center;
}
form{
	margin: 0;
	padding: 0;
}
table{font-size: 11px; }
td{font-size: 11px; }
	
/* ------------------------------------------------------------------ */
/* Liens dans le Site */
/* ------------------------------------------------------------------ */

a, a:link, a:visited, a:active, a:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000000;*/
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration : underline;
}
a:active { 
	color: #FF0000;
}
img{
	border: 0;
}

/* ------------------------------------------------------------------ */
/* Structure globale de la page */
/* ------------------------------------------------------------------ */

div{	border: none; padding: 0; margin: 0 auto;}
#page{ width: 985px; position: relative; min-height: 100%}
.rouge{ color: #FF0000;}

/* ------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------ */

#header{
	background: url(images/header.gif) no-repeat top left;
	height: 82px;
	width:985px;	
}
#headertexte{
	color: #FFFFFF;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	float: right;
	text-align: left;
	width: 480px;
}
.separation{
	width: 100%;
	height: 3px;
	line-height: 3px;
	clear: both;
}
.menushaut{
	width: 985px;
	height: 40px;	
}
.menushaut img{
	margin: 0;
	padding: 0;
}
.Top_Menu{
	line-height: 40px;
	height: 40px;
}
.Top_Menu:hover{
	line-height: 40px;
	height: 40px;
}
a.Tab{	
	display: block;
	color: #FFFFFF;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border: none; 
	border-collapse: collapse; 
	white-space: nowrap;
}
.Tab:visited{	
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	color: #FFFFFF;
}
.Tab:hover{	
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	color: #FF0000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	background: url(images/fond-topmenu.gif) repeat-x top;
}
.Tab:active{	
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	color: #FF0000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
}
a.Tab_Active{
	display: block;
	background: url(images/fond-topmenu.gif) repeat-x top;
	color: #FF0000;
	text-decoration: none;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	height: 38px;
	line-height: 38px;
	padding: 1px 15px 1px 15px;
}
a.Tab_Active:visited{
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	color: #FF0000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
}

a.Tab_Active:hover{
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	color: #FF0000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
}
a.Tab_Active:active{
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	display: block;
	color: #FF0000;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 15px;
}

/* ------------------------------------------------------------------ */
/* Menu Gauche de la page
/* ------------------------------------------------------------------ */
#gauche{
	/*width: 196px;*/
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 2px;
	/*border: 1px solid black;*/
}
#gauche table{
	margin: 0;
	padding: 0;	
	width: 188px;
}
.LM_wrapper{

}
.LM_Rubs{
	background: url(images/fond-menu-left.gif) repeat-y center;
	width:204px;
	border: 1px solid #D2D2D2;
}
.Tab2{
	font-size: 18px;
	font-weight: bold;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #000000;	
	height: 50px;
	line-height: 50px;
	padding : 0 0 0 5px;
	border-bottom: 1px solid #D2D2D2;
}
.Menu_Content{
	padding : 5px 5px 5px 5px;
}
a.Menu, a.Menu:link, a.Menu:visited {
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #000000;	
}
a.Menu:active, a.Menu:hover{
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #FF0000;	
	text-decoration: none;
}
a.Menu_Actif, a.Menu_Actif:link, a.Menu_Actif:visited, a.Menu_Actif:active, a.Menu_Actif:hover{
	font-size: 18px;
	font-weight: lighter;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #FF0000;	
	text-decoration: none;
}
/* ------------------------------------------------------------------ */
/* Milieu de la page
/* ------------------------------------------------------------------ */

#alignementmiddle{
	width: 991px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
	vertical-align:top;
	/*border: 1px solid black;*/
}
#middle{
	width: 985px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	vertical-align:top;
}
#hauteurminimum{
	width: 1px;
	margin: 0;
	padding: 0;
	float: left;
	height: 300px;
	min-height: 300px;
}
#middle2{
	width: 793px;	
	text-align: left;	
	font-size: 11px;
	vertical-align:top;
	margin: 0;
	padding: 0;
	z-index: 90; 
	float: left;
}
#middle2 table td{
	text-align: left;
	vertical-align:top;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}
#middle2 table{
	text-align: left;
	vertical-align:top;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
}
#centerpage{
	/*height: 100%;*/
	text-align: left;
	vertical-align:top;
	margin: 0;
	padding: 0;
	/*height: 400px;*/
	/*background-color: #FFFFFF;*/
}

/* ------------------------------------------------------------------ */
/* Tableaux principal*/
.Tablo_Main_Fond { height: 100% !important; }

.Tablo_Main {
	/*height: 100% !important;*/
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

/* ------------------------------------------------------------------ */
/* Page Centrale du Site */
/* ----------------------------------------------------------------------------------------------- */

/* Fond des Pages du BO*/
.Tablo_Main_Bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*padding: 5px;*/
	padding: 0;
	margin: 0;
	color: #000;
	text-align: left;
	background: #FFFFFF;
	background: url(images/blanc.gif) repeat;
}

/* Contenu */
#contenu_table {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	/*width: 100%;*/
}
#contenu_txt{
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	/*width: 100%;*/
}
.Tablo_Main_Fond #contenu_table { 
	text-align: left;
	color: #000;
}

/* ------------------------------------------------------------------ */
/* Bas de la page
/* ------------------------------------------------------------------ */

#bottom{
	width:100%; 
	color: #FFFFFF;	
	clear: both;
}
#bottom2{
	width:100%;
	height: 10px;
	min-height: 10px;
	background: #5E76A4;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow:hidden;
    outline:none;
}
.oswald30blanc{
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;	
}
.oswald30noir{
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;	
}
a.lienoswald30rouge{
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;	
}
a.lienoswald30rouge:hover, a.lienoswald30rouge:active {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;	
}
.credits{
	width: 985px;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;	
	text-align: center;
}
.copyright{
	text-align: left;
	float: left;
}
.realisation{
	text-align: right;
	float: right;
}
a.Footer_Lien{
	font-size: 11px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: lighter;	
	color: #FFFFFF;
}
a.Footer_Lien:hover{
	font-size: 11px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: lighter;	
	color: #FFFFFF;
}
.separationfooter{
	width: 100%;
	height: 10px;
}
/* ------------------------------------------------------------------ */
/* Menus - Bas de la page
/* ------------------------------------------------------------------ */

.fondbleuclair{
	background: #5E76A4; 
	width: 100%;
	height: 59px;
}

.liensfooter{
	color: #FFFFFF;
	text-align: center;
	font-family : Oswald, Arial, Helvetica, sans-serif;
	font-size: 14px;		
	width: 450px;
	height: 30px;
	line-height: 30px;
}
.liensfooter table{
	text-align: center;
	width: 450px;
	height: 30px;
}
A.Bottom_Tab:link , A.Bottom_Tab:visited  {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;	
}
A.Bottom_Tab:hover ,A.Bottom_Tab:active {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
	font-weight: lighter;	
}
.barrefooter{
	height: 0px;
	width: 100%;
	border-top: 1px solid #7F91B6;
	line-height: 0;
	overflow: hidden;
}

.menusbas{
	/*width: 985px;*/
	width: 100%;
	background: #3359A4;
	/*background: #3F61A5;*/
	text-align: center;
}
.menusbas2{
	background: url(images/footer.gif) no-repeat left;
	width: 985px;
	height: 135px;
}
.menusbas2b{
	padding: 0 0 0 205px;
	width: 780px;
	height: 135px;
	color: #FFFFFF;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	line-height: 1.3;	
	white-space: nowrap;
}
.menusbas2c{
	padding: 10px 0 0 20px;
	width: 568px;
	height: 80px;
	color: #FFFFFF;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
	float: left;
}
.boutonquestionnaire{
	padding: 6px 16px 6px 16px;
	width: 160px;
	height: 78px;
	float: right;
}
.menusbas3{
	background: #3F61A5;
	border-top: 1px solid #1F3664;
	border-bottom: 1px solid #000000;
	width: 100%;
	text-align: center;
	height: 60px;
}
.menusbas4{
	width: 985px;
	height: 50px;
	padding: 10px 0 0 0;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;	
}


.Bottom_Menu{
	/*display:none;*/
	text-align : center;
}

.Menu_D{	
	color: #FFFFFF;
	padding: 0 12px 0 12px;
	font-size: 11px;
	text-decoration: none;
}
a.Menu_D{	
	color: #FFFFFF;
}
.Menu_D:visited{	
	color: #FFFFFF;
}
a.Menu_D:visited{	
	color: #FFFFFF;
}
.Menu_D:hover{	
	color: #FF0000;
	text-decoration : none;
	font-size: 11px;
}
.Menu_Actif_D{	
	color: #FF0000;
	padding: 0 12px 0 12px;
	font-size: 11px;
	text-decoration: none;
}
A.Menu_Actif_D:link , A.Menu_Actif_D:visited , A.Menu_Actif_D:active , A.Menu_Actif_D:hover  {
	color: #FF0000;
	padding: 0 12px 0 12px;
	font-size: 11px;
	text-decoration: none;
}
.Menu_Actif_D:hover{	
	color: #FF0000;
	text-decoration : none;
	font-size: 11px;
}
.RM_Rubs {
	width: auto;
	text-align: left;
}
.RM_Rubs .Menu_Content { padding: 2px 0 0 0; font-size: 11px; color: #FFFFFF; z-index: 500;}

.Tab2_D { 
	height: 34px; 
	line-height: 30px; 
	width: 199px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF; 
	/*width: auto; */
	font-size: 14px; 
	padding: 0 12px 0 12px; 
	background: transparent url(images/pucemenubas.gif) no-repeat left bottom; 
	vertical-align: top;
}
.Menu_Content{

}
.RM_wrapper {
	float: left;
	width: 24%;
	margin: 8px 0 0 0;
	text-align: center;
}

#RM_3 {
	margin-left: 30px;
}
#RM_4 {
	margin-left: 50px;
}
#RM_5 {
	margin-left: 70px;
}

/* ------------------------------------------------------------------ */
/* Sous Top Menu
/* ------------------------------------------------------------------ */

/*Emplacement du Sous Top Menu*/
.DivSousTopMenu { 
	display: block; 
	clear:both; 
	position: absolute; 
	visibility: hidden; 
	z-index: 100; 
	margin: 0; 
	padding: 0; 
	width: 150px; 
	height: auto; 
	overflow: hidden; 
	background-color: #000000; 
	border: 1px solid #343434;	
}

.DivSousTopMenu br{ 
	display: hidden; 
	margin: 0; 
	padding: 0; 
	width: 0; 
	height: 0; 
	line-height: 0; 
}
/*FireFox*//*Emplacement du Sous Top Menu*/
html>body .DivSousTopMenu { }



/* Liens du Sous Top Menu */
A.SousTopMenu:link , A.SousTopMenu:visited , A.SousTopMenu:active {	
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0;	
	text-indent : 10px;
	margin: 0;
	line-height: 28px;
	display: block;
	height: 28px;
	width: 150px; 
	background: #000000; 
	/*background: url(images/puce_ss_top.png) no-repeat left center;*/
	/*display: inline; */
	/*width: 200px;*/
	border-top: 1px solid #343434;
}
		
A.SousTopMenu:hover {
	text-decoration: none;
	color: #FF0000;
	background: url(images/fond-soustopmenu.gif) repeat-x top;
}
	
/* Liens du Sous Top Menu Active*/
A.SousTopMenu_Active:link , A.SousTopMenu_Active:visited , A.SousTopMenu_Active:active {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0;	
	margin: 0;
	line-height: 28px;
	text-indent : 10px;
	display: block;
	height: 28px;
	width: 150px; 
	border-top: 1px solid #343434;
	background: url(images/fond-soustopmenu.gif) repeat-x top;
}
	
A.SousTopMenu_Active:hover {
	color: #FF0000;
	background: url(images/fond-soustopmenu.gif) repeat-x top;
}


/* ----------------------------------------------------------------------------------------------- */
/* Formulaires */
/* ----------------------------------------------------------------------------------------------- */

input{
	height: 20px;
	vertical-align:middle ;
	border: 1px solid #C3C3C3;
}
/* Boutons Envoyer Effacer ok */
.Bouton {
   	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size: 24px;
	font-weight: bold;	
	text-align: center;
	cursor: hand;
	/*border: 1px solid #000000;*/
	/*display: block;*/
	border: 0;
	margin: 0;
	/*padding: 2px;*/
	height: 55px;
	padding: 0 14px 0 14px;
	background: url(images/bouton.gif) repeat-x left center;
	/*margin: 2px 0 2px; 0;*/
	vertical-align:middle ;
}
.Bouton:hover {
	cursor: pointer; 
	color: #FF0000 !important;	
}

.Arial14GN{
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
}