@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
	margin:0;
	font-size: 80%;
	text-align:justify;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color:#E1E2E2;
}
#flashcontent{
		z-index:10;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-480px;
		margin-top:-300px;
		width:960px;
		height:600px;
}
#footerflash{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-480px;
	width:960px;
}
.tb{
background-color:#666666;
border-color:#666666;
}

div#fond{
color:#FFFFFF;
font-size: 1.3em;
background-image:url(images/fond-mail-bas.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

div#content{
padding-bottom:30px;
}

div#texte{
position:relative;
border-top:#FFFFFF 1px solid;
/*border: 1px solid blue;*/
}

h2{
border-bottom:#FFFFFF 2px solid;
}

h4{
text-decoration:underline;
font-size:1em;
}

h4 span{
font-weight:lighter;
}

div#menu {
	margin: 0px;
	padding: 0px;
	width: 700px;
	overflow:hidden;
	vertical-align: top;
	background-color: #3D5C7E;
}

div#menu a {
	color: #FFFFFF;
	float: left;
	padding: 0 10px;
	font-size: 1.2em;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
div#menu a:hover {
	color:#ABC8FF;
}

div#sousmenu {
	position:absolute;
	width:100px;
	left:-110px;
	padding-right:10px;
	text-align:right;
	/*border:#990000 1px solid;*/
}

div#sousmenu a {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

div#sousmenu a:hover {
	color:#2F3569;
}


.liens{
	text-decoration:underline;
	font-weight:none;
}
.liens:hover{
	color:#E88C03;
	letter-spacing:1;
}


table{
margin:auto;
}

table tr td{
font-size:.8em;
border:solid 1px #FFFFFF;
background-color:#153856;
padding:5px;
}
