/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}


/* Menu taille texte et gras */
#menu1 {
	float: left;
	width: 150px;
	margin: 0px auto;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

/* menu principal attribut */
#menu1 a {
	display: block;
	width: 150px;
	padding: 5px 0px;
	background-color: #CC6666;/*COLOR DE FOND*/
	border-top: 1px solid #993333;/*LIGNE DU HAUT*/
	border-bottom: 1px solid #993333;/*LIGNE DU BAS*/
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;/*COLOR DU TEXTE*/
}

/* color survol */
#menu1 a:hover {
	background-color: #FFFFFF;/*COLOR DE FOND*/
	border-top: 1px solid #993333;/*LIGNE DU HAUT*/
	border-bottom: 1px solid #993333;/*LIGNE DU BAS*/
	color: #CC3333;/*COLOR DU TEXTE*/
}

/* menu avec puce ??? */
#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

/* texte taille et color */
.titre {
	font-family: "Arial";
	font-size: 50px;
	font-weight: bold;
	color: #CC6666;
}
.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.titredeco {
	font-family: "Matisse ITC";
	font-weight: bold;
	font-size: 30px;
	color: #990000;
}
.texteR1 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	color: #990000;
}
.texteR2 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 14px;
	color: #990000;
}
.texteR3 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #990000;
}
.texteR4 {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}


<!--style type="text/css"-->
a img {border:none} /* pas d'encadrement des images */
a:hover img {width:200px ; height:250px} /* agrandi les images lors du survol */
<!--/style-->

