div#map {
	width: 500px;
	height: 400px;
}

.body {
	background-image: url(img/fondsite.jpg);
	background-repeat: repeat-x;
}

.body2 {
	width:240px;
	background-image: none;
}

.bord {
	border-left-color: #E5E2EA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E5E2EA;
	border-right-style: solid;
	border-right-width: 1px;
}

/*******************************************************/
/*                        Liens                        */
/*******************************************************/

a {
	color: #8FA2B4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #385DAD;
}


/*******************************************************/
/*                      Specifique                     */
/*******************************************************/

.bleutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #385DAD;
}

.noirtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.noirtxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #333333;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8FA2B4;
}
.titremention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.txtmention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.bas_page1{
	background: url(img/fond_bas_page2.gif) no-repeat;
}

.bas_page2{
	background: url(img/fond_bas_page.gif);
}

