@charset "utf-8";

body {
	background-color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin:2px auto;
	color:#FFFFFF;
}
.bleu {
color:#779cff;
}
.bleu_gras {
color:#779cff;
font-size:12px;
font-weight:bold;
}
.img_droite {
padding-left:15px;
}
#container {
position:relative;
margin:0px auto;
text-align:left;
width:1000px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width: 991px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/fond_header.jpg);
	background-repeat:repeat-x;
}
#content {
	z-index:1;
	position:absolute;
	top:154px;
	left:250px;
	width:703px;
	height:380px;
	text-align:justify;
	padding-right:15px;
	padding-left:20px;
	overflow:auto;
	background-color:#222222;
	border-left:#000000 3px solid;
}
#gauche {
	position:absolute;
	left:0px;
	top:155px;
	width: 250px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	text-align:left;
	background-color:#000000;
}
#welcome {
	position:absolute;
	top:308px;
	left:10px;
	width:705px;
	height:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:0px;
	color:#6690c5;
	background-color:#121212;
	border:1px solid #0c2a62;
}
#footer {
	position:absolute;
	background-color:#000000;
	color:#a8a8a8;
	top:540px;
	left:0px;
	width:991px;
	height:17px;
	padding-top:5px;
	background-image:url(../images/fond_footer.jpg);
	background-repeat:repeat-x;
}
#accueil {
	position:absolute;
	text-align:center;
	left:10px;
	top:80px;
	width:305px;
	height: 150px;
	background-color:#121212;
	padding:20px;
	padding-top:45px;
	border:1px solid #0c2a62;
	background-image:url(../images/accueil.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}
a {
	color:#afc6e6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {
height:25px;
	color:#FFFFFF;
	border:1px solid #001754;
	background-color:#0c2a62;
	font-variant:small-caps;
	font-size:16px;
	padding-top:4px;
	text-align:center;
}
h2 {
	color:#4bc0c6;
	font-variant:small-caps;
	text-decoration: none;
	padding-left:5px;
	font-size:14px;
	border:1px solid #FFFFFF;
	background-color:#1e4149;
	padding:4px;
	text-indent:10px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
input {
	background-color:transparent; 
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width:150px;
	height:15px;
	border:1px solid #777777;
}
textarea {
	background-color:transparent;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width:210px;
	height:70px;
	border:1px solid #777777;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
position:absolute;
list-style-type: none;
display:block;
top:101px;
left:214px;
height:50px;
width:780px;
text-align:center;
vertical-align:middle;
overflow:hidden;
}
* html #menu { /*IE only. */
position:absolute;
list-style-type: none;
display:block;
top:112px;
left:214px;
height:50px;
width:785px;
text-align:center;
vertical-align:middle;
}
#menu li {
list-style-type: none;
float:left;
height:32px;
width:82px;
padding-top:4px;
background:transparent url(../images/onglet.jpg) no-repeat scroll 100% 0pt;
}
#menu a {
color:#000000;
font-weight:bold;
text-decoration:none;
}
.double-line {
  line-height: 2.1em;
  padding-bottom:8px;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:19px;
padding-left: 5px;
padding-right: 5px;
margin-left:-10px;
z-index:100;
}
#dropmenudiv a{
color:#000000;
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
color: #10377a;
}