/* --- STYLES DE BASE --- */
/* Page */
html {font-size: 100%;background-color:#053575;}/* Évite un bug d'IE 6-7. (1) */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 70%; /* À adapter pour la police choisie. (3) */
	line-height: 1.4; /* À adapter au design. (4) */
	color: #ffffff;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
	line-height: 1.2;
	font-weight: normal; /* Valeur par défaut. (6) */
	font-style: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1em; }
h3 { font-size: 0.75em; }
h4 { font-size: 0.50em; }
/* Listes */
p { margin: .75em 0; }/* Marges plus faibles que par défaut. (7) */
address { margin: .75em 0; font-style: normal; }
a:link, a:visited { text-decoration: none;color: #ffffff; }
a:hover, a:focus, a:active { color: #bfe5f7; }
img { border: none;display:inline;}
/* Divers éléments de type en-ligne (8) */
em { font-style: italic; }
strong, .bold { font-weight: bold;color: #bfe5f7; }
/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
	 position: relative;
}
input, button, select { vertical-align: middle; }/* Solution pb. d'alignement. (9) */
input, textarea { font-size: 0.9em; background-color:#557aa4; border: 0px;float:right;}
table {
    margin: 0;
	 border: none;
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
	 width: 100%;
}
td {vertical-align: top;}
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
acronym.syllabe, abbr.syllabe { speak: normal; }/*Façon dont sont prononcés les acronymes*/
acronym.lettre, abbr.lettre {	speak: spell-out; }
/* Pour les liens qui s'ouvrent dans une nouvelle fenêtre (ou image) */
a.externe:after {
	content: "\0000a0[\2197]";
/*	content: url(../../images/site/lien_externe.gif);*/
}
body { height: 100%;text-align: center; }/* pour corriger le bug de centrage IE */
a.nocolor { background-color: transparent; }
fieldset { border: 0px none; }
.clear { clear:both; }
.pair { background-color: #F96150; }
.impair { background-color: #FBA399; }
/*FIN génériques*/

/*Début structure*/
#conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background: #053575 url(../../images/site/tranche-droite.jpg) repeat-y center;
}
#header {background-color: #23277E; height: 129px; color:#ffffff;}
#menu2 {
	background: #000000 url(../../images/site/noirbleu.gif) repeat-x;
	height: 30px;
}
div#main1 {
	padding: 0px 0px 50px 0px;/* Pour éviter la superposition du pied de page et du contenu */
	overflow: auto;
}
#main2 {padding:0px;margin: 0px 0px 0px 0px;}
.jaune {background-color: #fdc400;}
div#content {
	width: 324px;
	background: #053575;
	padding: 74px 20px 0px 20px;
	margin-left: 200px;
}
div#side1 {
	float: left;
	width: 200px;
	background-color: #053575;
}
div#side2 {
	float: right;
	width: 236px;
	background: #053575;
	padding: 0px;
}
div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	background-color: #053575;
	color:#ffffff;
	text-align: center;
}
/*Fin structure*/

/*Debut header*/
#menu2 {margin: 0px 0px 0px 0px;}
#menu2 ul {margin: 0px 0px 0px 160px;}
#menu2 ul, #menu2 li {display:inline;list-style-type: none;}
a#accueil {}
a#french {}
a#english {}
/*Fin header*/

/*Début side1*/
#menug {margin: -4px 0px 0px -40px;}
#menug li {display:inline;list-style-type: none;}
#side1 a, #side1 a img {display: block;}
#side1 a, #side1 span {
	display: block;
	width: 200px;
	height: 22px;
}
a#menu_presentation {background: url(../../images/site/presentation.gif) no-repeat;}
a#menu_presentation:hover, a#menu_presentation:active, span#menu_presentation {background: url(../../images/site/presentation-on.gif) no-repeat;}
a#menu_moyens {background: url(../../images/site/moyens-prod.gif) no-repeat;}
a#menu_moyens:hover, a#menu_moyens:active, span#menu_moyens {background: url(../../images/site/moyens-prod-on.gif) no-repeat;}
a#menu_metiers {background: url(../../images/site/metiers.gif) no-repeat;}
a#menu_metiers:hover, a#menu_metiers:active, span#menu_metiers {background: url(../../images/site/metiers-on.gif) no-repeat;}
a#menu_localisation {background: url(../../images/site/localisation.gif) no-repeat;}
a#menu_localisation:hover, a#menu_localisation:active, span#menu_localisation {background: url(../../images/site/localisation-on.gif) no-repeat;}
a#menu_informations {background: url(../../images/site/information.gif) no-repeat;}
a#menu_informations:hover, a#menu_informations:active, span#menu_informations {background: url(../../images/site/information-on.gif) no-repeat;}
a#menu_actualites {background: url(../../images/site/actualites.gif) no-repeat;}
a#menu_actualites:hover, a#menu_actualites:active, span#menu_actualites {background: url(../../images/site/actualites-on.gif) no-repeat;}

a#menu_presentation_en {background: url(../../images/site_en/presentation.gif) no-repeat;}
a#menu_presentation_en:hover, a#menu_presentation_en:active, span#menu_presentation_en {background: url(../../images/site_en/presentation-on.gif) no-repeat;}
a#menu_moyens_en {background: url(../../images/site_en/moyens.gif) no-repeat;}
a#menu_moyens_en:hover, a#menu_moyens_en:active, span#menu_moyens_en {background: url(../../images/site_en/moyens-on.gif) no-repeat;}
a#menu_metiers_en {background: url(../../images/site_en/metiers.gif) no-repeat;}
a#menu_metiers_en:hover, a#menu_metiers_en:active, span#menu_metiers_en {background: url(../../images/site_en/metiers-on.gif) no-repeat;}
a#menu_localisation_en {background: url(../../images/site_en/localisation.gif) no-repeat;}
a#menu_localisation_en:hover, a#menu_localisation_en:active, span#menu_localisation_en {background: url(../../images/site_en/localisation-on.gif) no-repeat;}
a#menu_informations_en {background: url(../../images/site_en/informations.gif) no-repeat;}
a#menu_informations_en:hover, a#menu_informations_en:active, span#menu_informations_en {background: url(../../images/site_en/informations-on.gif) no-repeat;}
a#menu_actualites_en {background: url(../../images/site_en/actualites.gif) no-repeat;}
a#menu_actualites_en:hover, a#menu_actualites_en:active, span#menu_actualites_en {background: url(../../images/site_en/actualites-on.gif) no-repeat;}

#side1 div {margin-top: 50px;}
/*Fin side1*/

/*Début side2*/
div#side2 {
	font-size: 0.9em;
}
#conteneurdiapo {
	position: relative;
	width: 236px;
	height: 276px;
	background: url(../../images/site/droite-fond.jpg) no-repeat;
}
#diapo {
/*	background-color:#000000;*/
	width:218px;
	height:180px;
	position:absolute;
	top:20px;
	left:10px;
}
#actudroite {position:absolute;top:208px;left:10px;text-align:center;width:200px;font-size:1.1em;}
#actudroite a {color: #bfe5f7;}
#imgdecor {margin: 0px 0px -4px 0px;padding:0px;}
/*Fin side2*/

/*Début content*/
div#content h1 {color: #bfe5f7;}
div#content h2 {color: #bfe5f7;font-variant: small-caps;}
div#content img {border: 2px solid #ffffff;}
#info p {width: 318px;}
#chapo {color: #fdc400;font-size:1.2em}
#info input {width: 250px;color:#ffffff;padding:2px}
#info textarea {background: #ffffff;}
input#submit {
	background: url(../../images/site/envoyer.gif) no-repeat;
	width: 70px;
	height: 22px;
	float: left;
	margin: 10px 0px 0px 0px;
}
/*Fin content*/

/*Début footer*/
div#footer p {
	margin: 2px 20px;
	font-size: 0.9em;
}
/*Fin footer*/
