/* CSS Document */
/* page : général */
HTML {
	font-size: 100%;
}
body {
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	font-style: normal;
	font-weight: normal;
}
textarea {
	}
ul {
	list-style-type: disc;
	list-style-position: outside;	
}
.fondyvelines {
	background-image: url(../images/fond/carte_yvelines_3.jpg);
	background-color: #003399;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: #003399;
}
a:hover {	
	text-decoration: underline
}

/* tableaux */
table {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 1em;
}
td, th {
}
/* titres */
.titresite {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.titreaccueil {
	font-weight: bold;
	color: #FFFFFF;
}
.titreactu {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8em;
}
.titremenu {
	color: #003399;
	font-size: 0.8em;
	font-weight: bold;
}
.normal {
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}
.petit {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}
/* couleurs de police (à supprimer ?) */
.jaune {
	color: #FFFF00;
}
.orange {
	color: #FF9900;
}
.rouge {
	color: #FF0000;
}
.rose {
	color: #FF33CC;
}
.violet {
	color: #993399;
}
.bleu {
	color: #00CCFF;
}
.bleufonce {	
	color: #003399;
}
.blanc {
	color: #FFFFFF;
}
/* couleurs de fonds */
.fondbleutresclair { /* ? */
	background-color: #99CCFF;
}
.fondbleuclair {
	background-color: #0099FF;
}
.fondbleufonce { /* ? */
	background-color: #003399;
}
.fondblanc {
	background-color: #FFFFFF;
}
.bordure {
	border: solid #003399 1px;
	background-color: #FFFFFF;
}

