
html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
	
	/*	Just copy the following code if you want to display the border of the div.
	border:1px solid #000000;
	border:1px solid #000000;
	*/
}

img{
	border:0;
}
#main{

	width:770px;
	background-color:#f7f7f7;
	text-align:left;
	height:auto;
}

#main #top{
	background-color:#f7f7f7;
	height:110px;
	background-image:url(images/background_top3.gif);
	background-repeat:no-repeat;
}
#main #top img.main_logo{
	float:left;
	padding:17px 0px 0px 90px;
}
#main #top ul#menu_right{
	float:right;
	text-align:right;
	padding:0;
	margin:10px 14px 10px 0;
	_margin:10px 7px 10px 0;
}
#main #top ul#menu_right li{
	line-height:18px;
	list-style:none;
	background-image:url(images/puce_red.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-position:right 8px;
	*background-position:right 8px;
	_background-position:right 9px;
	padding-right:10px;
}
#main #top ul#menu_right a{
	font-size:12px;
	text-decoration:none;
	color:#454746;
	font-weight:bold;
}
#main #top ul#menu_right a:hover{
	color:#00a7d7;
}

#main #top_menu{
	background-color:#f7f7f7;
	background-image:url(images/background_top_menu.gif);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
	padding:5px 14px 0px 13px;
}
#main #top_menu div{
	background-color:#fed5cc;
	height:21px;
	text-align:center;
	float:left;
	width:140px;
	padding-top:4px;
	cursor:pointer;
}
#main #top_menu div.hover{
	background-color:#e9e0dc;
}
#main #top_menu div.selected{
	background-color:#ff7870;
}
#main #top_menu div  a{
	font-weight:bold;
	color:#e54f4d;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
}
#main #top_menu div a.hover{
	color:#0195bf;
	/*background-color:#ff6c66;*/
}
#main #top_menu div a:hover{
	color:#0195bf;
	/*background-color:#ff6c66;*/
}
#main #top_menu div.selected a{
	color:#FFFFFF;
}
#main #top_menu div .hover a.hover{
	color:#FFFFFF;
}
#main #top_menu div .hover a:hover{
	color:#FFFFFF;
}

#main #content{
	padding:0px 3px 10px 13px;
	font-size:12px;
	min-height:230px;
	_height:200px;
	background-color:#f7f7f7;
	/*border-left:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;*/
	color:#6f6f6f;
}
#main #content H1{
	color:#6f6f6f;
	font-size:22px;
	margin:7px 0 4px 0;
}
#main #content H2{
	color:#6f6f6f;
	font-size:20px;
	margin:12px 0 4px 0;
}
#main #content H3{
	color:#6f6f6f;
	font-size:18px;
	margin:12px 0 4px 0;
}
#main #content H4{
	color:#6f6f6f;
	font-size:16px;
	margin:12px 0 4px 0;
}
#main #content H5{
	color:#6f6f6f;
	font-size:14px;
	margin:12px 0 4px 0;
}
#main #content H6{
	color:#6f6f6f;
	font-size:12px;
	margin:12px 0 4px 0;
}
#main #content p{
	color:#454746;
	font-size:12px;
	margin:0px 0 5px 0;
	line-height:17px;
}
#main #content a{
	text-decoration:underline;
	color:#00a7d7;
}
#main #content a:hover{
	color:#00a7d7;
	text-decoration:none;
}
#main #content ul{
	margin:0;
	padding:0 0 0 10px;

}
#main #content ul li{
	line-height:18px;
	list-style:none;
	background-image:url(images/puce_red.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	*background-position:0 7px;
	_background-position:0 7px;
	padding-left:10px;

}
#main #content img.alignRight{
	float:right;
	margin:15px 0 0px 15px;
}

#main  #bottom_logos{
	text-align:right;
	background-color:#f7f7f7;
}
#main #bottom{
	background-color:#f7f7f7;
	background-image:url(images/background_bottom.gif);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
	margin-top:10px;
	padding:9px 0 0 0;
	*padding:9px 0 0 0;
	_padding:5px 0 0 0;
}
#main #bottom  a{
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	margin:10px 0 0 0;
}
#main #bottom a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#main #bottom a.selected{
	color:#0081a6;
}

