﻿body{
	margin: 0 0 0 0;
	background-color: #4A4B4B;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.fondhaut{
	background-color: #3D3D3D;
	background-image: url(images/fondnoir.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
img{
	border: 0;
}
.red{
	color: red;
	font-weight: bold;
}

.lien{
	color: #666666;
	font-family: Verdana;
	font-size: 7px;
	text-decoration: none;
	text-align: right;
}
a.lienRouge img{
	border: 1px solid #000000;
}
a.lienRouge img:hover{
	border: 1px solid #ff0000;
}

.over{
	color: red;
	font-size: 12px;
	text-decoration:none;

}
.overplus{
	color: red;
	font-size: 16px;
	text-decoration:none;
}


a.menub{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menub:hover{
	color: #DF1903;
}
a.menuc{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #DF1903;
	text-decoration: none;
	font-weight: bold;
}
a.menuc:hover{
	color: #FFFFFF;
}

a:hover{
	color: #DF1903;
	text-decoration:underline;
}


.leger{
	font-weight: normal;
}
.bold{
	font-weight: bold;
}

.souligne{
	text-decoration: underline;
}





h5 {
	font-size: 15px;
	margin-bottom: 10px;
	text-decoration: underline;
	font-family: verdana;
	font-variant: small-caps;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	text-decoration: underline;
}


.italique{
	font-style: italic;
}
.contour {
	border: thick double #999;
}
