/* CSS Document */

#page	{
position: absolute;

width: 816px;        /* selon la largeur voulue */
margin-left: -408px; /* moitie de width */
left: 50%;           /* constant, toujours 50% */

height: 630px;       /* selon la quantite de texte */
margin-top: -318px;   /* moitie de height */
top: 50%;            /* constant, toujours 50% */
}

/* Commun */

#contenu	{ margin: 1em; }
body {
	background-image: url(../img/commun/background.jpg);
}


#header {
	width:816px;
	height:300px;
}

#centre {
	
	width:816px;
	height:303px;
	
	background-image:url(../img/commun/fond_ombre_centre.jpg);
	background-repeat:repeat;
}

#onglets {
	clear:both;
	width:816px;
	height:30px;
	position:absolute;
	bottom:0px;
}

.adresse {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#FFF;
	font-size:11px;
	position:absolute;
	width:800px;
	margin:5px auto 0 auto;
	text-align:center
}

.adresse a {
	color:#fff;
}

a#retour_accueil {
	display:block;
	width:115px;
	height:14px;
	background:url(../img/commun/bt_retour_accueil.gif) no-repeat bottom left;
	margin-top:120px;
	margin-left:16px;
}

/* Pages Actualité*/
.news {
	margin:10px;
	width:460px;
}
.news h2 {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#0D307C;
}
.news p {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	float:left;
	margin:0;
	text-align:justify;
	font-size:12px;
	color:#0D307C;
}
.news img {
	float:right; border: 1px solid #000;
	background-color: c0a475;
	layer-background-color: #c0a475;
	width:130px;
	height:90px;
}

/* Page Métier*/

#texte_metier{
	margin:20px 3px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0D307C;
	font-weight:bold;
	line-height: 15px;
}

#VignetteLegende{
	height:135px;width:118px;
}

#vignette{
border:1px solid #ccc;
}

#legende{
	margin:0;
	padding:0;
	height:15px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	/margin-top:-4px;
	overflow:hidden;
	/* --------------- */
	width:146px;
	left:-30px;
	position:relative;
	/* --------------- */
}

/* Page De Robienr*/

#texte_de_robien {
	margin:80px 25px 10px 20px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0D307C;
	line-height: 15px;
	text-align:left;
}

a#retour_accueil_robien {
	display:block;
	width:115px;
	height:14px;
	background:url(../img/commun/bt_retour_accueil.gif) no-repeat bottom left;
	margin-top:14px;
	margin-left:16px;
}

.VignetteDeRobien {
	display:block;
	height:150px;
	width:160px;
}

.VignetteDeRobien p {
	margin:0;
	padding:0;
	padding-top:135px;
	padding-right:20px;
	height:15px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}
