@charset "utf-8";
/* CSS Document */

/******************************************
*                                         *
*    Balises div structure de la page     *
*                                         *
*******************************************/
body {
	margin:0 auto;
	background:url(images/prestataires_01.jpg);
	font-family: Myriad Pro, Arial, helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:none;
}

#header {
	background-image: url(images/header.jpg);
	width:905px;
	height:125px;
	margin:0 auto;
}

#middle {
	background-image:url(images/prestataires_07.jpg);
	height:100%;
	width:905px;
	margin:0 auto;
	padding-top:10px;
	border-bottom:1px solid black;
	clear:both;
}

.spacer {
  clear: both;
}


#footer {
	width:905px;
	margin:0 auto;
	border-top:1px solid black;
	color:#000;
}

/******************************************
*                                         *
*          Navigation header              *
*                                         *
*******************************************/
#navcontainer ul {
	padding-top: 93px;
	margin: 0;
	list-style-type: none;
	color: #525968;
	width: 100%;
	text-align: center;
	float:left;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	color: #525968;
	padding: .2em 1em;
	border-right: 1px solid #fff;
	font-weight:bold;
}
#navcontainer li a:hover {
	background-color: #369;
	color: #fff;
}

/******************************************
*                                         *
*       Navigation middle (boite)         *
*                                         *
*******************************************/
.white_box { /*Boite blanche tte la page */
	background-color:#FFF;
	width:885px;
	margin:0 auto 10px;
	clear:both;
}

.white_box_left { /*Boite blanche gauche */
	background-color:#FFF;
	width:645px;
	height:315px;
	float:left;
	margin-left:10px;
}

.white_box_right { /*Boite blanche droite */
	background-color:#FFF;
	width:230px;
	height:315px;
	float:right;
	margin-right:10px;
	
}

.hg { /*Angles droit et gauche pour les box */
	width:30px;        
	height:30px;
	background-image:url(images/middle_blanc_gauche.jpg);
}

.hd {
	width:30px;
	height:30px;
	background-image:url(images/middle_blanc_droit.jpg);
}

.white_box_haut { /* Définition de la largeur qui contient le titre de nos boites */
	width:825px;
	height:30px;
	color:#747371;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/middle_blanc.jpg);
}

.white_box_haut_left { 
	width:585px;
	height:30px;
	color:#747371;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/middle_blanc.jpg);
	text-align:center;
}

.white_box_haut_right {
	width:170px;
	height:30px;
	color:#747371;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/middle_blanc.jpg);
	text-align:center;
}

.white_box_contenu, .white_box_contenu_left, .white_box_contenu_right, .white_box_contenu_fixe { /*Contenu des boites*/
	margin:0 auto;
	padding-top:5px;
	clear:both;
}

.white_box_contenu{
	width:860px;
}

.white_box_contenu_accueil{
	width:860px;
	height:200px;
}

.white_box_contenu_fixe{
	width:860px;
	height:410px;
}

.white_box_contenu_left {
	width:630px;
	height:380px;
}

.white_box_contenu_right {
	width:230px;
	height:380px;
}

.hg, .white_box_haut, .hd, .white_box_haut_left, .white_box_haut_right {
	float:left;
}


.usual_table_int { /* Sous tableau pour les pages standard */
    vertical-align:top;
	width:100%;
	border:0;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
}


/******************************************
*                                         *
*             Listes                      *
*                                         *
*******************************************//*Colonnes sur la page d'accueil */
/**/
#col1{ 
	list-style-image:url(images/bookmark_add.png);
	float:left;
}
#col2{
	list-style-image:url(images/bookmark_add.png);
	float:left;
	margin-left:80px;
}
#col3{
	list-style-image:url(images/bookmark_add.png);
	float:right;
}


#navlist /*Menu de droite (white_contenu_right)*/
{
border-bottom: 1px solid gray;
list-style-position:inside;
margin:15px, 0;
padding:0;
}

#navlist li
{
list-style-image:url(images/loupe.png);	

border-top: 1px solid #999;
width:100%;
height:40px;
}

#navlist li a { text-decoration: none; }

#navlist li:hover {
	background-color:#CCC;
}
#navlist a:hover {
	color:blue; 
}

/******************************************
*                                         *
*      CSS pour les formulaires           *
*                                         *
*******************************************/
.form_style label{
	margin-left:15px;
	font-weight:bold;
	display:block;
}

/* Attention : La suite du code est en commentaire                 */
/* ==============================================================  */
/*

.form_style input[type=text], input[type=password]{
	margin-left:15px;
	width:160px;
}

.cssform p{
width: auto;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*Taille colonne gauche*/
width: 250px; /*Taille des labels*/
}

.cssform input[type="text"], .cssform input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
background-color:#b3bac3;
color:#647184;
}

.cssform textarea{
width: 250px;
height: 150px;
}

*/


/******************************************
*                                         *
*      CSS de mise en forme divers        *
*                                         *
*******************************************/
.center {
	text-align:center;
} /*Pour centrer du txt - non fonctionnel*/
.gras_color {
	color:#FF9933;
	font-weight:bold;
}
.align_img {
	float:left;
	margin:0 5px 5px 0;
}
h1 {
	text-align: center;
}