body { 
	background: #7c0000 url(../medias/communs/fond.jpg) repeat-x;
	font-family: Tahoma;
	margin: 0pt;
	padding: 0pt;
}

#container{
	margin: 0pt auto;
	padding: 0pt;
	width: 1000px;
	height: 660px;
	padding-top: 30px;
}

#container #zone-contenu{
	width: 1000px;
	height: 526px;
	background-color: #fff;
}

#zone-contenu #gauche{
	width: 246px;
	height: 526px;
	float: left;
}

#gauche #logo{
	width: 246px;
	height: 55px;
	padding-top: 46px;
}

#gauche #edito{
	width: 196px;
	height: 277px;
	font-size: 11.5px;
	color: #700000;
	padding: 42px 25px 0 25px;
	text-align: justify; 
}

#gauche #adresse{
	width: 236px;
	height: 88px;
	background-color: #ce0404;
	font-size: 10px;
	color: #fff;
	padding: 18px 0 0 10px;
	line-height: 12px;
}

#gauche #adresse a{
	color: #fff;
	text-decoration: none;
}

#gauche #adresse a:hover{
	color: #fff;
	text-decoration: underline;
}

#zone-contenu #visuel-anim{
	width: 754px;
	height: 526px;
	float: right;
}

#container #zone-menu{
	width: 1000px;
	height: 75px;
	background: url(../medias/communs/fond-menu.jpg) no-repeat;
}

#container #zone-bas{
	width: 990px;
	height: 52px;
	background: url(../medias/communs/fond-bas.jpg) no-repeat;
	font-size: 10px;
	color: #fff;
	padding: 7px 0 0 10px;
}

#zone-bas a{
	color: #fff;
	text-decoration: none;
}

#zone-bas a:hover{
	color: #fff;
	text-decoration: underline;
}

/* menu */
#bloc-menu{
	width: 755px;
	height: 85px;
	z-index: 5;
	position: absolute;
	top: 546px;
	margin-left: 50%;
	left: -254.5px;
}

#bloc-menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#bloc-menu li{
	float: left;
}

#bloc-menu li a{
	display: block;
}

#bloc-menu li a span{
	display: none;
}

a#btn-menu01{
	background: url(../medias/menu/centre.gif);
	width: 151px;
	height: 85px;
}

a#btn-menu01:hover{
	background: url(../medias/menu/centre_over.gif);
}

a#btn-menu01.selected{
	background: url(../medias/menu/centre_select.gif);
}

a#btn-menu01.selected:hover{
	background: url(../medias/menu/centre_select.gif);
	color: #FFF;
}

a#btn-menu02{
	background: url(../medias/menu/prestations.gif);
	width: 151px;
	height: 85px;
}

a#btn-menu02:hover{
	background: url(../medias/menu/prestations_over.gif);
}

a#btn-menu02.selected{
	background: url(../medias/menu/prestations_select.gif);
}


a#btn-menu02.selected:hover{
	background: url(../medias/menu/prestations_select.gif);
	color: #FFF;
}

a#btn-menu03{
	background: url(../medias/menu/tarifs.gif);
	width: 151px;
	height: 85px;
}

a#btn-menu03:hover{
	background: url(../medias/menu/tarifs_over.gif);
}

a#btn-menu03.selected{
	background: url(../medias/menu/tarifs_select.gif);
}

a#btn-menu03.selected:hover{
	background: url(../medias/menu/tarifs_select.gif);
	color: #fff;
}

a#btn-menu04{
	background: url(../medias/menu/actus.gif);
	width: 151px;
	height: 85px;
}

a#btn-menu04:hover{
	background: url(../medias/menu/actus_over.gif);
}

a#btn-menu04.selected{
	background: url(../medias/menu/actus_select.gif);
}

a#btn-menu04.selected:hover{
	background: url(../medias/menu/actus_select.gif);
	color: #fff;
}


a#btn-menu05{
	background: url(../medias/menu/contact.gif);
	width: 150px;
	height: 85px;
}

a#btn-menu05:hover{
	background: url(../medias/menu/contact_over.gif);
}

a#btn-menu05.selected{
	background: url(../medias/menu/contact_select.gif);
}

a#btn-menu05.selected:hover{
	background: url(../medias/menu/contact_select.gif);
	color: #fff;
}

/* pages */
#gauche #sous-menu{
	width: 246px;
	height: 284px;
	background: url(../medias/pages/fond-ssmenu.jpg) no-repeat;
	/*font-size: 11.5px;*/
	/*color: #700000;*/
	padding: 35px 0 0 0;
	/*text-align: justify; */
}

#sous-menu #titre-sous-menu{
	font-weight: bold;
	font-size: 12px;
	color: #700000;
	background: url(../medias/pages/puce-sousmenu.gif) no-repeat left 2px;
	padding-left: 28px;
	margin-bottom: 5px;
}

#sous-menu ul{
	padding: 0;
	margin: 0;
	margin-left: 23px;
	list-style-type: none;
	font-size: 0;
}

#sous-menu li{
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	/*padding: 0;*/
	/*margin: 0;*/
	height: 14px;
	line-height: 14px;
}

li.fleche{
	background: url(../medias/pages/fleche-rouge.gif) no-repeat 4px 5px;
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 12px;
}

#sous-menu li a{
	background: url(../medias/pages/fleche-rouge.gif) no-repeat 4px 5px;
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 0 1px 12px;
	height: 14px;
}

#sous-menu li a:hover{
	background-image: url(../medias/pages/fleche-blanche.gif);
	background-color: #ce0404;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#sous-menu li a.selected{
	background: #ce0404 url(../medias/pages/fleche-blanche.gif) no-repeat 4px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#gauche #sous-menu-actus{
	width: 246px;
	height: 284px;
	background: url(../medias/pages/fond-ssmenu.jpg) no-repeat;
	/*font-size: 11.5px;*/
	/*color: #700000;*/
	padding: 35px 0 0 0;
	/*text-align: justify; */
}

#sous-menu-actus #titre-sous-menu{
	font-weight: bold;
	font-size: 12px;
	color: #700000;
	background: url(../medias/pages/puce-sousmenu.gif) no-repeat left 2px;
	padding-left: 28px;
	margin-bottom: 5px;
}

#sous-menu-actus ul{
	padding: 0;
	margin: 0;
	margin-left: 23px;
	list-style-type: none;
}

#sous-menu-actus li{
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	font-size: 0;
}
/*
li.fleche{
	background: url(../medias/pages/fleche-rouge.gif) no-repeat 4px 5px;
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 12px;
}
*/
#sous-menu-actus li a{
	background: url(../medias/pages/fleche-rouge.gif) no-repeat 4px 5px;
	color: #700000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 0 1px 12px;
}

#sous-menu-actus li a:hover{
	background-image: url(../medias/pages/fleche-blanche.gif);
	background-color: #ce0404;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#sous-menu-actus li a.selected{
	background: #ce0404 url(../medias/pages/fleche-blanche.gif) no-repeat 4px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
}



#zone-contenu #contenu-pages{
	width: 754px;
	height: 526px;
	float: right;
}

#contenu-pages #texte-pages{
	width: 452px;
	height: 526px;
	float: left;
	background-color: #f8f8f8;
}

#contenu-pages #visuel-pages{
	width: 302px;
	height: 526px;
	float: right;
}

#texte-pages #titre-pages{
	width: 417px;
	height: 76px;
	float: right;
	margin-bottom: 40px;
	display: block;
	clear: both;
}

#texte-pages #titre-pages-rdv{
	width: 417px;
	height: 76px;
	float: right;
	margin-bottom: 5px;
	display: block;
	clear: both;
}

#texte-pages #texte{
	width: 380px;
	float: right;
	display: block;
	color: #242424;
	font-size: 11px;
	padding-right: 37px;
	line-height: 14px;
	height: 390px;
	overflow: auto;
	scrollbar-face-color:#f8f8f8; 
	scrollbar-highlight-color:#f8f8f8; 
	scrollbar-3dlight-color:#7f7f7f; 
	scrollbar-darkshadow-color:#f8f8f8; 
	scrollbar-shadow-color:#808080; 
	scrollbar-arrow-color:#C0C0C0; 
	scrollbar-track-color:#f8f8f8;
}

#texte-pages #texte-rdv{
	width: 380px;
	float: right;
	display: block;
	color: #242424;
	font-size: 11px;
	padding-right: 37px;
	line-height: 14px;
	height: 390px;
	/*overflow: auto;
	scrollbar-face-color:#f8f8f8; 
	scrollbar-highlight-color:#f8f8f8; 
	scrollbar-3dlight-color:#7f7f7f; 
	scrollbar-darkshadow-color:#f8f8f8; 
	scrollbar-shadow-color:#808080; 
	scrollbar-arrow-color:#C0C0C0; 
	scrollbar-track-color:#f8f8f8;*/
}

#texte-pages #texte a{
	color: #242424;
	text-decoration: none;
}

#texte-pages #texte a:hover{
	color: #242424;
	text-decoration: underline;
}

#texte-pages #texte-actus{
	width: 380px;
	float: right;
	display: block;
	color: #242424;
	font-size: 11px;
	padding-right: 37px;
	line-height: 14px;
	height: 390px;
	overflow: auto;
	scrollbar-face-color:#f8f8f8; 
	scrollbar-highlight-color:#f8f8f8; 
	scrollbar-3dlight-color:#7f7f7f; 
	scrollbar-darkshadow-color:#f8f8f8; 
	scrollbar-shadow-color:#808080; 
	scrollbar-arrow-color:#C0C0C0; 
	scrollbar-track-color:#f8f8f8;
}

#texte-pages #texte-actus a{
	color: #242424;
	text-decoration: none;
}

#texte-pages #texte-actus a:hover{
	color: #242424;
	text-decoration: underline;
}

#texte-pages #texte-tarifs{
	background: url(../medias/pages/fond-tarifs.jpg) no-repeat;
	width: 380px;
	float: right;
	display: block;
	color: #242424;
	font-size: 11px;
	padding-right: 37px;
	line-height: 14px;
	height: 390px;
	overflow: auto;
	scrollbar-face-color:#f8f8f8; 
	scrollbar-highlight-color:#f8f8f8; 
	scrollbar-3dlight-color:#7f7f7f; 
	scrollbar-darkshadow-color:#f8f8f8; 
	scrollbar-shadow-color:#808080; 
	scrollbar-arrow-color:#C0C0C0; 
	scrollbar-track-color:#f8f8f8;
}

#texte-pages #texte-plan{
	width: 380px;
	float: right;
	display: block;
	color: #242424;
	font-size: 11px;
	padding-right: 37px;
	line-height: 14px;
	height: 390px;
	overflow: auto;
	scrollbar-face-color:#f8f8f8; 
	scrollbar-highlight-color:#f8f8f8; 
	scrollbar-3dlight-color:#7f7f7f; 
	scrollbar-darkshadow-color:#f8f8f8; 
	scrollbar-shadow-color:#808080; 
	scrollbar-arrow-color:#C0C0C0; 
	scrollbar-track-color:#f8f8f8;
}

ul.liste-plan{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 25px;
}

li.liste-plan{
	background: url(../medias/pages/fleche-plan.gif) no-repeat 4px 5px;
	padding-left: 10px;
}

li.liste-plan a{
	text-decoration: none;
	color: #242424;
}

li.liste-plan a:hover{
	text-decoration: underline;
	color: #242424;
}

li.liste-plan02{
	margin-left: 15px;
	background: url(../medias/pages/fleche-plan.gif) no-repeat 4px 5px;
	padding-left: 10px;
}

li.liste-plan02 a{
	text-decoration: none;
	color: #242424;
}

li.liste-plan02 a:hover{
	text-decoration: underline;
	color: #242424;
}

.titre-chapitre{
	/*margin-top: 18px;*/
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #ce0404 url(../medias/pages/dble-fleche.gif) no-repeat 6px 6px;
	padding: 1px 6px 2px 16px;
}

.callage-chapitre{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}


a#btn-rdv{
	font-size: 11px;
	color: #fff;
	padding: 1px 6px 2px 16px;
	background: #900909 url(../medias/pages/dble-fleche.gif) no-repeat 6px 6px;
	text-decoration: none;
	float: right;
}

a#btn-rdv:hover{
	font-size: 11px;
	color: #fff;
	
}

span.linkText {
	color: #FFF;
	text-decoration: none;
}

a#btn-rdv span.linkText {
	color: #fff;
	text-decoration: none;
}

a#btn-rdv:hover span.linkText {
	color: #fff;
	text-decoration: underline;
}

.callage-tableau{
	padding-left: 70px;
	padding-top: 49px;
	display: block;
}

.cell-gauche{
	font-size: 12px;
	font-weight: bold;
	color: #242424;
	padding-left: 8px;
}

.cell-gauche-pt{
	font-size: 11px;
	font-weight: bold;
	color: #242424;
	padding-left: 5px;
}

.cell-gauche-pt02{
	font-size: 11px;
	font-weight: bold;
	color: #242424;
	padding-left: 5px;
	padding-top: 3px;
}

.cell-noir-pt{
	color: #242424;
	font-size: 11px;
	padding-left: 2px;
}

.cell-droite{
	color: #ce0404;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 14px;
}

.cell-droite02{
	color: #ce0404;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

.input-gd{ 
	background-color: #fff; 
	width: 270px; 
	height: 15px; 
	border: solid 1px #909090;
	font-size: 10px;
	padding-left: 3px;
	color: #242424; 
}

.input-deroule{ 
	background-color: #fff; 
	width: 225px; 
	height: 15px; 
	border: solid 1px #909090;
	font-size: 10px;
	padding-left: 3px;
	color: #242424; 
}

.input-champstxt{ 
	background-color: #fff; 
	width: 270px; 
	height: 52px; 
	border: solid 1px #909090;
	font-size: 10px;
	padding-left: 3px;
	color: #242424; 
}

.input-checkbox{ 
	background-color: #fff; 
	width: 11px; 
	height: 11px; 
	border: solid 1px #909090;
	color: #242424; 
}

table, th, td{
	padding: 0;
	margin: 0;
}

.tableau{
	margin-top: 10px;
}


.formNoMargin {
	margin: 0;
	margin-bottom: 8px;
}

.mentions-form{
	display: block;
	clear: both;
	color: #242424;
	font-size: 10px;
	line-height: 10px;
	padding-top: 10px;
}

.liste02 {
	padding-left:15px;
	clear: both;
}