/*
	Mise en forme du site
*/

/* Balises */
body{
	background: url(/images/fond.gif) repeat-x;
	font-family:"Lucida sans unicode",arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#333;
}
h1,h2,h3{
	color:#2f2483;
}
h1{
	font-size:20px;
}
h2{
	font-size:16px;
	border-bottom:2px solid #feec02;
}
a{
	color:#333;
}
a img{
	border:none;
}span{
	display:none;
}

/* mise en page des formulaires */
form{
	margin:0;
	padding:0;
}
form fieldset{
	float:left;
	border:0;
	width:49%;
	margin:0 1% 20px 0;
	padding:0;
}
legend{
	display:none;
}
fieldset p{
	border-bottom:2px solid #666;
	width:100%;
	clear:both;
	padding-top:12px;
}
fieldset label{
	float:left;
	clear:left;
	margin-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#666;
}
fieldset input,fieldset select,fieldset textarea{
	float:left;
	clear:left;
	border:1px solid #2f2483;
	background-color:#faf9f9;
}
fieldset input{
	padding:0 1px;
	margin:0 2px;
}
fieldset input:disabled{
	background-color:#ccc;
}
span.required{
	color:red;
	display:inline!important;
}

/* Conteneur de la page */
#page{
	padding:0 20px 0 20px;
	width:860px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

/* Menus (haut et bas de page) */
.menu{
	overflow:hidden;
	background:#525252 url(/images/fond_menu.gif) repeat-x;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	border-right:1px solid #a0a0a0;
	list-style:none;
}
.menu li.dernier{
	border:0;
}
.menu li a{
	height:25px;
	line-height:25px;
	padding:0 16px;
	color:#e7e5e5;
	text-decoration:none;
	font-size:11px;
	background: url(/images/fond_menu.gif) repeat-x ;
	display:block ;	
}
.menu li a:hover, .menu li a.active {
	color:#ffffff;
	background: url(/images/survol_menu.gif) repeat-x;
}

/* Bouton haut de page */
a.top{
	display:block;
	background:url(/images/top.gif);
	width:12px;
	height:8px;
	margin:20px 0;
}
a.top span{
	display:none;
}

/* Haut de page (logo+menu) */
#haut{
	/*margin:0 0 10px 0;*/
}
#haut #logo{
	float:left;
}
#haut #logo a {
	background-image:url(/images/logo.png);
	display:block;
	height:88px;
	width:171px;
}
#haut #logo a:hover{
	background-image:url(/images/logo_roll.png);
}
#haut .bouton{
	display:block;
	background-image:url(/images/fond-bouton-haut.gif);
	text-decoration:none;
	text-align:center;
	float:right;
	height:17px;
	width:107px;
	padding-top:3px;
}
#haut .bouton span{
	display:block;
	float:right;
	width:8px;
	height:7px;
	background:url(/images/fleche-droite.gif) no-repeat;
	margin:6px 6px 0 0;
}
#haut #slogan{
	background-image:url(/images/societe-expertise-sud-ouest.gif);
	width:223px;
	height:20px;
	float:right;
	clear:right;
	margin-top:24px;
}
#haut #fnaim{
	float:right;
	margin:20px 0 0 20px;
	padding:0;
}
#haut #fnaim a{
	display:block;
	width:77px;
	height:64px;
	background:url(/images/logo_fnaim.jpg);
}
#haut .degrade{
	background:url(/images/degrade.jpg) no-repeat bottom;
	height:4px;
	clear:both;
	margin:0;
	padding:0;
}
/* Contenu de la page */
.contenu{
	padding:10px 0 10px 0;
}
.contenu ul{
	margin:10px 0 10px 20px;
	padding:0;
	list-style-image:url(/images/fleche-droite-grise.gif);
}
.contenu h1,
.contenu h2,
.contenu p{
	margin:10px 0;
}
.contenu .bouton{
	background:url(/images/bouton.png);
	clear:both;
	color:#fff;
	display:block;
	height:31px;
	line-height:28px;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	width:98px;
	font-size:11px;
	padding:0 10px;
}
.contenu .bouton:hover{
	background:url(/images/bouton_survol.png);
}
.contenu .bouton span{
	display:block;
	float:right;
	width:8px;
	height:7px;
	background:url(/images/fleche_bouton.gif) no-repeat;
	margin:10px 2px 0 0;
}

/* Mise en forme commune à toutes les pages */
div.gauche{
	width:560px;
	float:left;
}
div.gauche img{
	border:0;
}
div.gauche h3{
	margin:20px 0 5px 0;
}
div.gauche p{
	margin:0;
}
div.droite{
	float:right;
	width:260px;
	padding-top:36px;
}
div.droite h3{
	border-bottom:2px solid #666;
}
.clear{
	clear:both;
}

/* Bas de page (menu + coordonnées) */
#bas{
	clear:both;
}
#bas *{
	font-size:11px;
}
#bas .menu{
	background:#feec02;
}
#bas .menu li{
	border-right:1px solid #fef57c;
}
#bas .menu li a{
	color:#a3a7cd;
	background:none;
}
#bas .menu li a:hover,#bas .menu li a.active {
	color:#262f89;
	background:none;
}
#bas p{
	margin:10px 0 0 0;
	text-align:center;
}
#bas p a{
	text-decoration:none;
}
#bas p a:hover{
	color:#000;
}
	
/* Mise en forme spécifiques à la page d'accueil */
#accueil #visuel{
	background-image:url(/images/accueil.jpg);
	height:298px;
}
#accueil .colonne{
	float:left;
	width:260px;
	margin-right:40px;
}
#accueil #diagnostics{
	cursor:pointer;
	background:url(/images/visuel_accueil01.jpg) no-repeat;
	height:221px;
}
#accueil #diagnostics *{
	display:none;
}
#accueil #acces-pro{
	margin:0;
}
#accueil fieldset{
	width:100%;
}
#accueil #bulletins{
	clear:left;
}
#accueil #obligations{
	width:560px;
	margin:0;
}

/* Mise en forme spécifiques à la page implantation */
#implantation{
}
#implantation .zone{
	border:1px solid #fff;
	padding:5px;
}
#implantation .zone-hover{
	border:1px solid #666;
	background-color:#eee;
}

/* Mise en forme spécifiques à la page prestations */
#prestations .gauche p.decret{
	font-style:italic;
	margin:5px 0;
	color:#999;
}
#prestations .droite p {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}
#prestations .gauche a{
	margin-top:20px;
	display:block;
}
#prestations .droite a{
	background:url(/images/fleche-droite-grise.gif) no-repeat left;
	padding-left:12px;
	text-decoration:none;
	font-size:12px;
}
#prestations .droite a:hover{
	background:url(/images/fleche-droite.gif) no-repeat left;
	color:#001808;
}

/* Page liens */
#liens h3{
	margin:20px 0 10px 0;
}
.lien{
	padding:10px 0 0 0;
	clear:both;
}
.lien img{
	float:left;
	margin:0 0 10px 0;
}
.code{
	border:1px solid #666666;
	background-color:#eeeeee;
	padding:10px;
	font-family:courier,courier new,serif;
	margin:0;
}
.lien.internet img{
	float:none;
	margin:0;
}

/* Mise en forme concernant l'intranet */
.erreur{
	color:red;
	font-weight:bold;
}

/* Page Obligations */
#obligations table{
	width:100%;
	border:1px solid #2f2483;
	border-collapse:collapse;
}
#obligations table thead{
	background:#ddddff;
}
#obligations table tbody tr{
	background:#feec02;
}
#obligations table tbody tr.even{
	background:#fef57c;
}
#obligations table th,
#obligations table td{
	width:25%;
	padding:5px;
}
#obligations table td{
	text-align:center;
}
#obligations table .first{
	text-align:left!important;
}
#obligations table td h3{
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#obligations table td p{
	margin:0!important;
	padding:0!important;
}
/* Lien avec une icône PDF */
a.pdf{
	line-height:20px;
	background:url(/images/pdf.gif) no-repeat;
	padding-left:20px;
}
a.pdf:hover{
	background-image:url(/images/pdf-hover.gif);
}
