/* -----------------------------------------------------------
						Général
----------------------------------------------------------- */

*{
margin:0;
padding:0;
border:0;
}

body{
font-family:Verdana, Tahoma, Helvetica, sans-serif;
font-size:medium;
/*
color:#939393;
*/
color:#D6D6D6;
background-color:#ae547a;
background-image:url(../images/fond.gif);
background-repeat:repeat-y;
background-position:15px 0;
}

a:link,
a:visited{
text-decoration:none;
color:#939393;
outline:none;
}
a:hover,
a:active{
text-decoration:underline;
color:#939393;
outline:none;
}

h1{display:none;}
h2,h3,h4,h5{font-size:100%;}

.left{float:left;}
.right{float:right;}
.bold{font-weight:bold;}
.italique{font-style:italic;}
.souligne{text-decoration:underline;}
ul{list-style:none outside none;}

input.champ{
font-family:Verdana, Tahoma, Helvetica, sans-serif;
border:1px solid #4c494d;
padding:1px 2px;
height:15px;
font-size:100%;
color:#939393;
}



/* -----------------------------------------------------------
						Structure
----------------------------------------------------------- */

div#global{
width:805px;
text-align:left;
font-size:70%;
margin-left:25px;
height:auto !important;
height:100px;
min-height:100px;
background-color:#19171b;
}
	div#global div#header{
	width:805px;
	height:262px;
	}
	
	div#global div#content{
	clear:both;
	width:775px;
	padding:15px 15px 5px 15px;
	height:auto !important;
	height:395px;
	min-height:395px;
	border-top:1px solid #7a6f7e;
	background-image:url(../images/fd_bas_header.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	text-align:justify;
	}

	div#global div#content div#sep{
	clear:both;
	height:16px;
	width:805px;
	margin:0 -15px 10px -15px; 
	background-image:url(../images/sep.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	}


	div#global div#footer{
	clear:both;
	width:775px;
	height:20px;
	padding:5px 15px 0 15px;
	margin:15px 0 10px 0;
	background-color:#221e24;
	color:#D6D6D6;
	}
		div#global div#footer a{
		color:#D6D6D6;
		}
		div#global div#footer ul li{
		display:inline;
		}
