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

}

a:link, a:visited, a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7007E;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7F00;
	text-decoration: underline;
	font-weight: normal;
}

a.lien_blanc:link, a.lien_blanc:visited, a.lien_blanc:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lien_blanc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

a.lien_menu:link, a.lien_menu:visited, a.lien_menu:active  {
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight:bold;
	color: #B7007E;
	text-decoration: none;
	text-transform:uppercase;
}

a.lien_menu:hover {
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}

a.lien_menu_bleu:link, a.lien_menu_bleu:visited, a.lien_menu_bleu:active  {
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight:bold;
	color: #0C78B9;
	text-decoration: none;
	text-transform:uppercase;
}

a.lien_menu_bleu:hover {
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}


a.lien_H1:link, a.lien_H1:visited, a.lien_H1:active  {
	color:#B7007E;
	font-family: 'stylographnormal';
	font-size:40px;
	font-weight:bold;
	display:inline;
	text-decoration: none;
}

a.lien_H1:hover {
	color:#B7007E;
	font-family: 'stylographnormal';
	font-size:40px;
	font-weight:bold;
	display:inline;
	text-decoration: none;
}


a.lien_H2:link, a.lien_H2:visited, a.lien_H2:active  {
	color:#B7007E;
	font-family: 'stylographnormal';
	font-size:26px;
	font-weight:bold;
	display:inline;
	text-decoration: none;
}

a.lien_H2:hover {
	color:#B7007E;
	font-family: 'stylographnormal';
	font-size:26;
	font-weight:bold;
	display:inline;
	text-decoration: none;
}

a.lien_H2n:link, a.lien_H2n:visited, a.lien_H2n:active  {
	color:#000000;
	font-family: 'stylographnormal';
	font-size:20px;
	font-weight:bold;
	display:inline;
	text-decoration: none;
	text-transform:uppercase;
}

a.lien_H2n:hover {
	color:#999999;
	font-family: 'stylographnormal';
	font-size:20;
	font-weight:bold;
	display:inline;
	text-decoration: none;
	text-transform:uppercase;
}


H1 {
	color:#B7007E;
	font-family: 'stylographnormal';
	font-size:40px;
	font-weight:bold;
	display:inline;
	line-height:40px;
}

.H1_reduit {
	color:#000000;
	font-family: 'stylographnormal';
	font-size:28px;
	font-weight:bold;
	display:inline;
	line-height:35px;
}

H2 {
	color:#B7007E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	display:inline;
}

H3 {
	color:#333333;
	font-family: 'stylographnormal';
	font-size:18px;
	font-weight:bold;
	display:inline;
	line-height:25px;
}

TD {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
}

.TexteFiche {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
}

.MenuRencontre {
	background-color:#FFFFFF;
	margin:8px;
	padding:4px;
	border:1px solid #DDDDDD;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-linear-gradient(top,#FFFFFF,#DDDDDD);
	background: -moz-linear-gradient(top,#FFFFFF,#DDDDDD);
	background: -o-linear-gradient(top,#FFFFFF,#DDDDDD);
	background-image: -ms-linear-gradient(#FFFFFF,#DDDDDD);
	background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); 
	width:250px;
	font-weight:bold;
}

.BtnRencontre {
	background-color:#FFFFFF;
	margin:8px;
	padding:4px;
	border:1px solid #DDDDDD;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-family: 'stylographnormal';
	font-size: 24px;
	font-weight:bold;
	color: #666666;
	background: -webkit-linear-gradient(top,#FFFFFF,#DDDDDD);
	background: -moz-linear-gradient(top,#FFFFFF,#DDDDDD);
	background: -o-linear-gradient(top,#FFFFFF,#DDDDDD);
	background-image: -ms-linear-gradient(#FFFFFF,#DDDDDD);
	background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD'); 
	font-weight:bold;
}

.BtnRencontre:hover {
	
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
	color: #0C78B9;
	
}

.PageRencontresFrance {
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}

.FicheVille {
	float:left;
	width:40%;
	margin:5px;
	padding:10px;
}

.PubVert {
	position:fixed;
	top:180px;
	z-index:1;
	width:160px;
	height:600px;
	margin:5px;
	padding:5px;
	
}
.degrade {
    height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #EEE, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='white'); 

}

.arrondi{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	/*
	background: -moz-linear-gradient(top,#EEEEEE,#CCCCCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#CCCCCC', gradientType='0');
	*/
}

.degrade_chat {
    height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #FFDFF5, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDFF5), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF5', endColorstr='white'); 

}

.degrade_fille {
    height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #FFDFF5, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFDFF5), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDFF5', endColorstr='white'); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);

}

.degrade_mec {
    height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #DDDDDD, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='white'); 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);

}

.texte {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.texte_intro {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	margin:10px;
	padding:10px;
	line-height:25px;
}

.texte_discret {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.texte_blanc {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

.texte_blanc_petit {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-style:italic;
}

.texte_gris {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-style:italic;
}

.texte_black_titre {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
}

.texte_mauve_titre {
	color:#B7007E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
}

.texte_mauve {
	color:#B7007E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.texte_bleu_titre {
	color:#0C78B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
}

.texte_bleu {
	color:#0C78B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.texte_rose_titre {
	color:#CC3366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.texte_rose {
	color:#CC3366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.texte_vert_titre {
	color:#99CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.texte_vert {
	color:#99CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


.texte_mauve_titre_gros {
	color:#B7007E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1px;
}

.texte_bleu_titre_gros {
	color:#0C78B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1px;
}

.texte_orange_titre {
	color:#FF7E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.texte_blanc_titre {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.texte_blanc_titre_gros {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:1px;
}

.texte_mauv {
	color:#81017E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}
.input_texte {
	background:#FFFFFF;
	color:#333333;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #cccccc;
}

.input_texte_rech {
	background:#FFFFFF;
	color:#B7007E;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	border:1px dotted #B7007E;
	
}

.input_texte_coul {
	background:#E6CDE2;
	color:#81017E;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border:1px solid #81017E;
}

.btn_candidat {
	color:#666666;
	background:#E6CDE2;
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight: normal;
	border:1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #E6CDE2, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#E6CDE2), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6CDE2', endColorstr='white'); 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	margin:10px;
	padding:5px;
	text-transform:uppercase;
}

.btn_candidat_over {
	color:#81017E;
	background:#81017E;
	font-family: 'stylographnormal';
	font-size: 14px;
	font-weight: bold;
	border:1px solid #E6CDE2;
	cursor:hand;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #E6CDE2, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#E6CDE2), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6CDE2', endColorstr='white'); 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	margin:10px;
	padding:5px;
	text-transform:uppercase;
}

.Btn_Bleu {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border:0px solid #3A416B; 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}

.Btn_Bleu_Over {
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A416B;
	font-weight:bold;
	border:1px solid #3A416B; 
	cursor:hand;
}

.image_ev{

	padding:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:240px;
	margin-left:auto;
	margin-right:auto;
	height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #EEE, white); 
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(white)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='white'); 
	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}



#fondcol {
	position:absolute;
	z-index:9999;
	margin: 0px;
	width:100%;
	min-height:400%;
	background-color:#000000;
	opacity:0.98;
	-moz-opacity:0.98;
	-ms-filter:'alpha(opacity=98)';
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=98, style=0);
}

#fondcol .vid{
	position:relative;
	width:400px;
	height:250px;
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	overflow:visible;
	background: #FFFFFF;
	/*
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	*/
	box-shadow: 0px 0px 8px rgba(255,255,255,0.6);
}

#fondcol .vid .vid_titre{
	position:relative;
	left:0px;
	width:100%;
	height:20px;
	padding:0px 0px 5px 0px;
	background: #FFFFFF;
	float:lett;
	color:#333333;
	font-family: 'stylographnormal';
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
#fondcol .vid .vid_awf{
	position:relative;
	left:0px;
	width:100%;
	height:200px;
	padding:0px;
	background: #FFFFFF;
	float:lett;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.blur img
{
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
}
.blur img:hover
{
        filter: blur(8px);
        -webkit-filter: blur(8px);
        -moz-filter: blur(8px);
        -o-filter: blur(8px);
        -ms-filter: blur(8px);
}