/*Fichier css*/
/*feuille de style du journal laUnedeTroie.free.fr*/

/*police standard + couleur arrière plan*/
body	{
	background-color: #c7c7ff;
	font-family: arial, verdana, sans-serif ;
	font-size: 12pt ;
	color: black ;
	}

/*mise en page*/
div#header {
	height: 140px;
	}
.mcentre {
	text-align: center;
	padding-top: 20px;
	margin-left: 150px;
	margin-right: 150px;
	}
.mgauche {
	position: absolute;
	float: left;
	left:0;
	padding-right:5px;
	width: 14%;
	}
.mdroite {
	position: absolute;
	float: right;
	right:0;
	padding-left:5px;
	width: 14%;
	}
div#gauche {
	position: absolute;
	float: left;
	left:0;
	padding-right:5px;
	width: 14%;
	}
div#droite {
	position: absolute;
	float: right;
	right:0;
	padding-left:5px;
	width: 14%;
	}
div#centre {
	position: absolute;
	background-color: #d3e7ff;
	border: 2px inset #007eff;
	margin-left: 14%;
	margin-right: 14%;
	margin-bottom: 30px;
	padding-bottom:10px;
	width: 70%;
	}
div#pied {
	position: fixed;
	bottom: 0;
	}
/*fin de la mise en page*/

/*menu*/
	/*non cliquable*/
.mtext	{
	background-image: url("../image/bouton/img.jpg");;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: -30px;
	list-style-type: none;
	text-align: center;
	font-size: 14pt;
	color: white;
	font-variant: small-caps;
	}
	/*liens*/
.mlien	{
	list-style: url("../image/bouton/boule.gif") inside none;
	margin-left: -30px;
	padding:0;
	font-size: 12pt ;
	}
.mlien a:link	{ color:black; text-decoration: none; }
.mlien a:visited{ color:black; text-decoration: none; }
.mlien a:hover	{ color:blue; }
/*fin du menu*/

/*articles*/
	/*lettrine des paragraphes*/
.art:first-letter	{
	font-size: 200%;
	font-weight: bold
		}
	/*paragraphe*/
p	{	
	text-align: justify;
	text-indent: 1cm;
	padding:10px;
	}
/*titre*/
.lettrine {
	padding: 10px;
	float: left;
	vertical-align: middle;
	display: inline;
	}
.titre	{
	margin-top: 60px;
	padding: 10px;
	font-family: arial, verdana, sans-serif ;
	font-size: 18pt;
	}
.article{
	margin-top: 30px;
	padding-left:150px;
	}
/*page edito*/
.edito	{
	font-size: 24px;
	}

/*cadre module news*/
.bluenews	{
	background-color: #99b9ff;
	border: 1px dotted #000000;
	color: #000000;
	font-family: arial, verdana, sans-serif ;
	font-size: 14px;
		}
/*url*/
a:hover	{  text-decoration:none; }