@font-face {
    font-family: 'Lobster14';
    src: url('fonts/Lobster14.eot');
    src: url('fonts/Lobster14.eot#iefix') format('embedded-opentype'),
         url('fonts/Lobster14.woff') format('woff'),
         url('fonts/Lobster14.ttf') format('truetype'),
         url('fonts/Lobster14.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fd-page2.jpg);
}

/*formulaire*/
div[id^='result-']{
display:none;
}

span[id*='inactif']{
display:block;
position:absolute;
width:100%;
height:100%;
top:0;
background:rgba(255,255,255,.65);
}
/**/

.titre {
	font-family:"Lobster14";
	color:#164193;
	font-size:24px;
}
.titrerouge {
	font-family:"Lobster14";
	color:#ff0000;
	font-size:24px;
}
.txtmenu {
	font-family:"Lobster14";
	color:#164193;
	font-size:21px;
}
.content {
	font-family:"Arial";
	color:#535051;
	font-size:14px;
}
.content a{
	font-family:"Arial";
	color:#535051;
	font-size:14px;
	text-decoration:none;
 	
}
.content a:hover{
	font-family:"Arial";
	color:#535051;
	font-size:14px;
	text-decoration:underline;
	
 	
}
.lien{
	font-family:"Arial";
	color:#000;
	font-size:14px;
	text-decoration:none;
 	
}
.lien:hover{
	font-family:"Arial";
	color:#000;
	font-size:14px;
	text-decoration:underline;
	
 	
}
.titredoc{
	font-family:"Arial";
	color:#605d5e;
	font-size:14px;
	text-transform: uppercase; 
	font-weight:bold;	
}