body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#c_1 a {
	color: #FF0000;
}
#c_1 a:link {
	text-decoration: none;
}
#c_1 a:visited {
	text-decoration: none;
	color: #FF0000;
}
#c_1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#c_1 a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#main{
	min-height:600px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:600px; /* taille max pour IE6 */

	width:790px;
	margin-left:auto;
	margin-right:auto;
	
	
}
#header{
	height:150px;
}

#logo{
	width:472px;
	margin-left:auto;
	margin-right:auto;
	
}

h1{
	margin:0px;
	height:137px;
	width:472px;
	background-image:url(../images/logo_ttf.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}

#c_1{
	min-height:600px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:600px; /* taille max pour IE6 */
	width:765px;
	background-color:#000000;
	position:static;
	color:#FFFFFF;
float:left;
clear:both;
}


/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	float:left;
clear:both;
	width:800px;
}
#footer p{
	margin-bottom:10px;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


