/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
		}
body {
	background-color: #3399CC;
}		
#maindiv {
	text-align: left;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 0px;
	height: 100%;
	}
	h1 {
	color: #3399CC;
	font-size: 24px;
	margin: 0px 0px 0px 30px;
	font-weight: bold;
}
h2 {
	color: #3399CC;
	font-size: 16px;
	margin: 0px 0px 0px 30px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 30px;
}

a {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#listalpha {
	list-style-type: lower-alpha;
}
#list_rom {
	list-style-type: upper-roman;
}	
.textexcentre {
	text-align: center;
}
.textedroite {
	text-align: right;
}
.textepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.textetrespetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
}
hr {
	height: 1px;
	border-top: 1px solid #3399CC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
	width: 70%;
}
.textemoyen {
	font-size: 11px;
}

.textepetitCentre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;

}
#content {
	width: 700px;
	margin-left: 50px;
	margin-top: 15px;
}
/* Style des formulaires !!!!! */

fieldset {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #08778B;
	font-size: 10px;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #08778B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
select {
	background-color: #FFFFFF;
	border: 1px solid #B5B8C8;
	color: #08778B;
	font-size: 12px;
	width:auto;
	background-image: url(form_degr.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
	border: 1px solid #7EADD9;
	}
/* Fin Style des formulaires !!!!! */

/* MENU */
#menu {
	width: 740px;
	padding: 10px 30px;
	text-align: center;
	margin-top: 0px;
	background-color: #DBE0E3;
	 }
ul#navlist
{
	margin: 0px;
	padding: 0px;	
	display: inline;	
}

#navlist li
{
	list-style-type: none;
	display: inline;
		
		}

#navlist a {
padding-left: 15px;
	text-decoration: underline;
	color: #333333;
		}

#navlist a:link, #navlist a:visited
{
	text-decoration: underline;
	color: #333333;
	
	}

#navlist a:hover
{
	text-decoration: none;
}
/* END MENU */
.btencadre {
	background-color: #3399CC;
	border: 1px solid #000000;
	color: #DBE0E3;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
.img {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
}
