@charset "utf-8";
/*=========================================================*/
/*========               Normalisations            ========*/
/*=========================================================*/
/* Normalisation de marges et des réserves */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquotte, th, td {
	margin:0;
	padding:0;
}

/* Supression des bordures dans les éléments fieldset et img */
fieldset, img {
	border:0;
}

/* balises interdites */
font,b,center {
	background:red !important;
	color:#fff !important;
}

/*=========================================================*/
/*========               Typo/Textes               ========*/
/*=========================================================*/
/*==== body ====*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
#container {
	text-align: left;  /*this overrides the text-align: center on the body element. */
}
/*==== header ====*/
/*== titleHeader ==*/
#titleHeader h1 { /* Titre du site */
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
}
#titleHeader h1 span.slogan { /* Slogan */
	font-size: 16px;
}
/*== menu ==*/
#menu ul {
	list-style:none;
	list-style-image:none;
	text-align:center;
}
#menu a {
	text-decoration:none;
	color:#333;
}
/*==== Global (utilisé dans mainContent) ====*/
h1 { /* Titre du contenu */
	font-size: 24px;
	font-weight: bold;
	color:#badd5b;
}
h2 { /* Chapo */
	font-size: 14px;
	font-weight: bold;
	color:#777;
}
h3 { /* Titre de paragraphe */
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	text-align:center;
}
h4 { /* Texte à mettre en avant */
	font-size: 16px;
	font-weight: bold;
	color: #33ccff;
}
h5 { /* Titre de sous-paragraphe */
	font-size: 14px;
	font-weight: bold;
}
a, a:visited {
	color:#004080;
	text-decoration:none;
}
a:hover {
	color:#0066cc;
	text-decoration:underline;
}
/*==== mainContent ====*/
/*== titleContent ==*/
#titleContent {
	text-align:center;
}
/*== content ==*/
#content {
	text-align:justify;
}
#chapoText h2 {
	vertical-align:middle;
}
#content p.imgSousRub {
	text-align:center;
}
#content ul {
	text-align:left;
}
#content li {
	list-style-type:disc;
}
#titleSousRub p {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.imgSousRub a {
	font-size: 14px;
	color: #666666;
	text-decoration:none;
}
.imgSousRub a:hover {
	text-decoration:underline;
}
.blocRight table td {
	vertical-align:top;
}
.blocRight .titleTabLeft {
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.blocRight .titleTabRight {
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
/*= .bloc =*/
.bloc {
}
.bloc div.bloc-t p {
	color:#fff;
	font-size:1.40em;
	text-align:center;
}
.bloc a, .bloc a:visited {
	text-decoration:underline;
}
.bloc a:hover {
	text-decoration:underline;
}
/*==== footer ====*/
#footer {
	font-size: 11px;
}
#footer .separator {
	color:#555;
}
#footer a, #footer a:visited {
	color:#555;
	text-decoration:none;
}
#footer a:hover {
	color:#555;
	text-decoration:underline;
}
/*==== bottomContainer ====*/
#bottomContainer h2 {
	color:#aaa;
	font-size: 11px;
	font-weight:normal;
}
/*=========================================================*/
/*========       Positions/Dimensions/Aspect       ========*/
/*=========================================================*/
/*==== Global (utilisé dans mainContent) ====*/
p {
	margin:0 0 10px 0;
}
h2 { /* Chapo */
	margin:0 0 15px 0;
}
h3 { /* Titre de paragraphe */
	margin:15px 0 10px 0;
	padding:10px;
	background: url("bgparatitle.gif") bottom repeat-x;
	border: 1px solid #f5f5f5;
	overflow:hidden;
}
.separator {
	clear: both;
	margin: 1em 0;
	border-bottom: 1px dotted #8c8b8d;
}
.paraSeparator {
	clear: both;
	margin: 0.5em 0 1em 0;
}
.vignetteSeparator {
	clear: both;
	margin: 0.2em 0;
}
/*==== body ====*/
body {
	background-color: #FFFFFF;
	background: url("bgpage.gif") 0 0 repeat-x;
}
#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: url("bgpage-glare.gif") 0 0 no-repeat;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}
/*==== header ====*/
#header {
	position: relative;
	top: 10px;
	right: 0;
	width: 900px;
	height: 222px;
	background: url("bgheader.jpg") 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#titleHeader {
	position: absolute;
	top:53px;
	left: 585px;
	width: 281px;
}
#langues {
	position: absolute;
	top: 164px;
	right: 25px;
}
#languesShadow {
	position: absolute;
	top: 182px;
	right: 25px;
}
/*== menu ==*/
#menu {
	position: absolute;
	top: 142px;
	width:100%;
	height: 70px;
	background: url("bgcontent.gif") #badd5b 0 0 repeat-y;
}
#menu ul {
	position:absolute;
	top: 9px;
	left: 17px;
	width:866px;
	background: url("bgmenu.gif") 0 0 repeat-x;
}
#menu li.rub1 {
	margin-left: 7px;
}
#menu li {
	margin-left: 3px;
	display:block;
	float:left;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	padding-left:5px;
	float:left;
	background: url("ongletsg.png") no-repeat left top;
}
#menu a span, #menu a:link span, #menu a:active span, #menu a:visited span {
	display:block;
	padding:7px 10px 38px 5px;
	background:url("onglets.png") no-repeat right top;
}
#menu a:hover {
	background-position: left -62px;
}
#menu a:hover span {
	background-position: right -62px;
}
#menuZoneNonClickable {
	position: absolute;
	top: 40px;
	width:100%;
	height: 31px;
}

/*==== mainContent ====*/
#mainContent {
	position:relative;
	background-color: #FFFFFF;
	background: url("bgcontent.gif") 0 0 repeat-y;
	padding: 0 17px;
}
#titleContent {
	position:relative;
	padding: 0 0 15px 0;
}
/*== content ==*/
#content {
	position: relative;
	padding: 0 14px 15px 14px;
	overflow: hidden;
}
#content .para {
	overflow:hidden;
}
#content ul {
	position: relative;
	margin:0 0 0 20px;
}
#chapo {
	margin: 0 0 20px 0;
}
#chapoText {
	position:absolute;
	top:0;
	right:15px;
	width:461px;
	height:208px;

	background: url("bgchapotexte.gif") bottom repeat-x;
	border: 1px solid #f5f5f5;
	overflow:hidden;
	display:inline-table;	/*permet d'aligner verticalement le texte contenu dans ce bloc ! */
}
#chapoText h2 {
	display:table-cell;	/*permet d'aligner verticalement le texte contenu dans ce bloc ! */
	padding: 21px;
}
.blocRight {
	position:relative;
	float:right;
	margin: 0 -2px 10px 18px;
	width:45%;
}
.blocRight table {
	border: 1px solid #fff;
	width:100%;
}
.blocRight table td {
	padding:5px;
}
.blocRight .titleTabLeft {
	width:50%;
	background-color:#ff9900;
}
.blocRight .titleTabRight {
	background-color:#abda2c;
}
.blocRight .colLeft {
	background-color:#ffdd99;
}
.blocRight .colRight {
	background-color:#d9f392;
}
.blocRight ul {
	position:relative;
	left:-5px;
}
/*= .bloc =*/
.bloc {
	width:100%;
	margin-bottom:12px;
}
.bloc div.bloc-t {
	height:31px;
	background-color:#abda2c;
}
.bloc div.bloc-t p {
	padding:5px 10px 0 10px;
	margin:0;
} /* pour IE6 : mettre margin:0; */
.bloc div.bloc-m {
	padding: 10px;
	border: 1px solid #828282;
}
.bloc p.images {
	text-align:center;
}
.bloc p.icone img {
	margin-right: 10px;
}
.bloc .bloc ul {
	margin-right:15px;
}
.bloc .bloc ul li {
	margin: 0 0 10px 0;
}
.bloc .bloc ul li a {
	background:none !important;
	width:auto;
	height:auto;
}
.bloc .bloc div.bloc-b {
	height:10px;
	background: #c8b7aa url("bloc-bg-b.gif") left bottom no-repeat;
}
#content p.imgLeft {
	position:relative;
	float:left;
	margin: 0 30px 20px 0;
	padding: 4px;
	border: 1px solid #999999;
}
#content p.imgRight {
	position:relative;
	float:right;
	margin: 10px 0 20px 20px;
	padding: 4px;
	border: 1px solid #999999;
}
#content p.imgMiddle {
	position:relative;
	float:left;
	margin: 50px 20px 20px 20px;
	padding: 4px;
	border: 1px solid #999999;
}
#content p.imgCenter {
	text-align:center;
}

#content p.vignetteLeft {
	position:relative;
	float:left;
	margin: 0 20px 20px 20px;
	padding: 4px;
	border: 1px solid #999999;
}
#content .contentRight {
	position:relative;
	float:right;
	width:620px;
}
#content .content3Col {
	position:relative;
	float:left;
	width:308px;
}
#content .content4Col {
	position:relative;
	float:left;
	width:270px;
}
#sousRub {
	margin-left: 100px;
}
#titleSousRub {
	position:relative;
	margin-bottom: 10px;
	width: 640px;
	height:40px;
	background:url("bgsousrub.jpg") center no-repeat;
}
#titleSousRub p {
	position:relative;
	line-height:40px;
	margin:0;
}
#titleSousPara {
	position:relative;
	margin:0 0 10px 0;
	height:40px;
	background:url("bgsouspara.jpg") center no-repeat;
}
#titleSousPara p {
	position:relative;
	line-height:40px;
	margin:0;
}
#sousRub p.imgSousRub {
	position:relative;
	float:left;
	margin: 0 20px 20px 0;
	padding: 4px;
	border: 1px solid #999999;
	width:190px;
}
/*==== footer ====*/
#footer {
	position:relative;
	background:url("bgfooter.gif") 0 0 repeat-y;
	padding: 0 17px;
}
#footer ul {
	position:relative;
	padding: 5px 8px;
	text-align:center;
}
#footer li {
	display: inline;
}
#footer .separator {
	margin: 0 10px;
}
/*==== bottomContainer ====*/
#bottomContainer {
	height:20px;
	background:url("bgbottomcontainer.gif") 0 0 no-repeat;
	padding: 30px;
}
/*==== Global ====*/
.br {
	height:10px;
}
.razFloat {
	clear: both;
	height:0;
}
#preLoad {
	position:absolute;
	left: -4000px;
	height: 0;
	border: 1px solid #ff0000;
	background-color:#00ff00;
}
/*=========================================================*/
/*========               Formulaire                ========*/
/*=========================================================*/
form {
	margin:0;
}
fieldset {
	border:none;
}
label {
	float: left;
	width: 100px;
	margin-right: 10px;
	line-height:20px;
	font-weight: bold;
}
.buttons {
	padding:0 0 0 110px;
}
.buttons input {
	background: #aaa;
	margin-right:20px;
	padding:0.2em 0.5em;
	border: 2px outset #FFFFFF;
	color: #FFFFFF;
	font-weight:bold;
}
.msgConfirmSucces {
	color:#0C0;
}
.msgConfirmError {
	color:#C30;
}
.required {
	font-style:italic;
}

