/** generale **/
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #695F4C;
}
a:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
/** page **/
body {
	background: #FFFFFF ;
	text-align: center;
	color: #847A67;
	padding-bottom: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 820px;
	background: #D4CAB6;
  position: relative;
}

#header {
	height: 100px;
	background-color: #D9D1BC;
}


#body {
	padding-top: 3px;
	background-color:#D4CAB6;
}
/**menu**/
#categories {
  float: left;
  width: 195px;
}
#categories h2 {
-moz-border-radius: 10px 10px 0 0; 
        -webkit-border-radius: 10px 10px 0 0; 
        border-radius: 10px 10px 0 0;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-right-radius: 10px; /* pour Chrome */ 
  color: #fff;
 font: 18px "arial narrow", arial, sans-serif; 
  padding: 4px 0 5px 39px;
  background: #847A67;
}
#categories li {
  background: #D4CAB6 left url(images/puce.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 3px 25px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}
/** bloc centre **/
#intro, #nouv {
  float: right;
  width: 622px;
  background: #D4CAB6;
}
#intro .inner, #nouv .inner {
  padding: 6px 12px;
  list-style: none;
}
#intro .bloc2, #nouv .bloc2 {
width: 300px;
float:right;
  padding: 6px 12px;
}
#intro .bloc, #nouv .bloc {
float:left;
width: 250px;

  padding: 6px 12px;
}
#intro p, #nouv p {
  margin: 0.9em 0;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px verdana, arial, sans-serif;
  color: #1B1812;
}

h2 {
  font: 20px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}


#intro {
background-image:url() ;
	background-color: #D4CAB6;
		background-repeat: no-repeat;
	background-position: right bottom;

}
#intro li {
background: left url(images/puce.gif) no-repeat;
padding: 7px 0 3px 25px;
    list-style: none;
  color: #463F32;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
}
#nouv {
	background-color: #D4CAB6;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nouv .inner {
  padding-right: 0px;
}
#nouvgal {
	float: right;
	width: 600px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#nouvgal div {
  float: left;
  margin: 6px;
}
#nouvgal2 {
	float: right;
	width: 310px;
	margin-bottom: 1em;
	margin-left: 1em;
}
#nouvgal2 img {
padding-right: 5px;
}

#nouvgal2 div {
  float: left;
  margin: 6px;
}
#nouv ul {
  margin-left: 1.5em;
}
#nouv li {
  background: left url(images/puce.gif) no-repeat;
    padding: 7px 0 3px 25px;
    list-style: none;
  color: #463F32;
  font-size: 12px;
  font-family: verdana, arial, sans-serif;
}
#pied{
padding-left:3px;
	background-color: #D4CAB6;

}
/** bas de page **/
#adresse {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}
/* tableau */
table{
	border-collapse: collapse;
	margin:0px;
}
th strong{
	color:#FFFFFF;
}
th{
	background: #847A67;
	height: 35px;
	padding-left:12px;
	padding-right:12px;
	color:#FFFFFF;
	text-align:left;
	border-left:1px solid  #695F4C;
	border-bottom:1px solid  #695F4C;
}
tr{
	height:15px;
	background:#847A67;
}
td{
	padding-left:11px;
	padding-right:11px;
	border-left:1px solid  #695F4C;
	border-bottom:1px solid  #695F4C;
}
/* fin de tableau */
/* mise en forme du formulaire. */
p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}
p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
}
/*** Mise en forme du formulaire ***/

#inscription {
	border: none;
	margin: 0;
	padding: 0;
	width: 50em;	/*** Largeur du formulaire ***/
}
#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background: #695F4C;
	margin: 0;
	padding: .5em;
}
#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
}
#piedForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid  #695F4C;
	color: #695F4C;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
#corpForm .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}
/*** fin du formulaire ***/
