html, body, #main_wrapper {
	margin :0; 
	padding: 0; 
	width:100%;
	height:100%;
}

body {
	background-image: url(images/fond.png);
	background-color: #C0D0DF;
	background-repeat: repeat-x;
	overflow-y: scroll;
	font-family:Arial, Helvetica, sans-serif;
	color: #336699;
	line-height: 1.6em;
	}
	
#main_wrapper {  
	color: #000;

}

#content_wrapper {
	margin:0 auto;
	overflow:visible;
	position:relative;
	width: 960px;
	}
	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	color: #336699;
	border-bottom-width: thin;
	text-transform: uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	color: #ff6600;
	white-space: normal;
}

img {
	border:none;

}

/* 
HEADER ---------------------------- */

#header {
	width: 960px;
	margin-top: 0px;
	background-image: url(img/fond-ombre.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#FFF;
	position:relative;
	}

/* CENTRE ---------------------------- */


#centre {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	position: relative;
	min-height: 740px;
	background-color: #FFF;
	overflow:hidden;
	}


/* --------------MENU------------- */
#content-menu {
	width:200px;
	float:left;
	position:relative;
	top: 50px;
 }
 



/* -----------------CONTENT--------------------- */

#content {
	width:660px;
	position:relative;
	height: auto;
	margin-left: 283px;
 }

#contenu {
	width:534px;
	padding-left: 0px;
	height: auto;
	position:relative;
	padding-top: 44px;
 }

.img {
	width:255px;
	top: 0px;
	height: auto;
	position:relative;
 }
 


.bloc_float_left {
	float: left;
	width: 260px;
}
.bloc_float_left p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.bloc_float_right { 
float:right; 
width:255px;
padding-top:13px;
 }
	
/* 
FOOTER ---------------------------- */


#footer {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 90px;
	padding-top: 15px;
	background-color: #FFF;
	clear:both;
	}
	
	
#footer-contenu {
	width: 920px;
	margin-top: 0;
	background-image: url(images/fond-footer.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 40px;
	height: auto;
	padding-top: 33px;
	

	}


.txtFOOTER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	text-align:left;
	line-height: 1.2em;
}
	
.logofitsa {
	width:40px;
	top:-24px;
	height: auto;
	position:relative;
	float:left;
}
 	
.impressum {
	width:100px;
	top:-15px;
	margin-left:156px;
	height: auto;
	position:relative;
	float:left;
}	

.facebook {
	width:200px;
	top:-50px;
	margin-left:400px;
	height: auto;
	position:relative;
	float:left;
}
a.liens-footer:link, a.liens-footer:active {
	color: #48494a;
	text-decoration: none;
	}	
		
a.liens-footer:hover, a.liens-footer:visited {
	color: #ff6600;
	text-decoration: none;
	}	
	
.texte-courant {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #336699;
	text-align: justify;
	line-height: 1.6em;
	}
	
	
.texte-courant-bloc2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #48494a;
	text-align: justify;
	line-height: 1.6em;
	}	
	
	
.texte-couleur {
	color: #336699;

}

a:link, a:visited, a:hover, a:active{
	color: #ff6600;
	text-decoration: none;
}
a img
{
border: none;
}
