@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS de philotechnique par agence A3C */
@font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "Garamond";
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: url(Garamond.eot); /* IE */
	src: local("Garamond"), url(GARA.ttf) format("truetype"); /* non-IE */;
}

*+html @font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "Garamond"; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom:1;
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: local(" Garamond.eot "), url( "Garamond.eot" );
}

.ico{
	padding:5px;
	border:none;
	vertical-align:middle;
}
	
.blue {
color: #000099;
}

.active {
color: #e85425; /* orange du site */
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.rouge {
		color: #FF0000;
}
body  {
    	font: 100% Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 0 auto; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
    	padding: 0;
    	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
    	color: #000000;
		width:970px;
		behavior: url(csshover.htc);/* fichier pour internet explorer */ 
    }
	
img {
		border: none;
	}
		
#container { 
    	width: 970px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
    	background: #FFFFFF;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    } 

#header {
		background-image:url(../img/header.jpg);
		background-repeat:no-repeat;
		max-width:970px;
		max-height:170px;
		/*padding: 30px 0 110px 900px;*/
    }
	
.rss{
	position:relative;
	bottom:110px;
	left:650px;
}

#mainExtranet{
	width:754px;
	/*height:443px;*/
	height:566px;
	background:#d3d3d3;
	margin: 0 15px 0 0;
	overflow:auto;
	}
		 	
#mainContent{
		width:569px;
		/*height:443px;*/
		/*height:502px;*/
		height:585px;
		background:#d3d3d3;
		margin: 0 auto;
		overflow:auto;
	}
	
#menu_gauche {
		float:left;
    	width: 198px;
		/*height:443px;*/
		z-index: 100;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
    }
		
#menu_gauche ul {
		margin: 0;
		padding:0;
	}
		   	
#menu_gauche ul li{
		position:relative;
		color: #999999;
		font-weight:bold;
		width:165px;
		text-align: right;
		padding-left:15px;
		list-style-type: none;
	}		

*+html #menu_gauche img{
	float:left;
	}

#menu_gauche ul.niveau1 a {
		display:block;
		border-bottom:#CCCCCC solid 1px;
		border-right:#CCCCCC solid 1px;
		padding:10px 10px 10px;
		height:26px;
		margin-top:10px;
		margin-right:10px;
		text-decoration:none;
		color: #666666;
		cursor: pointer;
	}


		
#menu_gauche ul.niveau1 a:hover {
		color: #e85425;
		
	}
	
#menu_gauche ul.niveau1 a.accueil {
		border:none;
		margin: 0;
		font-size:22px;
		text-align:center;
		line-height:40px;
	}
	
#menu_gauche ul.niveau1 a.accueil_extra {
		border:none;
		margin: 0;
		font-size:16px;
		text-align:center;
		line-height:15px;
		padding:0;
	}

#menu_gauche ul.niveau1 a.deco {
		border:none;
		margin: 0;
		font-size:14px;
		text-align:center;
		line-height:25px;
		padding:0;
	}
	
#menu_gauche ul ul {/* Sous-listes */ 
		position: absolute;
		top: 0;
		margin-top:10px;
		left: 158px; /* correspond au décalage a droite*/
		display:none; /* On cache tous les sous menu*/
	}

#menu_gauche li.sousmenu:hover {

}

#menu_gauche ul.niveau1 li.sousmenu:hover ul.niveau2 {
		display:block; /*Lors du survol ,avec la souris, les sousmenu apparaissent */
	} 
		
#menu_gauche ul.niveau1 li.sousmenu ul.niveau2 a {/* Sous-listes */
		display:block;
		background-color:#CCCCCC;
		border-bottom:#999999 solid 1px;
		border-right:#999999 solid 1px;
		padding:0 0 0 10px;;
		margin:0;
		font-size:12px;
		text-align:left;
		text-decoration:none;
		color: #000099;
		line-height:30px;
		cursor: pointer;
	}
	
#menu_gauche ul.niveau1 li.sousmenu ul.niveau2 a:hover {
		color: #e85425;
	}
						   	
#menu_droite {
	background-image:url(../img/menu_droite.png);
	float:right;
	width: 185px;
	/*height: 443px;*/
	background-repeat:no-repeat;
	margin-right:15px;
	}
#bg_menu_droite {
	background: url(../img/gradient.png) repeat-y;
}
#menu_droite li {
	list-style-type:none;
	padding-top:8px;
	}

*+html #menu_droite li{
	margin-right:20px;
	}
	
#menu_droite a {
	color:#FFFFFF;
	text-decoration: none;
	}

#menu_droite a:hover {
		color: #e85425;
	}

#menu_droite_extra {
		float:right;
    	width: 198px;
		/*height:443px;*/
		z-index: 100;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
    }
		
#menu_droite_extra ul {
		margin: 0;
		padding:0;
	}
		   	
#menu_droite_extra ul li{
		position:relative;
		color: #999999;
		font-weight:bold;
		width:165px;
		text-align: left;
		padding-left:15px;
		list-style-type: none;
	}		

*+html #menu_droite_extra img{
	float:right;
	}
		
#menu_droite_extra ul.niveau1 a {
		display:block;
		border-bottom:#CCCCCC solid 1px;
		border-left:#CCCCCC solid 1px;
		padding:10px 10px 10px;
		height:26px;
		margin-top:10px;
		margin-left:10px;
		text-decoration:none;
		color: #666666;
		cursor: pointer;
	}
		
#menu_droite_extra ul.niveau1 a:hover {
		color: #e85425;
	}
	
#menu_droite_extra ul.niveau1 a.accueil {
		border:none;
		margin: 0;
		font-size:22px;
		text-align:center;
		line-height:40px;
	}
	
#menu_droite_extra ul.niveau1 a.accueil_extra {
		border:none;
		margin: 0;
		font-size:16px;
		text-align:center;
		line-height:15px;
		padding:0;
	}

#menu_droite_extra ul.niveau1 a.deco {
		border:none;
		margin: 0;
		font-size:14px;
		text-align:center;
		line-height:25px;
		padding:0;
	}

#menu_droite_extra ul ul {/* Sous-listes */ 
		position: absolute;
		top: 0;
		margin-top:10px;
		right: 158px; /* correspond au décalage a droite*/
		display:none; /* On cache tous les sous menu*/
	}
	
#menu_droite_extra ul.niveau1 li.sousmenu:hover ul.niveau2 {
		display:block; /*Lors du survol ,avec la souris, les sousmenu apparaissent */
	} 
		
#menu_droite_extra ul.niveau1 li.sousmenu ul.niveau2 a {/* Sous-listes */
		display:block;
		background-color:#CCCCCC;
		border-bottom:#999999 solid 1px;
		border-right:#999999 solid 1px;
		padding:0 0 0 10px;;
		margin:0;
		font-size:12px;
		text-align:left;
		text-decoration:none;
		color: #000099;
		line-height:30px;
		cursor: pointer;
	}
	
#menu_droite_extra ul.niveau1 li.sousmenu ul.niveau2 a:hover {
		color: #e85425;
	}
    
    
		
#textmenu {
	font-size: 10px;
	text-align: right;
	line-height: 11px;
	}

#textmenu ul{
	padding:5px 0 0 40px;
	width:125px;
	}

#titremenu {
	color:#FFFFFF;
	font-family:Garamond;
	font-style:italic;
	font-size: 20px;
	letter-spacing:1px;
	text-decoration: underline;
	text-align:center;
	padding-left:50px;
	line-height: 17px;
	
	}

#ban_actus {
	width: 569px;
	height:120px;
	font-size: 12px;
	text-align:center;
	}

#ban_actus marquee{
	color:#000099;
	padding:0 30px;
	font-size:14px;
	text-align:justify;
	}

#tab_cadres{
	margin:auto;
}
	
#cadres{
	width:569px;
	height:224px;
	font-size: 14px;
	text-align: left;
	}
	
#cadres a{
	line-height: 12px;
	text-decoration: none;
	padding-left:15px;
	color: #000099;
	}

#cadres a:hover {
	color: #e85425;
	}
				
#particuliers {
	background:url(../img/cadre-particuliers.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:224px;
	padding-top:50px;
	}
	
#entreprises {
	background:url(../img/cadre-entreprises.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:224px;
	padding-top:50px;
	}

#form_connexion{
	background-color:#e7501e;
	font-size:18px;
	color: #FFFFFF;
	width: 565px;
	/*height: 65px;*/
	text-align:left;
	/*margin-top:33px;*/
	margin-left:2px;
	padding-top:10px;
	}
	
#form_connexion .titre{
	font-family:Garamond;
	font-style:italic;
	font-size: 24px;
	padding-left:15px;
	padding-bottom:10px;
	}

#form_connexion a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	padding-left:200px;
}


#form_adherent{
	width:565px;
	}
		
#form_adherent label{
	color:#000099;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	}

#form_adherent input{
	width: 90px;
	height:15px;
	color:#000099;
	font-size:12px;
	padding:0;
	}

#form_adherent .valid{
	background:url(../img/btn-valider.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	width:91px;
	height:14px;
	}

#tab_form_adherent{
	margin:auto;
	padding:20px;
	}
    
#tab_form_actu{
	margin:auto;
	padding:10px;
	}
    
#tab_form_actu td{
	padding:5px;
	}	
    
#tab_form_actu label{
	color:#000099;
	font-size:12px;
	font-weight:bold;
	}


#tab_form_adherent td{
	padding:10px;
	}	
#tab_form_adherent label{
	color:#000099;
	font-size:14px;
	font-weight:bold;
	}

#tab_form_adherent input{
	color:#000099;
	font-size:14px;
	padding:0;
	}

#tab_form_adherent .envoi{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff; 
	background-color:#e7501e;
	border: #e7501e medium solid;
	cursor:pointer;
	}
			
#titre {
	color:#e85425;
	font-family:Garamond;
	font-style:italic;
	font-size: 30px;
	text-align:center;
	padding:15px;
	}

#titre a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
	
#paragraphe {
	color:#000099;
	font-size: 13px;
	text-align: justify;
	padding:10px;
	font-style: Verdana;
	}

#paragraphe a{
	color:#333333;
	}

#paragraphe a:hover{
	color:#e85425;
	}

#tab_locaux{
	margin:auto;
}

#tab_locaux td{
	padding:15px;
}

#map_locaux{
	padding:0;
	text-align:center;
}
	
#accueil_extra{
	font-size:16px;
	padding:50px 0 0 80px;
	}

#intro {
	color:#000099;
	font-size: 14px;
	text-align: center;
	padding:10px;
	}
	
#cadres_actus{
	max-width:569px;
	padding: 0 40px;
	font-size:12px;
	}
	
#cadres_actus a{
	/*text-decoration: none;*/
	padding-left:70px;
	color: #333333;
	}

#cadres_actus a:hover {
	color: #e85425;
	}

#infos_actus {
	/*background: url(../img/infos-actus.png);
	background-repeat:no-repeat;*/
	width:255px;
	height: auto;
	color:#000099;
	}

#infos_actus p{
	text-align:justify;
	color:#000099;
	padding:5px 5px 0;
	}

#complement{
	text-align:center;
	}
		
#complement img{
	border:none;
	max-width:200px;
	max-height:100px;
	}
			
#formulaire {
	color:#000099;
	font-size: 12px;
	padding: 0 10px;
	}


#form_actu {
	color:#000099;
	font-size: 12px;
	padding: 0 4px;

	}
    		
#form_contact{
	margin:auto;
	width:500px;
	text-align:left;
	}

#form_contact input, select, textarea{
	color:#000099;
	}

#form_contact .envoi{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff; 
	background-color:#e7501e;
	border: #e7501e medium solid;
	cursor:pointer;
	height:25px;
	}
	
#footer {
    	margin: auto; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
    	padding: 20px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */ 		position: relative;
    }
#footer img {
position: relative;
top: -150px;
left: 250px;
margin-bottom: -100px;

}	
#banniere {
	background-color:#000066;
	width: 970px;
	height: 15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-repeat: no-repeat;	
	}

#agence {
	color:#000066;
	text-align: right;
	font-size: 10px;
	margin-right:20px;
	}

#mentions {
	position: relative;
	left: 280px;
	font-size: 10px;
	font-weight: bold;
	}

#soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align: left;
    margin-left:30px;
	font-weight:bold;
	}

#soustitreML {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align: left;
	font-weight:bold;
	}


#soustitreML a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align: left;
	text-decoration:none;
	}
	
#download {
	text-align:left;
	color:#e85425;
	font-family:Garamond;
	font-size:14px;
	margin-left: 30px;
	margin-top: 15px;
	}

#message {
	padding-top:80px;
	}
	
#message a{
	padding-left:15px;
	}

#invalid {
	color: #000099;
	font-size: 14px;
	text-align: center;
	}
	
#valid {
	color:#000099;
	font-size: 16px;
	text-align: center;
	}
	
/*==================================*/
/* affichage liste users, adhérents */
/*==================================*/

#liste{
	width:100%;
	margin:auto;
}
	
#liste th{
	color:#e85425;
	padding:8px;
	text-align:center;
	border-bottom:#000099 medium solid;
}
	
#liste tr{
	color:#000099;
}

#liste td{
	padding:8px;
	border-bottom:#000099 thin solid;
}

#liste td.centre{
	text-align:center;
	font-size: 12px;
}

.sessionBonjour{
	color:#e85425;
	font-family:Verdana;
	font-style:italic;
	font-size: 12px;
	text-align:left;
	padding:2px;
}

input:-moz-placeholder, textarea:-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ 
	font-size:6px;
	font-style:italic;
}
