body {
	margin:0;
	padding:0;
	color:#222222;
	background: #fff url(/images/fond.jpg) repeat-x;
}

div { padding:0; margin:0; }
img { border:0; padding:0; margin:0; }

/* -------------------------------------------------------------------  */
/* --------------- Positionnement des blocs de la page ---------------- */
/* -------------------------------------------------------------------  */

#global {
    width: 770px;
	margin: 0 auto 0 auto;
}

#contenu {
	float:left;
	width:580px;
}


td.bigContenu {
	background: #fff;
	padding:10px;
}

/* -------------------------------------------------------------------  */
/* --------------- 				Styles				   ---------------- */
/* -------------------------------------------------------------------  */

/* Liste de choix du site */
select, option
{
  color: #E26A00;
  background-color:#e6ecf2;
}

.form_error
{
  padding-left: 10px;
  color: #d8732f;
}

/* -------------------------------------------------------------------  */
/* --------------- MENU ADMIN	   ------------------------------------ */
/* -------------------------------------------------------------------  */

#admin-bar {
	position:absolute;
    left: 0; 
    top: 0;
 	padding: 2px;
    overflow: hidden;
  	filter:alpha(opacity=85);
	z-index: 995;
    width: 115px;
    background-color: #eef;
    border: 1px #bbb solid;
}

#admin-bar a { color: #444; font-size: 11px; }
#admin-bar a:hover { color: #e33; }
#admin-bar hr { height: 1px; }
#admin-bar img { vertical-align: middle; display: inline-block; }
#admin-bar ul {	padding: 0; margin: 0; }
#admin-bar li { 
	padding: 2px 2px 2px 5px;
  	font-size: 11px;
	margin: 0;
}

#admin-bar select, #admin-bar option
{
	padding: 0;
	margin: 0;
	width: 100px;
  	font-size: 10px;
}

/* -------------------------------------------------------------------  */
/* --------------- MENU CONTEXTUEL ------------------------------------ */
/* -------------------------------------------------------------------  */

/* Boite de confirmation centrée sur la page */
#center-box {
	width: 400px;
	height: 170px;
	text-align: center;
	margin: 50px auto 50px auto;
	padding: 40px;
	border: 1px solid #ccc;
	background: #c7d2d6 url(/images/fond-center-box.gif) repeat-x top;
}

/* Menu d'édition des pages en ligne */
#admin_page_button {
	position: absolute;
	top: 166px;
  	right: 20px;
	background: #eee;
	padding: 5px;
	border: 1px dashed #ccc;
}

/* Croix pour fermer le menu d'édition des pages en ligne */
#admin_page_close {
	position: absolute; 
	top:0; 
	right:0;
}

/* -------------------------------------------------------------------  */
/* --------------- MENU ET CONCEPTION DES PAGES      ------------------ */
/* -------------------------------------------------------------------  */



div.contact {
	width:170px;
	text-align:center;
	padding:25px 0 15px 0;
	border-bottom: 1px solid white;
}

#menu {
	width:170px;
	

	padding-top:11px;

}

#menu ul {
 	list-style-type: none;
	padding:0;
	margin:0;
}

#menu li {
	padding-left:30px;
	list-style-type: none;
	list-style-image: none;
	font-size:10px;
	color:#eee;
	margin-bottom:1px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}

#menu li.service {
	background: #e4e4e4 url(/images/menu/fond-service.gif) no-repeat top;

}

#menu li.service-a {
	background: #e4e4e4 url(/images/menu/fond-service-a.gif) no-repeat top;
	color:#e20024;
}

#menu li.service-a a {
	color:#e20024;
	font-weight:bold;
}



#menu li.service a {
	color:#333;
	
}

#menu li.service2 {
	padding-left:40px;
	background: #e4e4e4;
	font-size:10px;
	font-weight:bold;
	color:#e20024;
}


#menu li.service2 a {
	font-size:10px;
	font-weight:normal;
	color:#555;
}



#navigation {
	height:16px;
	background: #eaeaea;
	color:#aaa;
	padding-left:10px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	font-weight: bold;
}

#navigation a {
	color: #848484;
	font-weight: bold;
}

#navigation a:hover {
	color: #e20024;
	border-top: 1px dotted #e20024;
	border-bottom: 1px dotted #e20024;
}

/* -------------------------------------------------------------------  */
/* --------------- PIED DE PAGE ------------------------------------ */
/* -------------------------------------------------------------------  */


div.pp {
	margin-top:20px;
	background: #e20024;
	float:left;
	padding:10px;
	width:730px;
	color: #fff;
	font-size:11px;


}


div.pp a {
	font-size:11px;
	color:#fff;
}

#top {
background:#e20024;
padding-top:14px;
height:137px;
}

#stitre {
background:#868686;
height:18px;
color:white;
text-align:right;
padding-right:5px;
padding-top:2px;
}
