/* CSS Document */

body {
/*
texte
*/
	text-align:center;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
/*
fond des pages
*/
	background-color:#e4e4e4;
	background-image:url(http://www.creasignes.com/picture_library/fond-de-page.jpg);
	background-repeat:repeat-y;
	background-position:center
}

/*
liens
*/
a:link { text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:100; }

a:visited { text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:100; }

a:hover { text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight:100; }

a:active { text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:100; }






a.petit { text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight:100; }

/*
balises titres et sous titres
*/	

H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight:100;
}
H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height:135%;
}
H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009999;
	text-decoration: none;
}
H4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #ff0000;
	text-decoration: none;
}

/*
boutons
*/

h2.menu_rouge {
		margin-top:2px; width:150px; background-color:#ff0000;
}

h2.menu_bleu {
		margin-top:2px; width:150px; background-color:#5399b3;
}



li.menu_gris{
	margin-top:2px; width:150px; background-color:#f4f4f4;
}

li.menu {
	margin-top:2px; width:150px; 
	}


/*
textes bas de page
*/
.petit_gris {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e4e4e4;
}

.blanc {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
