html, body{
	height: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
}

table.mepTab{
	background-color: #8b0015;
	background-image: url("images/fond.jpg");
	background-repeat: repeat-x;
	height:100%;
}

table.mepTab2{
	background-color: #175286;
	background-image: url(images/fond_bleu.jpg);
	background-repeat: repeat-x;
	height:100%;
}

div.global {
	position: relative;
	/* width: 699px; */
	width: 704px;
	
	
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	background-color: #8b0015;
	background-image: url("images/fond.jpg");
	background-repeat: repeat-x;
}

div.boiteStd{
	position: relative;
	float: left;
	width: 699px;
}

div.boitePiedPage{
	position: relative;
	float: left;
	width: 699px;
}

.txtStd{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: white; 
}

a {
	color: #FFFFFF;
}
.titreRubrique {
	font-family: Helvetica, Arial;
	color: #FFFFFF;
	font-size: 16px;
}
a.txtStd{
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: white; 
}

a.lienMenu{
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: white;
	text-decoration: none;
	margin-left:5px;
	font-weight: normal;
}

a.lienBasDePage{
	font-family: Helvetica, Arial;
	font-size:11px;
	color: white;
	text-decoration: none;
}

a:hover{
color:#FF0000;
}
