.Style11{font-size: 12px;}
/************************************************************ DÉFINITIONS GÉNÉRALES ************************************************************/
/* GLOBALITÉ DE LA PAGE */
* {
	padding: 0;
	margin: 0;
}

/* BODY */
body {
	background-image:url(img/fond.jpg);
	background-repeat:no-repeat;
	background-color:#7fb7c9;
	position:relative;
	color: #4a4a4a;
	font: .7em/1.2em "Tahoma", "Bitstream Vera Sans", sans-serif;
}

/* GLOBAL */
div#global {
	width: 933px;
	background: url(img/global.gif) top left repeat-y;
	overflow: hidden;
	margin: auto;
	padding: 0 0 15px 4px;
}

/* LIENS */
a { text-decoration: none; }
a img { border: none; }

/* LISTE À PUCES */
ul { list-style: none; }



/************************************************************ RÉSEAU ************************************************************/
p#reseau {
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0 0 8px 0;
}

p#reseau a { color: #fff; }



/************************************************************ MENU HORIZONTAL ************************************************************/
ul#menuhorizontal {
	background: url(img/menuhorizontal.png) no-repeat;
	width: 904px;
	height: 34px;
	margin: auto;
	padding: 6px 0 0 33px;
}

ul#menuhorizontal li { display: inline; }
ul#menuhorizontal li#m1 a { width: 98px; }
ul#menuhorizontal li#m2 a, ul#menuhorizontal li#m4 a, ul#menuhorizontal li#m6 a { width: 109px; }
ul#menuhorizontal li#m3 a { width: 118px; }
ul#menuhorizontal li#m5 a { width: 110px; }
ul#menuhorizontal li#m7 a { width: 94px; }
ul#menuhorizontal li#m8 a { width: 86px; }

ul#menuhorizontal li a {
	float: left;
	line-height: 32px;
	text-align: center;
	height: 34px;
	margin: 0 0 0 2px;
	font-weight: bold;
	color: #4c4c4c;
}

ul#menuhorizontal li a:hover { background: url(img/liensurvol.gif) top left repeat-x; }



/************************************************************ BANNIÈRE ************************************************************/
div#banniere {
	height: 119px;
	font-size: 0;
	background-image:url(img/banniere3.jpg);
	background-repeat:no-repeat;
}
div#banniere a{
	height: 116px;
	width:175px;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	float:left;
}


/************************************************************ MENU VERTICAL ************************************************************/
div#menuvertical {
	margin: 3px 0 0 12px;
	float: left;
	display: inline;
	width: 184px;
}

/* MENU XX */
div#menuvertical h2.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
div#menuvertical h3.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
div#menuvertical h4.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
div#menuvertical h5.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}
div#menuvertical h6.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}

div#menuvertical p.titremenu {
	background: url(img/titremenu.gif) no-repeat;
	height: 33px;
	width: 184px;
	line-height: 33px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	font-weight:bold;
}

div#menuvertical ul.menu {
	background: url(img/basmenu.gif) no-repeat bottom left #3d638a;
	padding: 2px 0 8px 0;
	margin: 0 0 12px 0;
	width: 184px;
}

div#menuvertical ul.menu li {
	background: url(img/boutonmenu.gif) no-repeat;
	height: 23px;
	width: 151px;
	line-height: 23px;
	padding: 0 0 0 20px;
	margin: 0 0 2px 6px;
}

div#menuvertical ul.menu li a { color: #fff; }
div#menuvertical ul.menu li a:hover { font-weight: bold; }



/************************************************************ CONTENU ************************************************************/
div#contenu {
	margin: 3px 0 0 8px;
	width: 700px;
	float: left;
	display: inline;
}

/* NOUVELLE XX, BLOC */
div#contenu div.bloc {
	width: 700px;
	overflow: hidden;
	background: url(img/fondbloc.gif) repeat-y;
	margin: 0 0 30px 0;
}

div#contenu div.bloc h2.titrebloc {
	background: url(img/titrebloc.gif) no-repeat;
	width: 700px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc h1.titrebloc {
	background: url(img/titrebloc.gif) no-repeat;
	width: 700px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc p.informationsbloc {
	background: url(img/informationsbloc.gif) no-repeat;
	height: 22px;
	width: 650px;
	margin: 0 0 0 10px;
	line-height: 22px;
	padding: 2px 8px 0 10px;
	font-weight: bold;
}

div#contenu div.bloc p.informationsbloc span { float: right; }

div#contenu div.bloc div.contenubloc {
	margin: 12px 0 0 0;
	overflow: hidden;
	background: url(img/basbloc.gif) no-repeat bottom left;
	padding: 0 20px 19px 20px;
	width: 670px;
	font-size:9pt;
}

div#contenu div.bloc div.contenubloc p.lirelasuite {
	border-top: 1px dashed #bebebe;
	text-align: right;
	clear: both;
	margin: 12px 0 0 0;
	padding: 3px 0 0 0;
}

div#contenu div.bloc div.contenubloc p.lirelasuitenews {
	border-top: 1px dashed #bebebe;
	text-align: right;
	clear: both;
	margin: 12px 0 0 0;
	padding: 3px 0 0 0;
}


div#contenu div.bloc div.contenubloc p.lirelasuite a {
	font-weight: bold;
	color: #426f8e;
}

div#contenu div.bloc h2.titrebloc {
	background: url(img/titrebloc.gif) no-repeat;
	width: 650px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc p.titrebloc {
	background: url(img/titrebloc.gif) no-repeat;
	width: 700px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc h2.titreblocnews {
	background: url(img/titrebloc.gif) no-repeat;
	width: 700px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc p.titreblocnews {
	background: url(img/titrebloc.gif) no-repeat;
	width: 640px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1.2em;
}

div#contenu div.bloc p.informationsblocnews {
	background: url(img/informationsbloc.gif) no-repeat;
	height: 22px;
	width: 650px;
	margin: 0 0 0 -1px;
	line-height: 22px;
	padding: 2px 8px 0 8px;
	font-weight: bold;
}

div#contenu div.bloc h2.titrebloccom {
	background: url(img/titrebloc.gif) no-repeat;
	width: 600px;
	height: 37px;
	line-height: 33px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 1em;
}


/************************************************************ INFORMATIONS ************************************************************/
div#informations {
	margin: 3px 0 0 9px;
	width: 246px;
	float: left;
	display: inline;
}


div#informations h2.titreinformations {
	height: 33px;
	line-height: 33px;
	width: 246px;
	background: url(img/titreinformations.gif) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
}

div#informations p.titreinformations {
	height: 33px;
	line-height: 33px;
	width: 246px;
	background: url(img/titreinformations.gif) no-repeat;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	font-weight:bold;
}
	
/* BLOCS INFORMATIONS */
div#informations div.blocinformations {
	background: url(img/basinformations.gif) no-repeat bottom left #3c638c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	padding: 5px;
	width: 236px;
	margin: 0 0 12px 0;
}

div#informations div.blocinformations p.voirsuite {
	background: url(img/boutoninformations.gif) no-repeat top left;
	width: 236px;
	height: 18px;
	text-align: center;
	color: #323232;
	margin: 19px 0 0 0;
	font-size: 0.9em;
	line-height: 18px;
}

div#informations div.blocinformations p.voirsuite a { color: #323232; }



/************************************************************ PIED DE PAGE ************************************************************/
div#pieddepage {
	width: 909px;
	margin: auto;
	background: url(img/pieddepage.gif) 4px top no-repeat;
	padding: 20px 14px 15px 14px;
	color: #fff;
}

/* PARTENAIRES */
div#pieddepage p#partenaires {
	text-transform: uppercase;
	font-size: 0.9em;
	height: 36px;
	padding: 0 0 8px 0;
}

div#pieddepage p#partenaires a { color: #fff; }

/* COPYRIGHT */
div#pieddepage p#copyright {
	margin: 20px 0 0 0;
	text-align: center;
}

div#pieddepage p#copyright a, div#contenu div.bloc div.contenubloc a {
	color: #75a5cb;
	font-weight: bold;
}


	/*
	Contact
	*/
	
	#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 400px; margin: 0 0 0 -40px; padding: 35px; -moz-border-radius:5px; -webkit-border-radius:5px; }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 400px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:20px; border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

	
