body {
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color: #333333;
	background-color: #EAFBFF;
	margin: 1em;
	padding:0
}

p {
	margin:0;
	padding:0;
}

#global {
	background-color:transparent;
	border:0px solid #000066;
	padding:0.5em;
}

#banner {
	height:126px;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
}

#mainbox {
	font-size:1.4em;
	background-color:white;
	font-weight: 300;
	color: #000033;
	padding-bottom:2em;
}

#footer {
	background-color:white;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top:2em;
	padding-bottom:1em;
	text-align: center;
}

.titre {
	font-size:1.4em;
	font-weight: normal;
	color: #000066;
	background-color: #FFFF99;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
} 

.soustitre {
	font-size:1.4em;
	font-weight: normal;
	color: #000066;
	background-color: white;
	padding-top: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding-bottom: 0.2em;
}

.texte {
	font-size:1em;
	font-weight: 300;
	color: #000066;
	background-color: white;
	text-align: left;
	line-height: 1.4em;
}

.paragraphe {
	font-size:1em;
	font-weight: 300;
	color: #000066;
	background-color: white;
	text-align: justify;
	line-height: 1.4em;
}

.initiale {
	color: #CCCC33;
}

a.lien:link, a.lien:visited {
	color: blue;
	text-decoration: none;
}

a.lien:hover {
	color: red;
	text-decoration: none;
}

/* ******************************************************************************************** */
/* Gestion du menu */
/* ******************************************************************************************** */

#banner h2 {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: 700;
	color: #FF9900;
	text-align: center;
	font-size:3.0em;

}

#banner h4 {
	margin:0;
	padding:0;
	font-style: italic;
	font-weight: 400;
	color: #CCCC66;
	text-align: center;
}

#formRecherche {
	border: none;
	margin: 0;
	padding: 10px;
}

ul.menu,ul.menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu{
	margin: 4px 0 0 10px;
}

ul.menu,ul.menu li,ul.menu li a {
	float: left;
}

ul.menu li a {
	padding: 0 1em;
	color: white;
	text-decoration: none;
	display: block;
	border-right: 1px solid #fc9;
}

ul.menu li a:hover {
	color:yellow;
}

/* =================================================================================== */
/* Gestion du téléphone */
/* =================================================================================== */

.headerPhone{
	width: 200px;
	margin: 0.5em 1em 0 0;
	color:white;
	float: right;
	display:block;
}

.headerImgPhone{
	float: right;
	margin-left: 10px;
}

.headerNumero{
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
}
.headerTxtNumero{
	font-size: 1em;
	text-align: right;
}

/* =================================================================================== */
/* Theme */
/* =================================================================================== */

#theme {
	font-size:1.2em;
	color:#655f4b;
	background-color:#fff;
}

#theme h2  {
	border-color:#f90;
	border-style:solid;
	border-width:0 0 .3em 0;
	font-size:1.2em;
	font-weight:400;
	margin:0;
	padding:0;
	overflow: hidden;
}
#theme h2:first-letter {
	font-weight:bold;
	color:#f90;
	background-color:transparent;
}
#theme p {
	margin:0.6em 0;
	padding:0.2em 0;
}
#theme p.actuel {
	font-weight:bold;
	display:block;
	background-color:#F09900;
	line-height:1.5em;
	color:#FFFFFF;
	padding-left:0.5em;
	margin:0.5em 0;
}
#theme a {
	color:#f60;
	background-color:transparent;
	display:block;
	font-weight:400;
	text-decoration:none;
	padding:0.5em 0;

}
#theme a:hover {
	background-color:#ffecce;
	color:#f60;
}

/* =================================================================================== */
/* =================================================================================== */
.emphasepuce{
	font-weight: bold;
	color: #FF6600;

}
.textecentre {
	text-align: center;
	font-weight: 300;
	color: #000066;

}
ul li.liste{
	list-style-type: disc;
	line-height: 1.4em;
	color: #000066;
	list-style-image: url(../img/puce.png);
	margin-bottom: 0.5em;

}

.erreur {
	font-style: italic; 
	color: #FF0000;
}
