/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(../images/bg.jpg) repeat-x #CED6D9;*/
	background: url(../images/bg_page.gif) no-repeat 0 -5px #EFF1F1;
	color: black;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 5px 0 10px;
	line-height: 1.5em;	
}

label {
cursor: pointer;
}

img {
border: 0;
}

h1 {
	color: black;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2 {
	color: black;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3 {
	color: black;
	font-size: 12px;
	margin: 15px 0 2px;
}

#sousmenu h3 {
	color: white;
	margin: 0 0 10px;
}

a:link, a:visited{
	text-decoration: none;
	color: #A61C1F;
}

a:hover {
	color: #C8970F;
}

.obligatoire {
color: red;
}

.erreur {
color: red;
}

.clear {
	clear: both;
	height: 1px !important;
	line-height: 1px !important;
	}

.illus {
float: right;
margin: 5px 0 10px 10px;
border: 1px solid black;
}

.illus2 {
margin: 10px 0;
border: 1px solid black;
}

#ref {
position: absolute; 
left: 0; 
top: 0; 
z-index: 1; 
visibility: hidden;
}

/* Structure =================================================================*/
#page {
	width: 824px;
	text-align: left;
	min-height: 664px;
	height: auto !important;
	height: 664px;
}

#entete {
	height: 75px;
}

#gauche{
	width: 250px;
	float: left;
	margin-top: -15px;
	}

#droite {
	margin-left: 265px;
	width: 553px;
	background: white;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#droite #texte {
	padding: 20px;
}

#pied{
	height: 40px;
	clear: both;
	color: #ADBBBF;
	font-size: 10px;
	margin-left: 272px;
	padding-top: 5px;
	}

/* Entete =================================================================*/

#entete ul {
	margin: 13px 0 0 270px;
	list-style: none; 
	width: 800px;
}

#entete ul li {
	float: left;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

#entete ul li a {
	text-decoration: none;
	color: white;
	height: 40px;
	width: 110px;
	display: block;
}

#entete ul li a:hover, #entete ul li a.sel {
	color: #C8970F;
	background: url(../images/menu_over.gif) no-repeat bottom left;
}


/* gauche  =================================================================*/

#aplat {
	width: 190px;
	margin: 20px 0 0 20px;
	color: white;
}

.nouvelles #center {
	background: #D2B151;
	padding: 12px;
	margin-top: -2px;
}

.nouvelles a:hover {
	color: white;
}

.nav #center {
	background:#A61C1F;
	padding: 12px;
	margin-top: -2px;
}

#center ul {
	list-style: none;
}

#center ul li {
	list-style: none;
	margin: 5px 0;
	font-weight: bold;
}

#center li.treenode {
	margin: 15px 0 !important;
}

#center ul.ssmenu li {
	font-weight: normal;
	list-style: none;
	margin-left: 8px;
}

#center ul.ssnouv li {
	font-weight: normal;
	list-style: none;
}

.nav a:link, .nav a:visited{
	color: white;
}

.nav a:hover, .nav a.sel {
	color: #C8970F !important;
}
	
/* droite  =================================================================*/

#droite ul {
	list-style: square;
	margin: 5px 0 20px;
}

#droite li {
	list-style: square;
	margin: 2px 15px;
}

#photo{
	text-align: left;
	padding: 20px 0 5px 18px;
}

#titre{
	padding-left: 18px;
}

#photos_dlImages {
	background: #ADBBBF;
	float: right;
	margin: 0 0 20px 20px;
}

#photos_dlImages img {
	border: 3px solid white;
	margin: 1px;
}

/* pied  =================================================================*/

#pied a {
	color: #ADBBBF;
}

/* Formulaires =================================================================*/

#FormPied, #FormCorps  {
text-align: right;
margin-right: 100px;
}

#FormCorps2 {
text-align: right;
margin-right: 0;
width: 100%;
}

#FormPied {
padding: 20px 0;
}

#FormCorps fieldset, #FormCorps2 fieldset {
border: 1px solid black;
padding: 10px 30px 10px 0;
margin: 10px 0 0;
}

.login {
margin: 100px 100px 0 100px;
}

#FormCorps fieldset legend, #FormCorps2 fieldset legend {
color: black;
padding: 0 6px;
font-weight: bold;
}


