/* reset all paddings and margins to zero! needed for this form */

* 
{
	margin:0;
	padding:0;
}
@charset "utf-8";

body {
	background-color: #FFFFFF;
	text-align: center;
}
#titre {
	text-align: center;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	font-size: 24px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 15px;
}
#lienuno {
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}
#lienuno a {
	color: #000000;
}

#menu {
	text-align: right;
	float: left;
	width: 280px;
	margin-right:10px;
}
#bas #menu a {
	font-family: "Comic Sans MS";
	color: #003333;
	text-decoration: none;
}

iframe {
	height: 1500px;
	width: 700px;
	float:left;
}
#bas {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#fin {
	clear:both;
}
#menu2 #conseils {
	float: left;
	width: 320px;
}
#menu2 #news {
	float: left;
	width: 320px;
}
#menu2 {
	width: 960px;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#menu2 a {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
#menu2 a:visited {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
}
#menu2 a:hover {
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#titre img  {
	margin-right: 20px;
	margin-left: 20px;
}
#bas #menu a:visited {
	font-family: "Comic Sans MS";
	color: #003333;
	text-decoration: none;
}
#bas #menu a:hover {
	font-family: "Comic Sans MS";
	color: #660099;
	text-decoration: none;
}
