@import url("/css/navibar.css");

body {
	
	font-family: "Century Gothic", arial, sans-serif;
	background: #57948d url('/images/bgBody.jpg') top center repeat-y; /* UPD COULEUR DE FOND (D?FAUT) */
	color: black; /* UPD COULEUR DE LA POLICE */
	margin: 0;
	padding: 0;
	border: 0;
	
}

#page {
	
	font-size: small;
	background: #fff;
	width: 760px;
	margin: 0 auto;
}

#tete {
	
	position: relative;
	height: 145px;
	width: 100%;
	background: #fff url('/images/bgTete.jpg') top right repeat-x;
	
}

#tete #decoTete {
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 610px;
	height: 100px;
	z-index: 1;
	background: transparent url('/images/decoTete1.jpg') top right no-repeat;
	color: #fff;
	
}

#tete #logoTete {
	
	display: block;
	position: absolute;
	background: transparent url('/images/logo.jpg') no-repeat;
	width: 152px;
	height: 145px;
	z-index: 2;
	
}

#tete #logoTete a {
	
	text-decoration: none;
	display: block;
	margin: 0;
	width: 152px;
	height: 145px;
	
}

#corps {
	
	position: relative;
	background: #fff url('/images/bgCorps.jpg') repeat-y;
	min-height: 700px;
	
}

#corps #menuGauche {
	
	float: left;
	background: url('/images/imgMenu1.jpg') top left no-repeat;
	padding: 0;
	width: 154px;
	border: 0;
	height: 600px;
	
}

#corps #menuGauche ul {
	padding: 0;
	margin: 69px 0 0 0;
	list-style: none outside;
	width: 153px;
}

#corps #menuGauche ul li {
	display: block;
	padding: 3px 5px 0 20px;
	margin: 4px 0;
	height: 22px;
	background: #ffea97;
	color: #818085;
	font-weight: bold;
}

#corps #menuGauche ul li.section {
	background: #fee36e;
	padding-left: 10px;
}

#corps #content {
	
	float: left;
	width: 606px;
	padding:0;
	
}

#h2_titre {
	
	margin:0;
	/*padding: 40px 10px 10px 10px;*/
	background: url('/images/bgH2.jpg') repeat-x;
	height: 69px;
	color: #818085;
}


#corps #content h2 {
	margin:0;
	padding-left:15px;
	/*padding: 40px 10px 10px 10px;*/
	background: url('/images/bgH2.jpg') repeat-x;
	height: 68px;
	color: #818085;
	font-size:18px;
	padding-top: 5px;
	
}

#menu {
	padding:0;
	margin:0;
/*	background-color:#818085;*/
	height: 20px;
	width:606px;
	color: #818085;
	font-size: 14px;
	
}

#pied {
	
	height: 17px;
	background: transparent url('/images/') repeat-x;
	border-bottom: 1px solid #fff;
	
}

#tete .invisible {
	
	margin: 0;
	visibility: hidden;
	
}


#contenu{
	margin-left:10px;
    margin-right:10px;
}

#contenu.assemble li{
display:list-item;
margin-left:8px;
padding-left:0px;
list-style-position:outside ;
}

#contenu .localisation{
display:block;
margin-left:15px;
padding-left:15px;
float:left;
width:250px;
}

#contenu .localisationSeul{
display:block;
margin-left:15px;
padding-left:15px;
margin-bottom:15px;
width:250px;
}


#content .titre{
	margin:0;
	color: #818085;
	font-size:16px;
	font-weight:bold;
	clear:both;
}

#contenu a {
	text-decoration: none;
	color: #818085;
	font-weight:normal;
	border:none;
}

#contenu a:hover {
	color: #F6CB41;  /* UPD */ /* COULEUR DES ONGLETS EN SURBRILLANCE */
	border:none;
}

#content .titre a {
	font-weight:bold;
    text-decoration:underline;
}


#contenu .titre_lien{
float:right;
margin-right:10px;
}

#contenu #equipe{
display:block;
margin-right:10px;
margin-left:80px;
padding-left:5px;
float:left;
width:255px;
}

#contenu fieldset {
    padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:0px;
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-right: 10px;
	text-align: left;
	border: solid 1px #F6CB41;
	clear:both;
	float:left;
}

legend {
	font-weight:bold;
	color: #818085;
	font-size: 16px;
	font-family: Arial;
}
#contenu #journalRsg legend {
    font-size:12px;
}

#contenu fieldset a.current {
	font-weight: bold;
	color: #818085;
}

#contenu #journal{
display:block;
margin-left:15px;
padding-left:15px;
float:left;
width:200px;
}

#contenu #journalRsg{
display:block;
margin-left:0px;
padding-left:0px;
float:left;
width:200px;
}

#journal fieldset, #journalRsg fieldset {
    padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:0px;
	width: 120px;
	height: auto;
	margin-left:12%;
	text-align: left;
	border: solid 1px #818085;
	float:left;
}
#journalRsg fieldset {
	margin-left:1%;
    margin-right:3%;
    width:190px;
}

#contenu #menu_mission{
display:block;
padding-left:10px;
margin-top:45px;
float:left;
width:390px;
height:20px;
border-bottom: solid 1px #F6CB41;
border-top: solid 1px #F6CB41;
}

#menu_mission a.current {
	font-weight: bold;
	color: #818085;
	
}

img {
border:none;
}

td.lab {
    width:150px;
    display:block;
}
textarea {
    width:140px;
    height:100px;
}

