/*
On remplace le orange par du bleu sur l'été

Orange : #e1690e
#e57d00

bleu clair : #1a98ca

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial,Helvetica,FreeSans,sans-serif;
	font-size: 11px;
	color: #000000;
}
td,p,div,span{
	font-family:Arial,Helvetica,FreeSans,sans-serif;
	font-size: 11px;
}
a.lienliste {
	color: #4f2c01;
	text-decoration: none;
}
a.lienliste:hover {
	color: #1a98ca;
}

/* TEXTE */
.menu1 {
	color: #aba8a8;
}
.Bordure {
	border: 1px solid #000000;
}

/* LIENS */
a.lienmenu1 {
	color: #05276d;
	text-decoration: none;
	font-size: 10px;
}
a.lienmenu1:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

/* TITRES */
.titre1 {
	font-size: 15px;
	font-weight: bold;
	color: #e11b3f;
	text-decoration : underline;	
}
.titre2 {
	font-size: 12px;
	color: #16297c;
	font-weight: bold;
	text-decoration : underline;
}
.titre3 {
	font-size: 12px;
	font-weight : bold;
	text-transform: uppercase;
	color: #1a98ca;
}
/*tableaux*/
.Borduretableau {
	
	border-left: 1px solid #1a98ca;
	border-top: 1px solid #1a98ca;
	border-right: 0;
	border-bottom: 0;
}
.Borduretd {
	border-left: 0;
	border-right:  1px solid #1a98ca;
	border-bottom:  1px solid #1a98ca;
	border-top-width: 0;
}
ul.puce{
	list-style-image: url(../images/design2009/puce1ocre.gif);
	padding : 0px 0px 0px 25px;
	margin : 0px 0px 0px 0px;
}