 
/* CSS issu des tutoriels http://css.alsacreations.com */
body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #000000;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	top: inherit;
	left: 0px;
	z-index:100;
	width: 758px;
}
#menu dl {
float: left;
width: 11.65em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
	border: 1px solid gray;
	display: block;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
	position: relative;
	z-index: 1;
	top : 0px;
	left : 0px;
	color: #000;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0;
	border-color: #000000;
	width: 758px;
}
#site a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	}
#site a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
#page {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {text-decoration: none;
color: black;
color: #222;
}


.Style1 {
	color: #FFFFFF;
}
.titre_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
	text-align: center;
}
.texte_liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.item_liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	list-style-type: square;
	background-image: url(images/carre.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 9px;
	text-align: left;
}

a {
	color: #FFFFFF;
}
.td1 {
	background-color: #D0E0ED;
	padding-left: 5px;
}
.td2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D0E0ED;
	font-weight: bold;
}
.td_1 {
	background-color: #FFCCCC;
	padding-left: 5px;
}

.td_dec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D0E0ED;
	padding-left: 65px;
	font-weight: bold;
}

.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 100%;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration: overline;
	color: #000000;
}
.item_lien {
	color: #000000;
	background-image: url(images/carre.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	left: 6px;
	padding-left: 12px;
}
.item_lien a:link {
	color: #000000;
}
.item_lien a:visited {
	color: #000000;
}
.statuts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.photo_texte {
	margin: 8px;
}
