

body{
	height:100%;
	background-color: #b3002f;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 8pt;
	color:black;
}
html{
	height:100%;
}

td{
	/* border:1px red dashed; */
	padding:0px 10px 0px 0px;	
}

a:hover{
	color:#d10101;
}
img{
	border:0px;
}
div.cont{
	margin:auto;
	width:752px;
}

div.main{
	position:relative;
	border: 4px black solid;
	background-color:white;
}

#header{
	height: 40px;
	background-image:url("../img/splash/bg_gris.gif");
	border-bottom: 1px #999 solid;
}


div.footer{
	height:56px;
	background-image:url("../img/splash/bg_footer.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

div.footer div{
	color:white;
	font-family: Times New Roman, Times, Serif;
	font-size: 22px;
	letter-spacing:2px;
	text-align:center;
	position: relative;
	bottom: -22px;
}

div.maincontenu{
	width:600px;
	margin:auto;
	padding: 0px 12px;
}

.langue{
	margin: 30px 20px 30px 20px;
}

.langue a{
	text-transform:uppercase;
	text-decoration:none;
	color:#e27117;
	font-size: 10pt;
}
.langue a:hover{
	color:#F89820;
}
.langue .nom{
	padding: 0px 0px 5px 0px;
	
}
.langue .lnk{
	margin: 2px 0px;

}

.langue .nom img{
	border-bottom:1px #e27117 solid;
}