a:link {
	text-decoration: none;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-family: Helvetica;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC3300;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
}
/* CSS Document */

/*g�n�ralit�s*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin : 5px 0;
	font-family: Helvetica;
	font-size: 0.8em;
	color : #333333;
}
a img {
	border: 0;
}


#contenu, ul#menuhaut, ul#menubas {
	margin: 0 auto;
	width: 722px;
}
ul#menuhaut {height : 64px;}
ul#menubas {height : 18px;}

/*menu du haut*/
#menuhaut li {
	float : left;
	height : 64px;
	background : #E8EAEA;
	list-style-type : none;
	border-left: 1px solid #8FF7ED;
	border-right: 1px solid #339999;
}

#menuhaut a {
	display : block;
	width : 103px;
	//width : 102px;
	height : 18px;

	color : #272413;
	font-size : 14px;
	text-decoration : none;
	background : #53D3CC;

	text-align : left;
	margin : 0;
	padding : 45px 0 0 5px;
}
#menuhaut a:hover {
	color : white;
	padding-top : 30px;
	border-bottom : 15px solid #E8EAEA;
}

#menuhaut li#logo {
	border-left: 1px solid #E8EAEA;
	background : #E8EAEA;
}
#menuhaut li#logo a {
	width: 170px;
	//width: 175px;
	background : #E8EAEA;
	padding: 0;
}
#menuhaut li#logo a:hover {
	padding: 0;
	border: none;
}
#menuhaut li#logo a img {
	margin-left: 15px;
	margin-top: 3px;
}

/*menu du bas*/
#menubas li {
	float : left;
	background : #E8EAEA;
	list-style-type : none;
	border-left: 1px solid #8FF7ED;
	border-right: 1px solid #339999;
}
#menubas a {
	display : block;
	width : 103px;
	//width : 102px;
	height : 18px;
	color : #272413;
	text-decoration : none;
	font-size : 12px;
	background : #53D3CC;
	text-align : left;
	padding-left : 5px;
}

#menubas a:hover {
	color : white;
}
#menubas li#info {border-left: none}
#menubas li#info a {
	width : 166px;
	//width: 171px;
}
.menuref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-align: center;
}

.infleg {
	clear:both;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}
.Text {
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.TextBold {
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	font-weight: bold;
}
.TablContact {
	background-image: url(../images/acces.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 700px;
	margin-left: 12.5px;
}
/* CSS Document */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #660000;
	border-bottom: 2px solid #53D3CC;
	padding: 3px 0 3px 0;
	width: 722px;
	margin : 0;
	font-family: Helvetica;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	/*color: #53D3CC;*/
	margin-top : 30px;
	margin-bottom : 3px;
	font-family: Helvetica;
	color: #333333;
}
h3 {
	font-size: 1.5ex;
	/*color: #53D3CC;*/
	margin-bottom : 0;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
ul {
	margin : 5px;
}
.fort {
	color : #CC0000;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.date {
	color : #990000;
	font-weight: bold;
	font-size:16px;
	font-family: Helvetica;
}
.TextInv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #FFFFFF;
}
