@charset "utf-8";
/* CSS Document */

/* contexte général*/
	body {
	margin:0;
	padding:0;
	text-align:left;
		
/* scrollbars IE */
		
/*	scrollbar-3dlight-color:rgb(209,227,255);
	scrollbar-arrow-color:rgb(255,135,0);
	scrollbar-base-color:rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(255,255,255);
	scrollbar-face-color:rgb(209,227,237);
	scrollbar-highlight-color:rgb(255,255,255);
	scrollbar-shadow-color:rgb(94,150,255);
	scrollbar-track-color:rgb(255,255,255); #6C4C1D   */
		   }
		   
/* Corps de texte */
		body, div, p, form, table, tr, td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#6C4C1D;
		}
		
		ul, li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#6C4C1D;
		}
		
		form, tr, td {
		margin:0px;
		}

        h1 {
		margin:0px 10px;
		font-size:18px;
		color:#000000;
		}

/* les liens standards */
		a:link, a:visited, a:active {
		font-size:11px; 
		color:#000000; 
		text-decoration:none;
		font-weight:bold; 
		}
		
		a:hover { 
		color:#000000; 
		text-decoration:none;
		font-weight:bold; 
		}	

/* BLOC GENERAL */
	#general {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin-top: -300px;
	margin-left: -450px;
	background-color:#FFFFFF;
	visibility: visible;
	border:1px solid #735421;
	}

/* BLOC ENTETE */
	#entete {
	position:absolute;
	text-align:center;
	left:0px;
	top:0px;
	background:#FFFFFF url(../images/header.gif) no-repeat;
	width:900px;
	height:160px;
		}
		
/* BLOC MENU */
	#menu {
	position:absolute;
	left:0px;
	top:160px;
	width:150px;
	height:390px;
	text-align:center;
	padding:0px 10px 0px 10px;
	background-color:#FFED73;
	}
	
	#menu .motif {
	background:url(../images/motif.gif) center no-repeat;
	width:139px;
	height:7px;
	margin:10px auto;
	
	}
	
/* BLOC PRINCIPAL CORPS */
	#corps {
	position:absolute;
	left:170px;
	top:160px;
	background:url(../images/fond.gif) no-repeat;
	width:730px;
	height:390px;
	text-align: left;		
	padding:0px;
	}
	
	#corps .BlocTop{
	background:url(../images/tab_bg_top.gif) no-repeat;
	width:580px;
	height:35px;
	margin:0px 75px;
	}
	
	#corps .BlocMiddle{
	background-color:#FFFFFF;
	width:500px;
	height:310px;
	margin:0px 75px;
	padding:0px 40px;
	}
	
	#corps .BlocTxt{
	position:absolute;
	width:500px;
	height:275px;
	overflow:auto;
	padding-left:10px;
	text-align:justify;
	}
	
	#corps p{
	line-height:1.6em;
	}
	
	form em {color:#CC0033; font-size:10px;}
	
	input.input, textarea.input {
	font-size:11px;
	border:1px solid #836223;
	color:#000000;
	background-color:#FFF5AF;
	padding-left:3px;
    }
	input{margin:0px 0px 4px 0px;}
	input.input {
	width:220px;
    }
	textarea.input {
	width:220px;
	height:70px;
    }
    
	#valider{ 
      margin:0px;
	  padding:0px;
	  border:none;
      cursor:pointer;			
	  display:inline-block;
	  white-space:nowrap;
	  background:none;		  
     }
	 .separateur {
       margin-top: 5px;
       background-image:url(../images/point.gif);
       background-repeat:repeat-x;
       display:block;
     }
	
	
	
	
	
	
	
	
	#corps .BlocBottom{
	background:url(../images/tab_bg_bottom.gif) no-repeat;
	width:580px;
	height:35px;
	margin:0px 75px;
	}
	
	#corps .langue{
	padding:5px 40px 0px 0px;
	text-align:right;
	}

/* BLOC PIED DE PAGE */
	#pied {
	position:absolute;
	left:0px;
	top:550px;
	width:900px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
	}
	
	#pied p {
	padding-top:10px;
	font-size:11px;
	}