
	body {
	padding:0px;
	margin:0px;
	background:#E3E3E3;
	font:11px Arial,sans-serif;
	}
	
	/* HR - Lignes de séparations */
	hr {width:100%;	height:6px;	border:none; clear:both;}
	.hr-grey{background:url(img/hr_grey.png) no-repeat;}
	.hr-blue{background:url(img/hr_blue.png) no-repeat;}
	.hr-orange{background:url(img/hr_orange.png) no-repeat;}
	.news {clear:both; margin-left:35px; border-bottom:dashed 1px #b2b1b7; margin-bottom:15px;}
	
	/* COULEURS - Pour titres */
	.orange{color:#f96817;}
	.blue{color:#8aa2d5;}
	.darkgrey{color:#3d3d3d;}
	.red{color:red;}
	
	a img {border:none;}
	
	h2{font:18px Arial,sans-serif; font-weight:bold; padding:0px 0px 0px 35px;}
	h3{font:12px Arial,sans-serif; font-weight:bold; color:#0a0a09; padding:0px 0px 0px 35px; margin-bottom:0px;}
	
	p {padding:0px 0px 0px 35px; text-align:justify;}
	table{margin:0px 0px 0px 35px; border:none; padding:0px; font:11px Arial,sans-serif;}
	ul {padding:0px 0px 0px 35px; list-style-position:inside; list-style-image:url(img/puce.png);}
	
	form {padding:0px 0px 0px 35px;}
	input, textarea {font-size:10px; border:solid 1px #94a7d9; background-color:#e7e7e7;}
	.input{width:175px;}
	.textarea{width:175px; height:150px;}
	
	#main{
	width:780px; margin:auto; background:url(img/fond.png);
	}
	
		#header{
		padding-bottom:15px;
		}
		
		#content{
		background:url(img/fond.png);
		min-height:400px;
		padding:0px 35px 0px 35px;
		}
		
		/* Col  1 & 2 (big on right, little on left */
		.col1{width:225px; float:left;}
		.col2{width:450px; float:right;}
		
		/* Col  3 & 4 little on right, big on left */
		.col3{width:450px; float:left; padding-right:10px;}
		.col4{width:230px; float:left; padding-left:10px;}

		/* Col  5 (for 3 collumn template)  */
		.col5{width:230px; float:left;}
		
		/* Col  6 (for 1 collumn template)  */
		.col6{width:100%; clear:both;}		
		
		/* Images en float left dans colonnes */
		.img-left{margin:10px 10px 0px 35px; float:left;}
		




		
		
		
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/		
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#f96817;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
