html {font-size: 100%;}

body {
	font-family: "Trebuchet MS",sans-serif;
	font-size:75%;
	line-height:1.35em;
	background:url(../img/bgBody.gif) repeat-x;
	color:#333;
}

body.region {
	background:url(../img/bgBodyRegion.gif) repeat-x;
}

body#index {
	background:url(../img/bgAccueil.gif) repeat-x;
}

#container {
	width: 1035px;
	text-align:left;
}


h1,h2,h3,h4,h5,h6 {
	color:#00A1E6;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight:normal;
}

h1 {
	font-size:1.84em;
	margin-bottom:5px;
	padding: 0 0 5px 0;
	color:#00A1E6;
	border-bottom:1px dotted #B2B2B2;
}

#index h1 {
	font-size:2.5em;
	line-height:1.3em;
	margin-bottom:15px;
	padding: 0 0 5px 45px;
	color:#FFF;
	border:none;
	background:url(../img/puceH1.gif) no-repeat 0px 5px;
}

h2 {
	font-size:1.67em;
	line-height:1.5em;
	height:38px;
	color:#FFF;
	padding:10px 18px;
	background:url(../img/bgH2.gif) no-repeat;
}

#page h2 {
	font-size:1.67em;
	line-height:1.95em;
	height:38px;
	color:#FFF;
	padding:10px 18px;
	background:url(../img/bgH2page.gif) repeat-x 0px 5px;
}

h3 {
	font-size:1.25em;
	line-height:1.5em;
	margin-top:10px;
}

h4 {
	font-size:1.1em;
	line-height:1.5em; 
	margin-top:10px;
}

h1 small {
	font-size:0.6em;
	color:#636B82;
	font-family:"Tahoma", Sans serif;
}

p, ul, ol, table {
	margin-bottom:20px;
}

ul {
	margin:10px 15px 20px 15px;
}

li {
	padding:0 0 0 15px;
	margin:2px 0 2px 0;
}

#colCentre li {
	padding:0 0 0 15px;
	margin:2px 0 2px 0;
	background:url(../img/puceLi.gif) no-repeat 0px 4px;
}

ul ul {
	margin:5px 0 10px 0;
}

#colCentre ul ul li{
	background:url(../img/puceLili.gif) no-repeat 0px 5px;
}

#colCentre abbr, #colCentre acronym {
	cursor:help;
	border-bottom:1px dotted #666;
}


/* BALISES INLINE ****************** */
a {
	color:#00A1E6;
	background-color:inherit;
	text-decoration:none;	
}

a:hover, a.actif {
	color:#FF4F00;	
}

a.savoirPlus {
	border-bottom:1px dotted #B2B2B2;
	width:100%;
	display:block;
	margin-bottom:20px;
	padding-bottom:5px;
	text-align:right;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

img {
	padding:0px;
	margin:0;
}

img.left {
	float:left;
	margin:5px 20px 0 0;
}

img.right {
	float:right;
	margin:5px 0 0 10px;
}

blockquote {
	background:url(../img/imgQuote.gif) no-repeat top right;
	color:#95969A;
	display:block;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3em;
	margin:10px 0pt 5px 5px;
	padding:0pt 70px 0pt 0pt;
	text-align:right;
	width:180px;
}

/* ************** $1.1 CLASSES GENERIQUES ************** */

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.noFloat {
	clear:both;
}

/* ###################### $2. Styles de formulaires ######################## */

form {
	margin:0px;
}

form p {
	margin:0px;
}

input, select, textarea {
	font-size:1em;
	color:#009EDF;
	background-color:#fff;
	padding:2px 5px;
	margin:2px 0 2px 0;
	vertical-align:middle;
	font-family: "Arial",sans-serif;
	border:1px solid #D6D6D6;
}

input:hover, select:hover, textarea:hover {
	border:1px solid #D6D6D6;
	background: #F7FDEC;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #D6D6D6;
}

input.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #F7FDEC;
	border:1px solid #D6D6D6
}

input.normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: #FFF;
	border:1px solid #D6D6D6;
}

form input.submit {
	background:#59AB78 url(../img/btSubmit.gif);
	width:27px;
	height:22px;
	cursor:pointer;
	border:none;
	color:#F36F00;
}

form input.submit:hover {
	
}

form input.effacer {
	background:url(../img/boutonEffacer.gif) no-repeat;
	width:83px;
	height:20px;
	cursor:pointer;
	border:none;
}

form input.effacer:hover {
	background:url(../img/boutonEffacerOver.gif) no-repeat;
}

form input {
	width:240px;
}

textarea {
	width:300px;
	height:90px;
	margin:0 0 10px 0;
}

textarea.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #F7FDEC;
	border:1px solid #D6D6D6;
}

textarea.normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: #FFF;
	border:1px solid #D6D6D6;
}

input.texte {
	width:85px;
}

legend {
	display:none;
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

label {	/*** Mise en forme des intitulés de champs ***/
	display:block;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 5px .5em 0 0;
	line-height: 1.2;	/*** ... et centrés verticalement. ***/
	cursor: pointer;
}

/* ########## blocs mise en page ############ */

#container {
	/* width: 1035px; */
	text-align:left;
	margin: 0px auto;
}

#header {
display:none;
}

#header div {
	display:none;
}

#header img {
	border:none;
}

#cadreBandeau {
		display: none;
}

div#colGauche {
	display:none;
}

div#colDroite {
	display:none;
}

div#colCentre {
	overflow: visible;
	/* width: 527px; */ /* largeur accueil */
	padding:20px 0 0 0;
	position:relative;
	padding-bottom:100px;
}

div#footer {
	display:none;
}
