/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<< CSS DOCUMENT >>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<< 00/08/2008 >>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>> */


/* <<<<<<<<<<<<<<<< MISE EN PAGE GENERALE >>>>>>>>>>>>>>>> */

html {
	height: 100%;
	font-size: 100%; /* Pour être sûrs que toutes les tailles de police héritent correctement de la valeur par défaut des navigateurs (autrement dit, 16px), on définit pour commencer une taille de 100% pour l'élément HTML. */
}
body {
	width: 100%;
	font-size: 0.625em; /* La taille de base sera de 10px avec les valeurs par défaut de police du navigateur (10/16=0.625). Le calcul de la taille de police des éléments enfants s'effectuera maintenant à partir de la valeur définie pour body. */
	/* raccourci background: color image repeat attachment position; */
}

/* <<<<<<<<<<<<<<<<<<<<< ZONES DIV >>>>>>>>>>>>>>>>>>>>> */

#page {
	position: relative;
	top: 0;
	left: 0;
}
#bandeau {
	position: relative;
	width: 100%;
	height: 75px;
}
#bandeau #langue {
	color:#515151;
	font-size:11px;
	float:left;
	margin-top:10px;
	text-decoration:underline;
}
#centre {
	position: relative;
}
#navigation {
	float: left;
	top: 0;
	left: 0;
	width: 240px;
	height: 310px;
	background: transparent url(../../fr/images/menu-trait2.gif) no-repeat 0 0;
}
#conteneur {
	float: left;
	/*margin-left: 10px;*/
	top: 0;
}
#contenu {
	margin-left: auto;
	margin-right: auto;
}
#contenu2 {
	width: 470px;
}
#piedPage {
	clear: both;
	left: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	padding: 20px 0 10px 10px;
}


/* <<<<<<<<<<<<<<<<<<<< NAVIGATION >>>>>>>>>>>>>>>>>>>>> */

#navigation ul {
	margin: 70px 0 0 36px;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	color: #000;
	padding:10px 0px 10px 18px;
	background: transparent url(../../images/mrol.gif) no-repeat 0 50%;
	font-weight: bold;
	font-size: 1.1em;
}
#navigation ul li#contact a {
	background-image:url(/fr/images/menuContact.gif);
	width:184px;
	height:63px;
	display:block;
}
#navigation ul li#contact a:hover,
#navigation ul li#contact a.actif {
	background-image:url(/fr/images/menuContactHover.gif);
}
#navigation ul li#contactEn a {
	background-image:url(/en/images/menuContactEn.gif);
	width:184px;
	height:63px;
	display:block;
}
#navigation ul li#contactEn a:hover,
#navigation ul li#contactEn a.actif {
	background-image:url(/en/images/menuContactEnHover.gif);
}
#navigation ul li a:hover,
#navigation ul li a.actif {
	text-decoration: none;
	color: #009;
	background: transparent url(../../images/mrolon.gif) no-repeat 0 50%;
}

/* <<<<<<<<<<<<<<<<<<<<<<< IMG >>>>>>>>>>>>>>>>>>>>>>> */
img {
	border: none;
	color: #000;
	font-family: "Times New Roman", Times, serif; /* raccourci font: style variant weight size/line-height family; */
	font-size: 1.2em;
	text-align: left;
	line-height: normal;	
}
.imgcentre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pavelogo {
	float: left;
}

/* <<<<<<<<<<<<<<<< MISE EN FORME TEXTE >>>>>>>>>>>>>>>> */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	padding: 22px 0 10px 0;
	color: #009;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	padding: 10px 0 5px 0;
	color: #337800;
}
p {
	font-family: "Times New Roman", Times, serif; /* raccourci font: style variant weight size/line-height family; */
	font-size: 1.2em;
	text-align: left;
	line-height: normal;
}
.accueil {
	padding: 28px 28px 0 160px;
}
a {
	text-decoration: none;
	outline: none;
}
a:link, a:visited, a:active {
	color: #009;
}
ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: disc;
}
ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em; 
	margin: 0 0 0 15px;
	padding-left: 5px;
	text-align: left;
	/*background: transparent url(../commun/img/puce.gif) no-repeat 0 50%;*/
}
ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}
ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em; 
	color: #000000;
	margin: 0;
	text-align: left;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #009;
	padding-left: 25px;
	clear:both;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.txtcourrantd {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal; 
	color: #000000;
	text-align: right;
	margin-bottom: 10px;
}
.txtcourrantg {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal; 
	color: #000000;
	text-align: left;
	padding-left: 6px;
	margin-bottom: 10px;
}
.txtcourrantc {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal; 
	color: #000000;
	text-align: center;
	padding-left: 6px;
	margin-bottom: 10px;
}
.txtcourrantcblanc {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal; 
	color: #FFFFFF;
	text-align: center;
	padding-left: 6px;
	margin-bottom: 10px;
}
.titrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #337800;
}
/*
.grostitrenoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.txttimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
}
*/
.titretimesg {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
	text-align: left;
}
.titretimesd {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 6px;
	text-align: right;
}
.titreverttimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #337800;
	text-align: right;
}
.txttimesvertg {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #337800;
	font-weight: bold;
	text-align: left;
}
.grostitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.grostitreg {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 6px;
}
.txttimesblanc {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.grostitrevert {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #337800;
}
.grostitrevertd {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #337800;
	text-align: right;
}
.titreblanc {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
address {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	margin-top: 20px;
	text-align: left;
}