/* ================== FOND DE PAGE ================== */

.page {	/* BODY */
	background-color:#F2F0EA;
	text-align: center;
}

.grid {	/* TABLE */
	border-spacing:15px;
}

/* ================== ARTICLE ================== */

.box_article{
	border-width:1px;
 	border-style:solid; 
 	border-color:black;
 	width:400px;
	padding:10px;
	vertical-align:top;

	/* Arrondis */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	/* Ombrage */
	box-shadow:2px 2px 10px gray; 
	-moz-box-shadow:2px 2px 10px gray;
	-webkit-box-shadow:2px 2px 10px gray;
}


.titre_article a{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 9pt;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	color: #5096CB;
	line-height: 25px;
}

.titre_article a:hover{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 9pt;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
	color: #5096CB;
	line-height: 25px;
}



.date_article {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 9pt;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	line-height: 20px;
}


.img_article {
	border-width:1px;
 	border-style:solid;
	border-color:black;
}



.box_article_page{
	border-width:1px;
 	border-style:solid; 
 	border-color:black;
 	width:1200px;
	padding:10px;

	/* Arrondis */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	/* Ombrage */
	box-shadow:2px 2px 10px gray; 
	-moz-box-shadow:2px 2px 10px gray;
	-webkit-box-shadow:2px 2px 10px gray;
}





.h1_test {
	font-family: 'BenchNine', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:black;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	margin: 10px 0;
	text-decoration:none;
	text-shadow:2px 2px 1px rgba(0,0,0,0.13);
	-moz-text-shadow:2px 2px 1px rgba(0,0,0,0.13);
	-webkit-text-shadow:2px 2px 1px rgba(0,0,0,0.13);
}

.h2_test {
	font-family: 'BenchNine', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 10px 0;
	text-decoration:none;
	color: #7F7F7F;

}

.h3_test {
	font-family: 'BenchNine', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 10px 0;
	text-decoration:none;
	color: #7F7F7F;

}

.h3_test a{
	font-family: 'BenchNine', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 10px 0;
	text-decoration:none;
	color: #7F7F7F;

}

.h3_test a:hover{
	color: #000000;
	text-shadow:2px 2px 1px rgba(0,0,0,0.13);

}










body { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	
} 

p { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	line-height: 20px; 
} 

td{ 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	line-height: 20px; 
	color: #7F7F7F;
} 


p a{ 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	color: #5096CB;
	text-decoration:underline;
	line-height: 20px; 
} 

p a:hover{ 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	color: #5096CB;
	text-decoration:underline;
	line-height: 20px; 
} 

.img{
	border-width:1px;
 	border-style:solid;
	border-color:black;
}

li { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	line-height: 20px; 
	list-style-type: disc;
} 

li a{ 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	color: #5096CB;
	text-decoration:underline;
	line-height: 20px; 
} 

li a:hover{ 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	color: #5096CB;
	text-decoration:underline;
	line-height: 20px; 
} 


ul {
	padding: 0px;
	padding-left: 20px; 
	margin: 0px;
	list-style-type: disc;
}


.table_article {
 	border-width:0px; 
 	border-style:solid; 
 	border-color:black;
}

.td_article { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	color: #7F7F7F;
	line-height: 20px; 
 	border-width:1px; 
 	border-style:solid; 
 	border-color:black;
} 

.td_article2 { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	line-height: 20px; 
 	border-width:1px; 
 	border-style:solid; 
 	border-color:black;
	background-color:#7F7F7F;
} 






select, input, textarea {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt; 
}

a { 
	text-decoration: none;
	color: #0000ff; 
}

a:hover {
	text-decoration: underline;
	color: #ea0e0e;
}



/*h1 {*/
/*	font-family: 'Ubuntu Condensed', sans-serif;   */
/*	font-size: 14pt;*/
/*	font-weight: bold;*/
/*	color: #6677ff;*/
/*}*/


.titlelink {
	text-decoration: underline;
}

h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #6677ff;
}

h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6677ff;
}


/* ================== Mailling liste ================== */
.th_mailling { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	line-height: 20px; 
} 

.td_mailling { 
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	color: #7F7F7F;
	line-height: 20px; 
} 

