/* GLOBAL RESET >>> */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* <<< GLOBAL REST */

body{  
	background: #DA5A01 url('/medias/img/fond.jpg') no-repeat center top;
	font-family:arial;
}
a span, h2 span{
	display:none;
}
a{
	color:#DA5E00;
	text-decoration:none;  
}
a:hover, a:visited:hover{
	text-decoration:underline;
}
#container{
	width:661px;
	position:relative;
	margin:0 auto;
	padding-left:3px;	
}

#content{
	overflow:hidden;
}
#left{
	background:#FFF;
	min-height:245px;
	width:390px;
	float:left;
	padding:10px;
}
#right {
	float:right;
	background:#e9eaea;
	width:219px;
	padding:10px;
	min-height:245px;
}
#article #left, #article #right{
	min-height:310px;
}
#article #right{
	padding-bottom:0; 
	min-height:320px;
}
#article #right a{
	display:block;
	margin-bottom:10px;
}
#article #left h1{
	font-size:30px;
	color:#DA5E00;
	margin-bottom:4px;
}
#article #left h2{
 	font-size:20px;
	padding-bottom:4px;
	margin-bottom:10px;
	border-bottom:1px dotted #1A9FD8;
	color:#1A9FD8;
	line-height:25px;	
}		
#article #left p{
	line-height:17px;
	font-size:13px;
	margin-bottom:6px;
	text-align:justify;
		
}
hr{ 
	width:200px;
	position:relative;
	margin:20px auto;  
	border:0;
	border-bottom:1px dashed #DA5E00;
}
#article #left ul li{
	list-style-image:url('/medias/img/puce.gif');
	line-height:16px;
	list-style-position:inside;
	padding-left:20px; 
	font-size:14px;
	line-height:18px;	
	margin-bottom:5px;
}

#article #left p strong{
	font-weight:bold;
}
#article #left p i{  	
 	font-style:italic;
}	
#home #left{
	background:#FFF url('/medias/img/cadre.gif') no-repeat center center;	
	padding: 40px 40px 20px 40px;
	width:330px;
	min-height:175px;
	font-size:18px;
	text-align:center;
	color:#ffa200;  
	line-height:28px;
}
#home #left .blue{
	margin-bottom:10px;
	color:#009ed8;
}	  
#home #left strong, #home #left em{
	font-size:28px;
}
#home #left strong{
	font-weight:bold;
}
#home #left em{
	font-style:italic;
}
#header{
	height:320px;
} 
#header h1 a{
	height:85px;
	display:block; 
	margin-bottom:3px;
}
#header ul#menu li{
	float:left;
}
#header ul#menu li a{
	display:block;
	padding:3px 25px 3px 15px;
	color:#FFF;
	font-size:15px;  
	text-decoration:none;
	background:url('/medias/img/star.png') no-repeat center right;
}
#header ul#menu li a:hover,#header ul#menu li a:visited:hover,#header ul#menu li a.on{
	color:#FC9D07;
}
#header ul#menu li a.last{
	padding-right:0;
	background:none;
}
#header h2{
	clear:both;
	margin:0 0 0 -1px;
	padding-top:1px;
}
#header h2 a{
	height:142px;
	display:block;
}
#footer{
	clear:both;
	_position:absolute;
	padding-top:15px; 
} 

#footer a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;

}	  
#booba{
	float:right;
	padding-top:4px;
} 

#home #right .thickbox{
	display:block;
	margin:60px auto;
    position:relative;
	width:155px;
	text-align:center;
}
body#article.art7 #left{
	width:641px;
}               
body#article.art7 #right{
	display:none;
} 

#left,#right{
	padding-bottom:23000px!important;
	margin-bottom:-23000px!important;
}
   