body{
	background-color: #222222;
	min-width: 750px;
}

/*Présentation Globale*/
img#imgBan{
	margin-left: 15%;
	margin-top: 5px;
	margin-bottom: 5px;
}
table#header{
	border-collapse: collapse;
	height: 100px;
	width: 98%;
	margin: 0;
}
.fondGauche{
	width: 10%;
	background-color: #BB0000;
}
.fondDroite{
	background-color: #222222;
	width: 10%;
}
td#ban, td#tdMenu{
	width: 80%;
	min-width: 800px;
	background-color: #222222;
	background-image: url('Images//fond.jpg');
	background-repeat: repeat-y;
	margin: 0;
}
div#conteneur{
	background-color: #DDDDDD;
	border: solid 3px #999;
	/*
	border: solid 1px #BB0000;*/
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 25px;
	width: 80%;
}
div#corps, div#corpsPlus{
	min-height: 150px;
	margin-bottom: 25px;
}
div#corps{
	margin: auto;
	width: 100%;
}
div#corpsPlus{
	margin-left: 15%;
	width: 85%;
}
div#sousMenu{
	float: left;
	width: 14%;
	margin: 0;
	margin-left: 5px;
}
div#footer{
	background-color: #DDDDDD;
	border: solid 3px #999;
	/*
	border: solid 1px #BB0000;*/
	width: 80%;
	height: 25px;
	margin: 15px auto;
	padding: 0;
}
 div#presentationOffre{
	margin: auto;
	width: 90%;
	border: solid 1px #BB0000;
 }

/*Menu et sous menu*/
#menu{
	width: 100%;
	height: 45px;
	margin-top: 0;
	margin-bottom: 0;
}
ul#mainMenu, div#sousMenu ul{
	list-style: none;
	padding: 0;
	margin: auto 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-family: "Segoe UI", "arial";
	font-weight: bold;
}
ul#mainMenu li{
	float: left;
	width: 16.6%;
}
ul#mainMenu li a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url('Images//menu.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
ul#mainMenu li:hover a{
	background-image: url('Images//menuHover.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
ul#mainMenu li.select a{
	background-image: url('Images//menuSelect.png');
	background-position: bottom;
	color: #222222;
	background-repeat: no-repeat;
}
div#sousMenu ul li{
	display: block;
	margin-bottom: 6px;
}
div#sousMenu ul li a{
	display: block;
	text-decoration: none;
	border-right: solid 2px #BB0000;
	border-bottom: solid 2px #BB0000;
	color: #000000;
}
div#sousMenu ul li:hover a{
	border-right: solid 2px #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
div#sousMenu ul li.select a{
	background-color: #FFFFFF;
	border-right: 2px solid #BB0000;
	border-bottom: 2px solid #BB0000;
}

/*Présentation du plan du site*/
ul#listePlanDuSite{
	margin: 0;
	margin-left: 10%;
	text-decoration: none;
}
ul#listePlanDuSite a{
	text-decoration: none;
	color: #000000;
}
ul#listePlanDuSite a:hover{
	text-decoration: underline;
	color: #BB0000;
}

/*Présentation des fieldset*/
fieldset.cadreFormulaire, fieldset#validation, fieldset{
	width: 90%;
	margin: auto;
	border: solid 1px #BB0000;
}
fieldset.cadreFormulaire legend, fieldset#validation legend, fieldset legend{
	font-family: "Segoe UI", "arial";
	font-weight: bold;
}
fieldset.cadreFormulaire p, fieldset#validation p{
	text-align: center;
}
fieldset.cadreFormulaire div{
	text-align: left;
	margin: auto;
	width: 20%;
}
label{
	font-family: "Segoe UI", "arial";
}

/*Présentation des pages*/
table#tableCreations{
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
table#tableCreations td img{
	margin: 10px;
}
table.tableTarif{
	width: 100%;
}
table.tableOffres{
	width: 90%;
	margin: auto;
}
/*Textes*/
p{
	margin: 10px;
	text-align: justify;
	font-family: "Segoe UI", "arial";
}
a{
	font-family: "Segoe UI", "arial";
}
p#planSite{
	margin: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	font-family: "Segoe UI", "arial";
	font-size: 0.7em;
}
p#planSite a{
	color: #000000;
	text-decoration: none;
}
p#planSite a:hover{
	color: #BB0000;
	text-decoration: underline;
}
p.divers{
	text-indent: 15px;;
}
p.tarif{
	text-align: right;
	font-style: italic;
}
p.erreur{
	text-align: center;
	color: red;
	text-decoration: underline;
}
a.liensCadre{
	margin-left: 15px;
	text-align: center;
	display: block;
	width: 185px;
	height: 20px;
	border: outset 2px #BB0000;
	text-decoration: none;
	color: #000000;
	font-size: 0.9em;
}
a.liensCadre:hover{
	background-color: #BB0000;
	color: #FFFFFF;
}
a.liensDivers, div#presentationOffre a{
	color: #BB0000;
	font-style: italic; 
}
a.liensDivers:hover,  div#presentationOffre a:hover{
	text-decoration: none;
	background-color: #BB0000;
	color: #DDDDDD;
}
h1{
	color: #FFFFFF;
}
h2{
	border-left: solid 2px #BB0000;
	border-bottom: solid 2px #BB0000;
	margin-left: 30px;
	margin-right: 10px;
	text-indent: 10px;
	font-family: "Segoe UI", "arial";
}
h3{
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	margin-left: 60px;
	margin-right: 10px;
	text-indent: 10px;
	font-family: "Segoe UI", "arial";
}
h4{
	margin: auto;
	border-bottom: solid 1px #BB0000;
	text-align: center;
	width: 70%;
	font-family: "Segoe UI", "arial";
}
h5{
	font-family: "Segoe UI", "arial";
}
h6{
	margin: 0;
	margin-top: 5px; 
	text-align: center;
	font-family: "Segoe UI", "arial";
}
