/*  GLOBAL   By sofiane Boukhris*/

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch:ultra-condensed;
	background-color: #D8E3E8;
	color: #000000;
	line-height:13px;
	margin: 0 auto;
	text-align: justify;
	
}
a {
	text-decoration: none;
	outline: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 2px 5px;	
	line-height: normal;
	letter-spacing: 0px;
	font-weight:bold;
}
h1 {

	
	text-transform:uppercase;
	font-size: 11px;
	color: #FFFFFF;
	background:#999999;
}

h3 {
    
	
	font-size: 14px;
	color: #C2CABD;
	text-align:left;
}

hr {
	height: 1px;
}

ul {
	list-style-type: square;
}

li>ul {
	list-style-type: circle;
}


img{
border:0;
}


/*  CLASSES  */

.sub {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#000;
background-color: #transparent;
border:solid 1px #999999;

}

.bleu {
	color:#000066;
	font-weight:bold;
}

.white {
	color:#FFFFFF;	
	font-size:14px;
}

/*  STRUCTURE (in order of appearance)  */

#container {
	margin: 0 auto;
	margin-top:50px;	
	width: 802px;	
	background: #FFFFFF;
	text-align: left;
	font-stretch:ultra-condensed;
	background: url(../img/container.jpg) repeat-y;	
	
}

#header {
	height: 315px;	
	background: url(../img/header.jpg) no-repeat;
		
}

#header_sub {
	padding-top:250px;
	padding-left:25px;
	font-style:italic;
	color:#FFFFFF;
}



#url {
    font-size:11px;
	font-style:italic;
	color:#999999;
	width:600px;
    float:left;
	margin-left:50px;
	margin-bottom:15px;	
	
}

#menu {
    font-family: Geneva, Arial, Helvetica, sans-serif;	
	background: url(../img/title.jpg) no-repeat;
	height:56px;
	width:433px;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-align:center;
	margin-right:5px;
		
}



#content_side {
	width: 180px !important;
	width: 182px; /*IE6*/	
	float: left;	
	margin-left:25px !important;
	margin-left:16px; /*IE6*/
	font-style:italic;
	color:#FFFFFF;
	line-height: 30px;
		
}


#content_main {
	margin-top:20px;
	width: 580px;	
	text-align:justify;
	float:left;
	line-height:16px;
	
	margin-bottom:50px;
		
	 	
	}
	
#ajustement {
	margin-left:30px;
	margin-right:30px;
}

#content_single {
	width: 170px;	
	margin-top:50px;
	margin-bottom:50px;
	padding:5px;
	
}

#contact {
	background: url(../img/contact.jpg) no-repeat;
	width: 620px;
	height:590px;	
	text-align:justify;
	float:left;
	
		
	 	
	}

#footer {
	
	background:url(../img/footer.jpg) no-repeat bottom;	
	font-size: 12px;
	text-align: center;
	clear: both;
	height:47px;
	
}

#footer_sub {
	padding-top:90px;
	padding-left:690px;
	font-style:italic;
	font-size:14px;
}

#footer_contact {
	
	font-size:12px;
	color:#FFFFFF;
	font-style:italic;
	padding-top:20px;
	padding-left:25px;
	text-align:left;
}

#copy {
    margin: 0 auto;	
    margin-top:5px;
	width: 955px; 
	text-align:center;
	color:#000;
	
}


