/* ------------------------------------------------------------------------- */
/* ------------------------------Document CSS------------------------------- */
/* ----------------------------Printer Friendly----------------------------- */
/* ----------Ce CSS gère l'affichage des pages lors de l'impression--------- */
/*---------------------------------------------------------------------------*/		 
/*--------------------Document créé par Mathieu Lavigne----------------------*/
/*---------------------------Mars-Avril 2007---------------------------------*/
/*------------------------feellowes@hotmail.com------------------------------*/	 
/*---------------------------------------------------------------------------*/


body,
html {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10pt;
    margin:0;
    padding:0;
    background:#ffffff;
    color:#000000;
    }
/*
body {
    min-width:760px;
    }
*/	 
#wrap {
    background:#ffffff;
    margin:0;
    /*width:760px; */
    }
	
#header {  
	display:none;  /* J'empêche l'affichage du Header */
    }

#main {
	/*float:left;*/
    /*width:705px;		 */
	padding:40px 35px 0px 20px;
	text-align:justify;	  
    }

* html #main {
	width: 410px; /* for IE5 and IE6 in quirks mode */

} 
/*
#body {
    background:url("../images/back_body.gif") repeat-y;
}
#bodyTop{
	background:url("../images/top_body.gif") no-repeat;
	height:16px;
}
#bodyBottom{
	background:url("../images/bottom_body.gif") no-repeat;
	height:21px;
}
*/
#footer{
	display:none;
	}	 

#sidebar {
	display:none; /* J'empêche l'affichage du Sidebar */
    }
/*
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }  
*/
#title {		
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20pt;										   
	font-style:oblique;
	color:#c06300;
	float:left;
    width:760px;
	/*padding-left:111px;*/
    }		  		
#title img{
	margin:0 5px;
}
* #title {
    width:649px;
    }
#bottomLinks {	
	display:none; /* J'empêche l'affichage des BottomLinks */
    }
/*
#bottomLinks p {
	padding-right:45px;
	line-height:20px;
	text-align:right;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
    }
#bottomLinks a{
	color:#1E81CE;
	text-decoration:none;
}
#bottomLinks a:HOVER{
	text-decoration:underline;
}	 
*/
.emc2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
}	  
.linksdetails{
	 display:none;
}
#main h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:10pt;
    padding:0;
	border-bottom: 1px dashed #945321;
    }	  	
#main h1 a{				
	font-size:10pt;	  
	font-style:oblique;
	text-decoration:underline;
	color:#945321;
}
#main h1 a:hover{
	text-decoration:underline;
}
#main h1 a:visited{
	color:#945321;
}
#main p {			 
	text-align:justify;
    padding:0;
	line-height:12pt;  
    }
#main h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:12pt;
	color:#666666  ;
    padding:0px 0px 0px 0px;
/*	border: 1px dashed #945321;*/
	margin-left:10px;
	text-align:right;
}
#main a{
	color:#945321;
	text-decoration:underline;
}
#main a:HOVER{
	text-decoration:underline;
}
#main a:VISITED{
	color:#945321;
}				  
#main a:ACTIVE{
	color:#C6A489;
}
#main h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
#main h3 a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	font-size:14pt;
    padding:0 10px;
	color:#945321;
}
#main h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size:10pt;
	color:#666666  ;
    padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:10px;
	line-height:12px;
	margin-bottom:0px;
}
#main li{
	list-style-type:circle;
	/*list-style-image:url("../images/puce_list.gif");*/
	padding:0;
}
#main li a{
	color:#BA6829;
}
#main ul.carte{
	padding-bottom:30px;
	border-bottom: 1px dashed #4d4d4d;
}


/* FORMULAIRE */
.input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	font-size:9pt;
	letter-spacing:1px;
	height:14px;
	padding:2px;
	background-color:#f3f3f3;
	border:1px solid #aeaeae;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:400px;
	font-size:9pt;
	letter-spacing:1px;
	padding:2px;
	background-color:#f3f3f3;
	border:1px solid #aeaeae;
}
label{
	font-weight:normal;
	letter-spacing:1px;
	font-size:9pt;
	vertical-align:baseline;
}

