@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	align:center;
	/*text-align: center; /* pour corriger le bug de centrage IE */ 
}

img a
{
	border: none;
}
	
a
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444444;	
}

.container
{
	margin-left: auto; 
	margin-right: auto; 
	width: 960px;
}

.header
{
	width:960px;
	float:left;
	height: auto;
}

.footer
{
	/* width:960px;*/
	float:left;
	width:100%;
	align:center;
	
	margin-top:90px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #111111;
}

.txtfooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
	color: #444444;	
}

.menufooter
{
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
	color: #444444;	
}

ul.menufooter li
{
	display : inline;
	padding-left:10px;
	padding-right:10px;
	border-left-width: 1px;
	border-left-style: solid;
}

ul.menu_horizontal 
{
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

.menu
{
	float:left;
	height: auto;
	width:auto;
}

.colgauche
{
	float:left;
	height: auto;
	width: 545px;	
	textalign:left;
	padding-top:20px;
	padding-left:20px;
	margin-right:60px;
}

.coldroite
{
	float:right;
	height:auto;
	width:auto;
	padding-top:20px;
	margin:0px;
}

.texte-courant
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	textalign : left;
}

.filet-sepa
{
	width:auto;
	height:1px;
	background-color: #4b4b4b;
	/*margin-top:0px;
	margin-bottom:60px;*/
	margin-top:90px;
	margin-bottom:90px;
	clear:both;
}

.imgfloatright
{
	float:right;
	margin-left:20px;
}

.fondpicto
{
	background-color: #161614;
	width: 315px;
	height:167px;
	border: 1px solid #4b4b4b;
	margin-top:20px;
}

.txtfondpicto
{
	width:134px;
	text-align: right;
	font-size: small;
	color: #8C8473;
	font-family: Arial, Helvetica, sans-serif;
	height:167px;
	float:left;
	margin-left:14px;
}

.galerie
{
	text-align : center;
	padding:0px;
	margin:0px;
}

.galerietxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8C8473;
	text-align : center;
	padding-top:0px;
	padding-bottom:30px;
}
