body , html
{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */
	
	margin : 0px 0px 0px 0px;
	height:100%;
}
body{
	background-image:url(images/fond-noir.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

#container
{	
	width:100%;
	height:100%;
	text-align:center;
	}
	
#galerie {
        width:100%;
        margin:0;
}

#td_charte	
{
	/*  Définir ici ce que vous mettiez auparavant dans la balise td */
	/*  Dans la page HTML, quand vous voulez vous servir de ce style pour votre tableau faites comme ceci : */
	/*  <td id="td_charte">   */	
	height:100%;
	width:100%;
	text-align:left;
	background-image:url(images/charte/fond2.jpg);
	background-repeat: no-repeat;
	padding-left:0px;
	padding-right:0px;

}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #CCCCCC;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CC0000;
	}


h1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
font-style:normal;
color:#ffffff;
background-image:url(images/charte/bg-h1.jpg);
background-repeat:no-repeat;
background-position:top left;
padding-left:30px;
padding-bottom:10px;
border-bottom:1px dashed #ffffff;
}

h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:normal;
color:#ffffff;
}

h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
font-style:normal;
}

#basdepage
{
    width:100%;
	height:20px;
	text-align:center;
	background-color:#74B2FF;
	background-image:url();
		/*   mettre ici le style que vous voulez définir pour les liens bas de page */
}

.text_area1 {
	font-size: 11px;
	color: #47A3FE;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #47A3FE;
}

.input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #B9B6C3;
	color: #000066;
}
#footer
{
	/*position:absolute;  
	bottom:0px;
	left:50%;
	margin-left:-425px;
	border:1px red solid;
	height:20px;
	background-color:#333333;
	width:850px; */
	clear:both;
	border:1px red solid;
	height:20px;
	width:850px;
	margin:auto;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E7C7C;
}
.menu {
	color: #CC0000;
}
.rouge {
		color: #CC0000;
		font-size: 20px;
}
.titrepeintre {

		color: #000;
		padding-top:10px;
		font-size: 25px;
		background-color:#DDD;
		}


/***************** STYLE PARTENAIRE *****************/
#bloc-part{
	float:left;	
	background-color:#000;
	margin-right:90px;
	margin-left:30px;
	margin-bottom:20px;
	width:320px;
}

#bloc-part .img-part a{
	padding-top:8px;
	width:300px;
	height:225px;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}
p.part-titre{
	text-align:center;
	padding:0;	
	color:#999999;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
}


#bloc-part-drte{
	float:left;	
	background-color:#000;
	margin-right:0px;
	margin-bottom:20px;
	width:320px;
}
#bloc-part-drte .img-part a{
	padding-top:8px;
	width:300px;
	height:225px;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
}