@import url("contenu.css");

body{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #333333;
}

img{
border:0px;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #333333;
}
.texteVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #870400;
}
.titreVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b010f;
	font-weight: bold;
}

.titreNoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.linkGris{
color:red;
}



/* Couleur et definition des liens 
a:active { 
	color: #00546C; 
	text-decoration: none; 
}
a:link { 
	color: #00546C; 
	text-decoration: none;  
}
a:visited { 
	color: #00546C; 
	text-decoration: none;  
}


a:hover {  
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00546C; 
}*/
/* Couleur et definition des liens vert (activités) */
a:active { 
	color: #870400; 
	text-decoration: none; 
}
a:link { 
	color: #870400; 
	text-decoration: none;  
}
a:visited { 
	color: #870400; 
	text-decoration: none;  
}
a:hover {  
	color: #870400;
	text-decoration: underline;
}
.titreBlanc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #92121f;
	background-color: #e7e7e7;
}
.ligne {
	color: #C41425;
	border: 1px solid #C41425;
}
.textfield {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #DDE4DD;
}
.credit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.titreBulletin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00546C;
	font-weight: bold;
}
.texteBulletin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.titreNouvelleBulletin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#tableDir td{
padding:7px 3px 7px 3px;
font-size:12px;
border-bottom:1px solid #8d8d8d;
vertical-align:top;
}


#tableDir .titre{
background-color:#9fcdda;
color:#00546c;
font-weight:bold;
border:0px;
}