/* Générale, propriété de la page*/
body{ 
	background-image: url(../images/design/fd_page.gif);
	background-color: C2C2C2;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0 0 5 0;
	list-style-position: outside;
	list-style-image: url(../images/design/fleche_marron.gif);
}
ul{
	margin-top: 0;
	margin-bottom: 5;
}
p {
	margin: 8 0 8 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5175;
	text-decoration: none;
}
hr {
	color: #C29E32;
	height: 1px;
	margin: 0px;

}
/* titres */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #C29E32 ;
	color: #C29E32;
	padding-bottom: 10px;
	margin:30 0 5 0;
}
h2 {
	background: url(../images/design/fleche_bleue.gif) no-repeat;
	text-indent: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C29E32;
	margin:5 0 5 0;
}
h3 {
	margin:5 0 5 0;
	background: url(../images/design/tiret.gif) no-repeat;
	text-indent: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E5175;
}

/* positionnement */
.float-gauche {
	float: left;
}
/* préchargement */
.cache{
	display: none;
}
/* fond */
.fd-bandeau {
	background-image: url(../images/design/fond_bandeau.jpg);
	background-repeat: no-repeat;
}

.fd-bas-page {
	background-image: url(../images/design/fond_bas_page.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.fd-bord-gauche {
	background-image: url(../images/design/ombre_gauche.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.fd-bord-droit {
	background-image: url(../images/design/ombre_droite.gif);
	background-repeat: repeat-y;
	vertical-align: top;

}
.fd-contenu {
	background-color: #FFFFFF;
	background-image: url(../images/design/fond_contenu.jpg);
	background-repeat: no-repeat;
}
.fd-accueil {
	background-color: #FFFFFF;
	background-image: url(../images/design/fond_accueil.jpg);
	background-repeat: no-repeat;
}
/* textes */
.txt-bas-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: 1E5175;
}
a.txt-bas-page:hover {
	text-decoration: none;
}
.txt-gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E5175;
	text-decoration: none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5175;
	text-decoration: none;
}
a.txt{
	color: #C29E32;
}
a.txt:hover {
	text-decoration: underline;
}
.txt-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C29E32;
	margin:30 0 5 219;
}
.ph-accueil {
	margin-top: 35px;
	margin-left: 150px;
}
.ph-premiere {
	margin-top: 85px;
}
.bloc-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5175;
	margin-left: 85px;
	height: 110px;
	width: 300px;
	margin-top: 25px;
}
.cadre-marron {
	background-color: F6EDD2;
	margin: 0 0 10 0;
	padding: 4 4 4 8;
	font-size: 12px;
	border-style:solid;
	border-color:#C29E32;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E5175;
	text-decoration: none;
}
/* tableau */
.tab-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: 3286C1;
	background-image: url(../images/design/fond_tab_titre.jpg);

}
.tab-clair {
	background-color: FBF8F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 1e5175;

}
.tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 1e5175;
	background-color: F6EDD2;
}
.modification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #1E5175;
	text-decoration: none;
}
a.modification{
	color: #C29E32;
}
a.modification:hover {
	text-decoration: none;
}

/* debut style copyright */
.copyright:link {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #1E5175;text-decoration: none;}
.copyright:visited {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #1E5175;text-decoration: none;}
.copyright:activ {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #1E5175;text-decoration: underline;}
.copyright:hover {font-family: Arial, Helvetica, sans-serif;font-size: 9px;color: #1E5175;text-decoration: underline;}
/* fin style copyright */