@charset "utf-8";
/* CSS Document */

body {
	margin : 0;
	background-color : #EFEFEF;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	height : 100%;
	padding : 0;
	font-family : verdana;
	color : black;
	font-size : 12px;
	color : #333300;
}

body a, a:visited {
	color : black;
}

body img {
	border : 0;
}
/*tableau principal */
#corps {
	border-collapse : collapse;
	margin-left : auto;
	margin-right : auto;
	width : 985px;
	height : 760px;
}
#corps td {
	vertical-align : top;
}


/*colonnes */
#gauche1 {
	padding-top : 120px;
	width : 200px;
}
#gauche1 img {
	text-align : center ;
}

#droite1 {
	padding-left : 40px;
	padding-right : 40px;
	background : url("images/bg2.png");
	background-repeat : repeat-y;
	width : 785px;
}
/*accueil */
#tableAccueil  {
	border-spacing : 5px;
}
#gauche2 {
	text-align : justify;
	width : 235px;
	padding-right : 10px;
}
#gauche2 img {
	text-align : center ;
}
#droite2 {
	width : 600px;
	text-align : justify;
}
#droite2 img {
	text-align : center ;
}


/* services */
.tableServices {
	border-collapse : collapse;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	width : 700px;
}
#tableServices ul {
	border-collapse : collapse;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
.artTable {
	border-spacing : 5px;
	margin-left : auto;
	margin-right : auto;
}



/* contact */

#contact {
	width : 500px;
}
#contact, #contact td{
	margin-left : auto;
	margin-right :auto;
	vertical-align : top;
	padding : 5px;
	border-spacing : 0;
	
}
#contact a:hover {
	font-weight : bold;
}

#adresse {
	border-spacing : 10px;
}

#horaires {
	border-collapse : collapse;
}
#horaires td {
	padding : 2px 10px;
}
#horaires td{
	border : 1px solid #cccccc;
	text-align : center;
	
}
.contactDroit {
	vertical-align : top;
	text-align : left;
	width : 400px;
}
/* menu */

#menu {
	font-size : 12px;
	font-family : verdana;
	list-style-type : none;
	margin : 0;
	padding : 0 0 0 3px;
}
#menu li{
	list-style-position:outside;
	height : 30px;
	margin : 0;
}

#menu a, #menu a:visited, #menu p{
	color : black;
	text-decoration :none;
	line-height : 30px;
	width : 180px;
	height : 30px;
	display : block;
}

#menu a:hover {
	background : #CCCC99;
}
#menu li a:hover {
	background : #CCCC99;
	border-left : 5px solid #990033;
	padding-left : 10px;
	width : 180px;
}
/* style pour le bouton de la page actuelle */
.pageActuelle {
	background : #CCCC99;
	border-left : 5px solid #990033;
	padding-left : 10px;
	width : 180px;
}




/* PIED DE PAGE */

#foot {
	text-align : center;
	padding-bottom : 1px;
}

#foot a,a:visited {
	color : black;
	text-decoration : none;
}

#foot a:hover {
	font-weight : bold;
}


/* PERSONNALISATIONS DIVERSES */
.prix {
	text-align : center;
	font-size : 18px;
	font-family : verdana;
	font-weight : bold;
	color : #993300;
}

.gras {
	text-align : center;
	font-size : 14px;
	font-family : arial;
	font-weight : bold;
	color : #993300;
}

.gras a, .gras a:visited{
	color : #336600;
}
.gras a:hover {
	text-decoration : underline;
}

.gras2 {
	font-size : 14px;
	font-family : arial;
	font-weight : bold;
	color : #993300;
}
.imgGauche {
	float : left;
	margin : 5px;
}


/* TITRES DE PAGES */

h2 {
	font-size : 20px;
	background-image:  url(images/puce.png);
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height : 50px;
	height : 40px;
	color : black;
}

h3 {
	background-image:  url(images/puce2.png);
	background-repeat: no-repeat;
	text-indent: 30px;
	line-height : 23px;
	height : 50px;
}


.imgFond {
	background : url("images/top2.jpg");
	background-repeat : no-repeat;
	background-position : top right;
	width : 700px;
	
}


.tableMilieu {
	vertical-align : middle;
}






.annonce {
	font-size : 19px;
	font-weight : bold;
	color : red;
	background : #FFFF99;
	padding : 10px;
	text-align : center;
	border : 2px dashed grey;
	
}

.annonce2 {
	font-size : 16px;
	font-weight : bold;
	color : red;
	background : #FFFF99;
	padding : 10px;
	text-align : center;
	border : 2px dashed grey;
	
}


.Style2 {
	font-size : 16px;
	font-weight : bold;
}