body{
	background-color:#ffffff;
	color:#222222;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
}
p {
	margin:0px;
	padding: 0px;
}
a {
	color: #ff90d5;
}
a:visited {
	text-decoration: none;
	color: #ff90d5;
}
a:hover {
	text-decoration: underline;
	color: #ff90d5;
}
a:active {
	text-decoration: none;
	color: #ffd1ee;
}
h1{
	margin:0px;
	height:101px;
	width:445px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
h1 span{
	display:none;
}
#structure{
	position:relative;
	width:1020px;
	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 */
}
#header{
	width:100%;
	min-height:312px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:312px;
}

#logo{
	width:445px;
	float: left;
}
#content{
	position:relative;
	width:1020px;
	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 */
}
#menu_intro{
	width: 575px;
	height: auto;
	float: right;

}
#menu_top{
	height:36px;
	color:#FFFFFF;
	width: 575px;
	font-weight:bold;
	background-image:url(../images/bg_menu_top.jpg);
	background-repeat: repeat-x;
	background-position:0px 0px;

}
#menu_top a{
	color:#ff5ec4;
}
#menu_top a:visited {
	text-decoration: none;
	color: #ff5ec4;
}
#menu_top a:hover {
	text-decoration: underline;
	color: #5324cb;
}
#menu_top a:active {
	text-decoration: none;
	color: #ff5ec4;
}
#intro{
	height:58px;
	width: 575px;
}
#menu_archive{
	position:static;
	width:575px;
	height:208px;
	float:right;

}
#menu_tab{
	float:left;
	width: 742px;
	min-height:29px !important;
	height:auto !important;
	height:28px;
}
#c_1{
	position:static;
	width:445px;
	height:201px;
	float:left;
	clear:left;
	background-image:url(../images/bg_trade.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	font-size: 10px;
}
#c_1 a{
	font-size:10px;
	text-decoration: underline;
}
#c_1 a:visited {
	text-decoration: underline;
	color: #ff90d5;
}
#c_1 a:hover {
	text-decoration: underline;
	color: #ff90d5;
}
#c_1 a:active {
	text-decoration: none;
	color: #ffd1ee;
}
#c_2{
	min-height: 300px !important;
	height:auto !important;
	height:300px;
	float:left;
	width:722px;
	clear:left;
	background-color:#d2d7ff;
	padding-left:20px;
	padding-top: 20px;
}
#c_3{
	float:right;
	width:278px;
	min-height: 75px !important;
	height:auto !important;
}
#c_4{
	position:static;
	width:1020px;
	clear:both;
	height:auto !important;
	min-height: 75px !important;
}

/* FOOTER */

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



