body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #3860FE;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: 1px solid #FFFFFF;
}

h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 120%;
	word-wrap: break-word; 
	margin: 0px;
	padding-bottom: 20px;
}
h2 {
	font-size: 100%;
	/*width:expression(document.body.clientWidth > 200 ? "200px" : "auto");*/
	float: left;
	letter-spacing: 0em;
	line-height: 20px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px dashed #CED7FF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	width: 190px;
}
/*html>body h2 {/*largeur max tout sauf ie
	max-width: 200px;	
}*/
h3 {
	font-size: 100%;
}

a {
	color: #3860FE;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
.clr {
	clear: both;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E9FF;
}


b {
	font-weight: bold;
}
p {
	padding-bottom: 15px;
	margin: 0px;
}

.petit {
	font-size: 80%;
}

.img-droite {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	clear: right;
}
.img-gauche {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 6px;
}
#bandeau {
	background-color: #3860FE;
}


#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
}

#menu {
	float: left;
	width: 175px;
	margin-left: -25px;
}
ul {
	margin: 0px;
	padding: 0px;
}


#menu ul {
	margin: 0px;
	position: absolute;
	padding: 0px;
}

#menu ul li {
	list-style-type: none;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 15px;
	padding-right: 5px;
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: none;
	width: 150px;
	background-image: url(../images/fond-menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 90%;
}

#menu ul li a:hover {
	background-repeat: no-repeat;
	list-style-type: circle;
	background-position: center 0px;
	padding-top: 5px;
	padding-bottom: 9px;
	color: #2311FF;
}

.arrondihaut {
	background-image: url(../images/arrondi-menu-haut.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.arrondibas {
	background-image: url(../images/arrondi-menu-bas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sousmenu {
	color: #243473;
	float: right;
	width: 81%;
	padding-top: 10px;
}

#sousmenu ul {
	margin: 0px;
	padding: 0px;
}

#sousmenu ul li {
	list-style-type: none;
	display: inline;
}

#sousmenu ul li a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bouton-soumenu.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;		
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	height: 38px;
	width: 122px;
	font-size: 90%;
	text-align: center;
	float: left;
}

#sousmenu a:hover {
	background-position: center -58px;
}
.visite {
	color: #243473;
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
}
.visite ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.visite ul li {
	list-style-type: none;
	width: 211px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.visite ul li a {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/bouton-visite.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 12px;
	width: 200px;
	font-size: 90%;
	display: block;
}
.visite ul li a:hover {
	background-position: left -36px;
}
#contenu {
	height: 20em; /*hauteur mini ie*/
	float: right;
	color: #243473;
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	background-position: center bottom;
	width: 74%;
	margin-left: 20px;
	margin-right: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	margin-top: 0px;
	padding-bottom: 2px;
}

html>body #contenu { /*hauteur mini tout sauf ie*/
height: auto;
min-height: 20em;
} 

#footer {
	text-align: center;
	clear: both;
	height: 55px;
	padding-top: 15px;
	background-image: url(../images/fond-footer.jpg);
	font-size: 80%;
}
#footer p {
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer a {
	color: #FFFFFF;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
}

#footer li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}

#tarifs {
	width: 580px;
	text-align: center;
	clear: left;
}
#tarifs th {
	background-color: #3860FE;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#tarifs td {
	background-color: #E4DFFD;
	padding: 5px;
}
#tarifs td.clair {
	background-color: #F3F1FE;
	padding: 5px;
}
#tarifs .vide {
	background-color: transparent;
}



.galerie {
	text-align: center;
	font-size: 70%;
}
.galerie p {
	margin: 0px;
}


.galerie table {
	margin-right: auto;
	margin-left: auto;
}

.galerie td {
	background-color: #FFFFFF;
	padding: 2px;
}

#logos {
	float: right;
	clear: both;
	width: 75%;
	margin-right: 15px;
	padding-right: 15px;
	color: #575975;
	margin-bottom: -20px;
}



.logo {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-top: -12px;
}
.tarine {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
	top: -25px;
	position: relative;
}
.agencement {
	font-size: 90%;
	padding-left: 15px;
	padding-right: 10px;
	width: 180px;
	clear: left;
	font-weight: bold;
	float: left;
}
