body {
    background-color: white;
	background-image: url("/images/design/background.png");
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #746969; /*#8f8282; /* gris foncé */
    vlink: #8dc63f; /* vert */
    alink: #8dc63f;
	/* orange : #ea670c */
}

a {
    color: #8dc63f; /* vert */
    text-decoration: none;    
}

a:hover {    
    text-decoration: underline;    
}

img {
	border: 0;
}

/* Titre */

h2 {
	font-size: 20px;
	color: #ea670c;	
	text-align: center;
	width: 90%;
	margin-bottom: 30px;	
}

/**************************************************************************/
/* FORM  */

form {
	
}

fieldset {
  	margin-bottom: 10px;
}

legend {
 	padding: 0 2px;
  	font-weight: bold;
}

label {
	float: left;
	padding-left: 15px;
 	line-height: 1.8;
  	vertical-align: top;
  	width: 200px; /* Width of labels */
}

input, textarea, select {
	left: 200px;
	width : 150x;
	font-size: 12px;
	/*border-top : #555555 1px solid;
	border-left : #555555 1px solid;
	border-bottom : #cccccc 1px solid;
	border-right : #cccccc 1px solid;*/
	padding : 1px;
	color : #8f8282;
	margin-bottom : 0.5em;
}

form .threeChar {
    width: 25px;
}

form .fourChar {
	width: 35px;	
}

form .fiftyChar {
	width: 50px;	
}

form .hundredChar {
	width: 200px;	
}

form .oneFiftyChar {
	width: 250px;
}

form ol {
  margin: 0;
  padding: 0;
}

form li {
  list-style: none;
  padding: 5px;
  margin: 0;
  text-align: left;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00; /* red */
}


/**************************************************************************/
/* DEBUG : adapt DIV height to floating element */

/* This fixes the height of containing div to adapt to the height of its float divs*/
#clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
#clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
#clearfix {display: block;}
/* End hide from IE-mac */

/**************************************************************************/
/* CADRES  */

.cadre_main {
	width: 870px; /* taille du cadre non modulable --> en pixels, un peu plus que la taille de la banniere, pour éviter que la taille de la page soit plus petite que la taille de l'image */	
	margin-top: 20px;	
}

.cadre_banniere {	
	width: 100%;		
	text-align: left;
	/*background-color:#93F;*/
}

.cadre_bordure {
	border: solid 1px #8f8282;	
    background-image: url("/images/design/border_right.png");
    background-repeat: repeat-y;
    background-position: right;    
    z-index: 0;	
	padding: 0;
	margin: 0;
}

.cadre_menu {
	width: 100%;	
	height: 50px;
}

.cadre_contenu {	
    width: 100%;    	
	margin: 50px 0 20px 0;	
}

.cadre_contenu .menu_gauche {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: auto;
	
	padding: 10px 0;
	border-radius: 10px 10px 1 1;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
	background: #8f8282;
}

.cadre_contenu .page {
	width: 70%;	
	margin-left: auto;
	margin-right: 15px;
	text-align: left;
}



.cadre_footer {	
    text-align: center;	
    font-size: 10px;    
    margin-right: auto;
    margin-left: auto;
	margin-top: 24px;
	/*background-color:  #33F;*/	
}



