
body{
	background-color:#000000;
	color:#FFFFFF;
	background-image:url(../images/bg.gif);
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
p {
	margin:0px;
	padding: 0px;
}
a {
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #e229b9;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#menu{
	float:left;
}

#main{
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	min-height:900px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:900px; /* taille max pour IE6 */
}

#main_content{
	position:relative;
	float:left;
	width:850px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	min-height:700px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:700px; /* taille max pour IE6 */
	background-color:#222;
}
#header{
	height:140px;
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	background-color:#222;
}

#logo{
	width:880px;
	margin-left:auto;
	margin-right:auto;	
}
#menu{
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	height:30px;
	list-style:none;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
h1{
	margin:0px;
	height:111px;
	width:880px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	
}
h1 span{
	display:none;
}

.wide_cell{
	position:static;
	float:left;
	width:850px;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	margin-bottom:10px;
	
}
.wide_cell .pink_box{
	width:844px;
}
.wide_cell .dark_box{
	width:844px;
}
.wide_cell .simple_black{
	width:828px;
}

.left_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:165px;
	color:#FFFFFF;
	margin-bottom:10px;
	
}
.left_cell .pink_box{
	width:159px;
}
.left_cell .dark_box{
	width:159px;
}
.left_cell .simple_black{
	width:143px;
}
.middle_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:490px;
	color:#FFFFFF;
	margin-left:15px;
	margin-bottom:10px;
	
}
.middle_cell .pink_box{
	width:484px;
}
.middle_cell .dark_box{
	width:484px;
}
.middle_cell .simple_black{
	width:468px;
}
.right_cell{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:165px;
	color:#FFFFFF;
	margin-left:15px;
	margin-bottom:10px;
	
}
.right_cell .pink_box{
	width:159px;
}
.right_cell .dark_box{
	width:159px;
}
.right_cell .simple_black{
	width:143px;
}
.right_wide{
	position:static;
	float:left;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
	width:665px;
	color:#FFFFFF;
	margin-left:15px;
	margin-bottom:10px;
	
}
.right_wide .pink_box{
	width:665px;
}
.right_wide .dark_box{
	width:665px;
}
.right_wide .simple_black{
	width:665px;
}
.simple_black{
	width:200px;
	padding:10px;
	border:1px solid #FF00CC;
	background-color:#000000;
	min-height:20px;
	height:auto !important;
}
.dark_box{
	width:200px;
	min-height:50px;
	height:auto !important;
	color:#FFFFFF;
}
.dark_bar{
	width:100%;
	min-height:19px;
	height:auto !important;
	background-image:url(../images/bg_cell_content2.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}
.dark_content{
	width:100%;
	min-height:19px;
	height:auto !important;
	padding:3px;
	background-color:#000000;

}
.pink_box{
	width:200px;
	min-height:50px;
	height:auto !important;
	color:#FFFFFF;
}
.pink_bar{
	width:100%;
	min-height:19px;
	height:auto !important;
	background-image:url(../images/bg_cell_content.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}
.pink_content{
	width:100%;
	min-height:19px;
	height:auto !important;
	padding:3px;
	background-color:#000000;
}
/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	float:left;
	width:850px;
}
#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:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#e229b9;
}



