html {
	margin: 0;
	padding: 0;
}
img { border:0px; }
.statuton{background-color:#999}
.statutoff{background-color:#4475ce}
.designation{background-color:#000000;color:#FFFFFF}
input.btn{
background-image: url(images/menuback.jpg);
}
body {
	margin: 10;
	padding: 0;
	color: #000;
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
}
form, table, tr, td, span, p, div {
	font-size: 12px;

}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color: #4475ce;
}


a {
	text-decoration: none;
	color: #4475ce;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}



hr {
	display: none;
}


#content img.none{border:0px;}

#content h2 {
	position: relative;
	color: #4475ce;
	padding-bottom: 2px;
	padding-left: 25px;
	font: bold 1.3em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border-bottom: 1px solid #4475ce;
}

#content h2 a {
	color: #769712;
}

#content h2 a:hover {
	text-decoration: none;
	color: #cc9900;
}

ul {
list-style-type: square;
}


#content img {
	border-width: 1px;
	border-color: #4475ce;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}



#page {
	text-align: left;
	width: 85%;
	margin: 0px auto 0px auto;
	position: relative;
	background: #eef;
	border: 0px dotted #4475ce;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 0;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 80px;
	border: none;
}

#banner a img {
	margin: 5px 0 0 15px;
	border: none;
}

.cadre, #menuright {
	width: 270px;
	padding-top: 7px;
	background: #fff url(top.gif) top left no-repeat;
}

.cadrebas, #menubas{
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 url(bottom.gif) bottom left no-repeat;
}

#banner .cadre {
	float: right;
	margin-right: 10px;
}

#banner p,form {
	margin: 0;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #4475ce;
}
#footer a:hover {
	text-decoration: underline;
}

#menutop {
	position: relative;
	height: 28px;
	margin: 0 10px 1em 15px;
	clear: both;
	background: #333333 ;
}

#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}
#menutop ul {
	position: absolute;
	height: 28px;
	width: 650px;
	left: 0px;
}

#menutop li {
float: left;
}
#content li {
text-align: left;
}

#menutop li a { /* dimensions et définitions des boutons */
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 28px;
width: 200px;
color: #ffffff;
font: 17px/28px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
text-decoration: none;
border-right: 1px solid #fff;
text-align: center;
}
#menutop li a.last {
border-right: 1px solid #fff;
}

#menutop a:hover {
color: #fff;
}


input, textarea {
	border: 1px solid #aaa;
}

input[type], textarea[name] {
	background: #fff;
}

input[type=submit], input[type=reset] {
	background: #fff;
	color: #000;
}

input[type=submit]:hover {
	background: #999;
	color: #fff;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content
{

margin: 1em 300px 0 20px;
padding: 1em 0 0 0;
}

fieldset {
  padding: 1em;
background: #eef;
border: 1px solid #4475ce;
margin: 0 0 15px 15px;
width: 450px;
display: block;
 }
 
fieldset legend {
  padding: 4px;
border: 1px solid #4475ce;
background:#4475ce;
color: #fff;
margin-bottom: 10px;
 }
 
label {
  display:inline;
width: 120px;
float:left;
margin: 3px 0 3px 0;
 } 
 