/*------------------------------------------------------------------*/

/* 								GENERAL 							*/
	
body {	
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin-bottom: 5px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:  #EFECE2;	
}

img {
	border: 0;
}

.spacer {
	clear: both;
	height: 0px;
	width: 0px;
}

.imgborder {
	border: solid 1px #000;
}

.bold{
	font-weight: bold;
}

h1 {
	text-align: left;
	font-size: 12px;
	margin-right: 0px;
	border-bottom: solid 1px #979DB1;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #414E7F;
	font-family: Helvetica ;
	
}

h2 {
	margin-top: 0px;
	font-size: 17px;	
	border-bottom:1px solid #CCC;
}

h3 {
	margin-top: 1px;
	font-size: 16px;
	list-style: none;
	padding-left: 30px;
		
	background: url(images/puce_grande.png) left 5px no-repeat;	
}

h4 {
	margin-top: 0px;
	font-size: 14px;	
}

h5{
	margin-top: 1px;
	font-size: 12px;
	list-style: none;
	padding-left: 30px;
	padding-top: 0px;
	background: url(images/puce_grande.png) left 3px no-repeat;		
}

h6 {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #465C9A;
	font-size: 14px;
	
}

a {
	color: #30569D;
	text-decoration: none;
}

a:hover {
	color : #000;
	text-decoration : underline;
}

a:active {
	color : #333333;
	text-decoration : underline;
}

table {
	border: 0;
	text-align: center;
}

.center {
	text-align: center;
}

.center_big {
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
}

.right {
	text-align: right;
	margin-right: 5px;
}

.left {
	text-align: left;
	margin-right: 5px;
}

.red {
	font-size: 14px;
	color: red;
}

.default_list_hori {
	list-style: none;	
	
}

.default_list_hori li {
	background: none;
	list-style: none;

}

.default_list_hori li a {
	list-style: none;

}


#news {
	list-style: none;
	background: none;
	
	
}


#news li {
	list-style: none;
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

#news li a{
	list-style: none;
	background: none;
}

#news .titre{
	float:left;
	width: 615px;
	background: none;
	margin-top: -10px;
	
}

#news .contenu{
	float:left;
	width: 615px;
	background: none;
	
}


#news .date{
	float:left;
	width: 615px;
	list-style: none;
	margin-bottom: 5px;
	color:#808080;
	background: none;
}

/* CARTES */

#carte {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	position: fixed ; 
	margin-top: 200px;
	margin-left: 50%;
	border:solid 2px #000;
	text-align:left;
	background:#FFF ;	
	padding:4px 4px 4px 4px;
	z-index:1000;
	overflow:hidden;
	display: none;
}

#close{
	cursor: pointer;
	text-align: right;
}

/* 						TABLE SOINS									*/

table.soins {
	width: 670px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	border-collapse: collapse; 	
}

table.soins th {
	background-color: #F9F9F9;
	font-size: 18px;
	padding-bottom: 20px;
}

table.soins th a{
	background-color: #F9F9F9;
	font-size: 18px;
	border-bottom:1px solid #CCC;
}

table.soins tr.row {
	background-color: #f1f1f1;
	text-align: center;	
	
}

table.soins tr.row1 td{
	background-color: #F9F9F9;
	text-align: center;
	padding-bottom: 20px;	
}

table.default {
	width: 670px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	border-collapse: collapse; 	
	text-align: left;
}

/* 						TABLE ADRESSE								*/

table.adresse {
	width: 670px;
	background-color: #B6CBFC;
	border: 1px solid #FFF;
	border-spacing: 0px;
	border-collapse: collapse; 	
	text-align: left;
}

table.adresse th {
	background-color: #3E4D5E;
	font-size: 18px;
	border-bottom:1px solid #FFF;
	color: #FFF;
}

table.adresse td.titre {
	font-size: 14px;
	padding: 10px 0px 5px 4px;
	text-decoration: underline;
}

table.adresse td.contenu {
	padding-left: 20px;	
}

/*					FIN TABLE ADRESSE				*/

/*					TABLE SEMAINE					*/

table.semaine {
	
	border: solid 1px #000;
	border-collapse: collapse;
	
}


table.semaine td{
	border: solid 1px #000;	
	width: 90px;
	height: 20px;
}

/*					FIN TABLE SEMAINE				*/

/*					TABLE SIGNATURE					*/

table#signature {
	width:	680px;
	border: none;
	border-collapse: collapse;
	
}

table#signature td{	
	width: 50%;
	text-align: left;
	vertical-align: top;
}

/*					FIN TABLE SIGNATURE				*/

/* 					TABLE ADMINLIST					*/

table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;

}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	font-size: 11px;
	color: #000;
	font-weight:bold;
	background-color: #E9E7E7;
	text-align: left;
	
}

table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
	
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
	vertical-align: top;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist tr.row2 {
	background-color: #CCC;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}

table.adminlist td.col1 {
	width: 350px;
	vertical-align: top;
}

table.adminlist tr.row3 {
	background-color: #DCE3EE;
	text-align: left;
}

table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}

table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}

table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
	vertical-align: top;
}

table.adminlist td.col0 {
	font-weight:bold;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
	
}

table.adminlist td.col0 a{

	font-size: 9px;

}

table.adminlist th.tel {

	width: 80px;
    text-align:center;

}


table.adminlist td.decalle {
	padding-left:20px;
	vertical-align: top;

}

table.adminlist td.cent {
	width: 150px;
	font-weight: bold;
}

table.adminlist tr.vide {
	border: none;

}


/*						 FIN TABLE ADMIN LIST					*/

table.class {
	width: 680px;
}

.gauche{
	float: left;
	width: 200px;	
	padding-top: 10px;
	text-align: justify;
}
.droite{
	margin-left: 10px;
	float: left;
	width: 400px;	
	padding-top: 10px;
	text-align: justify;
}

.gauche_1{
	float: left;
	width: 400px;	
	text-align: justify;	
}
.droite_1{
	margin-left: 10px;
	float: left;
	width: 200px;	
	text-align: justify;
}

.gauche_gallerie{
	float: left;
	width: 350px;	
	text-align: justify;	
}

.droite_gallerie{
	margin-left: 10px;
	float: left;
	width: 250px;	
	text-align: justify;
}

.tab_gauche {
	float: left;
	width: 200px;
}

.tab_centre {
	float: left;
	width: 200px;
	margin-left: 30px;
	
}

.tab_droite {
	float: left;
	width: 200px;
	margin-left: 30px;
}

.titre{
	float: left;
	width: 600px;
	margin-top: 30px;
}

.titre_center{
	float: left;
	width: 600px;
	margin-top: 30px;
	text-align: center;
}

.para_left{
	float: left;
	width: 600px;
	margin-top: 20px;
	padding-top: 10px;
	text-align: left;
}



/*					 	FIN GENERAL									*/

/*------------------------------------------------------------------*/

/* 						PAGES										*/

#page_accueil {
  	position: relative;
	width: 900px;
	margin: -105px auto;
	height: 1000px;
	
	background-image: url(../images/fond_centenu_2.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position:-200px 130px;
}

#global {
	position:relative;
	background: #E9E9E9 url(../images/global_bg.png) center top repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#page {
  	position: relative;
	width: 900px;
	margin: -105px auto;
	/*overfow:auto;*/
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position:top;
	background-position:-150px 75px;
	clear: both;
	min-height: 800px;
}

#beta{
	float:left;
	margin-left: -525px;
	margin-top: 35px;
	font-size: 20px;
	color: #6CB8AD;
	border-bottom: 5px solid #226FBF;
}

#nos_offres{
	float:left;
	margin-left: -500px;
	margin-top: 80px;
	font-size: 16px;
		
}

#nos_offres a{
	color: #000;
		
}

#nos_offres #offre_1{
	margin-left: 60px;	
	height: 20px;		
}

#nos_offres #offre_1 a:hover{
	
	font-size: 17px;		
}

#nos_offres #offre_2{
	margin-left: 120px;
	margin-top: 8px;	
	height: 20px;		
}

#nos_offres #offre_2 a:hover{
	
	font-size: 17px;			
}

#nos_offres #offre_3{
	margin-left: 10px;
	margin-top: 8px;	
	font-size: 9px;	
	height: 20px;	
}

#nos_offres #offre_3 a:hover{
	font-size: 11px;		
}

#nos_offres #offre_4{
	margin-left: 5px;
	margin-top: 8px;	
	height: 20px;
	padding-left:40px;
}

#nos_offres #offre_4 a:hover{
	margin-left: -15px;
	font-size: 17px;		
}

#nos_offres #offre_5{
	margin-left: 160px;
	margin-top: 8px;	
	height: 20px;	
	padding-left:10px;	
}

#nos_offres #offre_5 a:hover{
	margin-left: -10px;		
	font-size: 17px;	
}

#nos_offres #offre_6{
	margin-left: 215px;
	margin-top: 8px;	
	height: 20px;	
	padding-left:10px;	
}

#nos_offres #offre_6 a:hover{
	margin-left: -10px;		
	font-size: 17px;
}

#nos_offres #offre_7{
	margin-left: 170px;
	margin-top: 8px;
	height: 20px;			
}

#nos_offres #offre_7 a:hover{
	
	font-size: 17px;	
}

#nos_offres #offre_8{
	margin-left: 235px;
	margin-top: 8px;	
	height: 20px;	
	padding-left:10px;
		
}

#nos_offres #offre_8 a:hover{
	margin-left: -10px;
	font-size: 17px;	
}

#nos_offres #offre_9{
	margin-left: 300px;
	margin-top: 8px;
	height: 20px;			
}

#nos_offres #offre_9 a:hover{
	
	font-size: 17px;	
}

#center p {
	text-align: justify;
	margin-right: 5px;
}

#center li {
	list-style: none;
	padding-left: 20px;
	background: url(images/puce_b.png) left 7px no-repeat;
}

#center .hfm li {
	background: none;
	text-align: left;
	margin-left: -18px;
}

#center li.sous_hfm  {
	background: none;
	text-align: left;
	margin-left: 0px;
	font-size: 11px;
	
}

#center .hfm  {
	border: solid 1px black;
	padding: 4px 4px 4px 4px;
	background-color: #E2EDF8;
	margin-left: 0px;
	width: 150px;
}


#menu_presentation {
	float: left;
	width: 680px;
	margin-bottom: 15px;
}

#menu_presentation li {
	float: left;
	padding-left: 0px;
	background: none;
	margin-left: 3px;
	margin-top: 0px;

}

#menu_presentation_bas {
	float: left;
	width: 680px;
	margin-bottom: 15px;
}

#menu_presentation_bas li {
	float: left;
	padding-left: 0px;
	background: none;
	margin-left: 3px;
	margin-top: 0px;

}

#bande {
	background-color: #FFFFFF;
	width: 100%;
	height: 4px;
}

#entete {
	/*background-image: url(../images/logo.png);*/
	background: url(../images/entete_logo_v.png)  no-repeat;
	background-position:0px -5px;
	width: 925px;
	height: 205px;
	position : relative;
	margin: 0px auto;
	
	
}

#little_menu {
	float : right;
	margin-top: 15px;
	margin-right: 25px;
	color: #FFF;
}

#little_menu a{
	
	color: #FFF;
}

#bandeau {
	display: none;
	height: 162px;
	width: 899px;
	z-index: 100;
	margin: -10px auto;
	margin-bottom: 2px;
}


#logo {
	background: url(../images/logo_blanc.png) no-repeat;
	width: 180px;
	height: 64px;
	margin-top: 80px;
	margin-left: 13px;
	float: left;
	/*
	filter:alpha(opacity=50);
	opacity:0.5;
	*/
}

#catch_phrase {
	float: right;
	width: 670px;
	height: 127px;
	color: #000000;	
	font-family: tahoma,verdana;
	font-size: 30px;
	margin-left: 222px;
	text-align: right;
	background-image: url(../images/bandeau.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 20px;
}

#phrase {
	float: right;
	font-size: 20px;
	font-style:italic;
	margin-right: 420px;
	margin-top: 50px;
}



#left {
	float:left;
	height: 480px;;
	width: 240px;
	margin-left:-23px;
	margin-top: 25px;
}

#center_accueil {
	min-height: 800px;
	width: 887px;
	text-align: left;
}

#center {
	float:left;
	/*background-image:url("images/center_bg.png");
	background-position: left;*/
	width: 660px;
	text-align: left;
	padding: 4px 2px 100px 20px;
	margin-top: 110px;
	min-height: 500px;
	
}

#footer {
	position:relative;
	text-align:center;
	background: #E9E9E9 url(../images/footer.png) center top no-repeat;
	height: 115px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top: 0px;
}



#accueil_centre_droite {
	float: right;
	width: 320px;
	height: 250px;
	margin-top: 80px;
	margin-right: 20px;
}

#w3 {
	text-align: center;
}

/* 							ACTU 									*/

#actu {
	float: right;
	width: 320px;
	height: auto;
	background-image: url(../images/actu.png);
	background-repeat: no-repeat;
	padding: 2px 6px 2px 8px;
	border: dotted 2px;
	margin-top: 00px;
	margin-left: auto;
	margin-right: -20px;
	background-color: #FFF;
}

#actu ul {
	position: relative;
	list-style: none;
	padding-left: 0px;
	padding-top:2px;
	margin-top:0px;
	margin-left: 0px;
	font-size: 11px;
}

#actu li {
	padding-top:2px;
}

#actu .date {
	padding-top:5px;
	font-weight: bold;
}

#toutes {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 							FIN ACTU		 						*/

/* 							FIN PAGE								*/

/*------------------------------------------------------------------*/

/* 							MENUS				 					*/

/*					PETIT MENU DE LA PAGE D'ACCUEIL					*/

#petit_menu {
	float: right;
	width: 320px;
	height: 105px;
	margin-right: -7px;
	margin-top: 10px;
}

#petit_menu ul {
	position: relative;
	list-style: none;
	font-size: 11px;
}

#petit_menu li {
	
}

#petit_menu .lien {
	float:left;
	width:220px;
	height: 28px;
	padding-top:1px;
	padding-left:44px;
	margin-top: 13px;
	font-size: 20px;
	color: #000;
	background-image: url(images/petit_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
#petit_menu .lien_titre {
	float:left;
	width:220px;
	height: 28px;
	padding-top:1px;
	padding-left:44px;
	margin-top: 13px;
	font-size: 20px;
	color: #000;
	background-image: url(images/petit_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#petit_menu .lien_titre a {
	
	color: #000;
	background-image: none;
}

#petit_menu .lien a {
	
	color: #000;
	background-image: none;
}

#petit_menu  :hover {
	color: #FFF;
	background-image: url(images/petit_menu.png);
	background-repeat: no-repeat;
	background-position: 0px -17px;
}

/* 							MENU HAUT									 */


ul#menu {
	position: absolute;
	top: 0px;
	right: 0;
	list-style: none;
	margin-right:0px;
	margin-top:58px;
	padding-top:1px;
	z-index: 2000;
}

ul#menu li {
	text-align: center;
	width: auto;
	float: left;
	height: 25px;
	font-family: tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	padding-top: 3px;
	padding-left:4px;
	padding-right:4px;
	color: #FFF;  		
}

ul#menu li:hover, ul#menu li:focus {
	color: #FFF;
	border-bottom:8px solid #6CB8AD;	
}

ul#menu li.trait  {
	border-bottom:8px solid #FFF;
}

ul#menu li.current {
  border-bottom:8px solid #226FBF;
}

ul#menu li a {
  text-decoration: none;
  color: #FFF;
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
  line-height:20px;
}

/* 					MENU LEFT							*/

.menu2 {
	list-style-type: none;
	position: relative;
	display: block;
	height: 600px;
	font-size: 13px;
	font-family: tahoma,Verdana,Helvetica,Arial,sans-serif;
	float: left;
	margin-left:10px;
	margin-top:60px;
	padding-left: 4px;
	padding-top: 10px; 
	background-image: url(images/fond_menu_left.png);	
	background-repeat: no-repeat;
	background-position: top;	
	background-position: -3px 20px;
}

ul.menu2 li  {
	width: 220px;
	float: left;	
	margin-left:-2px;
	background: none;
		
}

ul.menu2 li:hover  {
	width: 220px;
	float: left;	
	margin-left:-2px;
	background: none;
	background-color: #CEC;	
}

ul.menu2 li a {
	float: left;
	color: #1E46AC;
	text-decoration: none;
	height: 20px;
	padding: 2px 5px 0 30px;
}

ul.menu2 li a:hover {
	background-image: url(images/navigation_menu_left.png);	
	background-repeat: no-repeat;
	background-position: top;	
	background-position: 0px -53px;
	background-color: #CEC;
}


ul.menu2 .current a {
	background-image: url(images/navigation_menu_left.png);	
	background-repeat: no-repeat;
	background-position: top;	
	background-position: -0px -31px;
	background-color: #FFF;
	color: #1E46AC;
	font-weight: 700;
	text-decoration: underline;
	font-size: 12px;
}

ul.menu2 .current a:hover {
	background-image: url(images/navigation_menu_left.png);	
	background-repeat: no-repeat;
	background-position: top;	
	background-position: 0px -0px;	
	color: #1E46AC;
	font-weight: 700;
	text-decoration: underline;
	font-size: 12px;
}

/*
ul.menu2 .sous_menu a{
	color: #1E46AC;
	background-image: none;
	
}

ul.menu2 .sous_menu_current a{
	background-image: url(images/navigation_menu_left.png);	
	background-repeat: no-repeat;
	background-position: top;	
	background-position: -0px -0px;
	color: #355752;
}
*/

ul.menu2 .titre_menu {
	height:20px;
	color: #FFF;	
	font-family: tahoma,verdana;
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 15px;
	background-image: url(images/menu2_titre.png);	
	background-repeat: no-repeat;		
	background-position: 14px 5px;

}

ul.menu2 .titre_menu:hover {
	background-image: url(images/menu2_titre.png);	
	background-repeat: no-repeat;		
	background-position: 14px 5px;
	background-color: transparent;	
}

/* 						FIN MENU LEFT 						*/
/* 						FIN MENU 								*/


/*------------------------------------------------------------------------------------------------------*/
/*					BANNIERE DE LA PAGE D'ACCUEIL					*/

#banniere {
	float: right;
	width: 530px;
	height: 80px;
	margin-right: -30px;
	margin-top: 35px;
}

/*------------------------------------------------------------------------------------------------------*/
/*                PAGE PARTENAIRE                                   */
.partenaire_div hr{
    color:#A5A5A5;
    border:none;
    border-top:1px solid #A5A5A5;
    height:1px;
}
.partenaire_titre{
    margin:5px 0px;
    line-height:20px;
}
.partenaire_desc{
    text-align:justify;
}
.partenaire_img{
    width:180px;margin:0px 5px 5px;text-align:center;
}
.partenaire_lien{
    float:right;
    padding-right:15px;
}

