/* CSS Document */
body{
	background-color:#B0C4DD;
	color:#184B81;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	text-decoration:none;
	color:#003366;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:18px;
	color:#FF3300;
}
#page{
	width:900px;
	margin:auto;
	background-color:#999999;
	overflow:auto;
}
#menu{
	width:180px;
	float:left;
}
#contenu{
	width:700px;
	padding:10px;
	float:left;
	background-color:#ffffff;
	min-height:300px;
}
#footer{
	font-size:10px;
	text-align:center;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#actus{
	width:180px;
	float:right;
	height:100%;
	padding:5px;
	margin-left:10px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	background-color:#EEEEEE;
}
#smenu dl,dd{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}
#smenu dt{
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	cursor:pointer;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
}
#smenu li,ul{
	list-style:circle;
	margin:0px;
	margin-left:15px;
	padding:0px;
}

a.boutons {
	color:#ffffff;
	font-weight:normal;
}
a.bouton{
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.petit{
	font-size:11px;
}
.titre{
	font-weight:bold;
	color:#FF3300;
}
.blocn{
	width:600px;
	margin:auto;
	padding:40px;
	padding-top:95px;
	background-image:url(images/bloc-notes.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#000000;
	min-height:200px;
	font-size:14px;
}
#attention{
	color:#F00;
	font-size:18px;
	font-weight:bold;

}
