/* ==================== */
/* ENVIRONNEMENT GLOBAL */
/* ==================== */
body {
	background: #9AC2AD;
	text-align:center; /* Bug de centrage sous IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	text-decoration:underline;
}
a:hover {
	background-color: #AC5404;
	color:#FFFFFF;
	text-decoration: none;
}
li {
	font-size: 12px;
	color: #666666;
	display : list-item;
	margin-top:10px;
	list-style-image : url(automne/puce_fleche_droite.gif);
	list-style-position: outside;
}
img {
	border:1px solid #BEA24B;
}


/* ====== */
/* DIVERS */
/* ====== */
.url {
	background-image:url(../site/images/url.gif);
	background-repeat:no-repeat;
	padding-top:3;
	padding-left:20px;
	height:17;
}
.publication {
	font-size:10px;
	background-color:#c2c2c5;
	color: #990000;
}

.portrait {
	background-color: #E8D9FF;
	padding:1px 10px 1px 10px;
	border:1px solid black;
	border-collapse:collapse;
}
/* ======= */
/* POLICES */
/* ======= */
.rouge {
	color: #FF0000;
}
.gris {
	color: #999999;
}
.vert {
	color: #009900;
}
.petit {
	font-size:10px;
}
.normal {
	font-size:14px;
	color:#000000;
}
/* ============ */
/* MISE EN PAGE */
/* ============ */
#cadre {
	width:780px;
	border:1px solid black;
	border-collapse:collapse;
	background-color:#F9E9B9;
	text-align:left; /* Fin du bug de centrage IE */
	margin-left:auto;
	margin-right:auto;
}
#logo {
	width:770px;
	height:100px;
	margin-top:5px;
	margin-left:5px;
	background-image:url(../images/titre.gif);
	float:left;
	display:inline; /* Bug des marges en float sous IE */
}
#utile {
	background-image:url(photo.jpg);
	background-repeat:no-repeat;
	width:625px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
	display:inline; /* Bug des marges en float sous IE */
}
.titre{
	font:Arial, Helvetica, sans-serif;
	margin-top:2px;
	padding-top:2px;
	padding-bottom:5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#D9A5CC;
	border-bottom: 2px solid #000000;
}
.footer {
	clear:both;
}
/* =========== */
/* MENU GAUCHE */
/* =========== */
#menu {
	width:130px;
	margin-top:10px;
	margin-left:5px;
	float:left;
	display:inline; /* Bug des marges en float sous IE */
}
.menu_titre {
	background-image:url(menu_titre.gif);
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	padding-top:3;
	text-align:center;
	height:17;
	color: #F8EB23;
	text-decoration:underline;
}
#menu a {
	display:block;
	font-size:10px;
	color:#ffffff;
	padding-left:5px;
	text-decoration:none;
	background-image:url(menu_lien.gif);
	padding-top:3px;
	padding-bottom:3px;
}
#menu a:hover {
	color:#F8EB23;
	background-image:url(menu_lien.gif);
	
}
.menu_indispo {
	color: #215539;
	display:block;
	font-size:10px;
	padding-left:5px;
	text-decoration:none;
	background-image:url(menu_lien.gif);
	padding-top:3px;
	padding-bottom:3px;
}
.menu_bas {
	background-image:url(menu_bas.gif);
	height:20px;
	background-repeat:no-repeat;
}

/* ============= */
/* PAGE CONTACTS */
/* ============= */
.contact {
	float:left;
	width:300px;
	margin-top:20px;
}
.float_right {
	float:right;
}
.contact_fonction {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color: #32659A;
	background-color:#EEE4F1;
	display:block;
}
.contact_detail {
	float:right;
	width:230px;
}
.contact_nom {
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #009900;
}
.contact_photo {
	float:left;
	margin-top:5px;
}
.contact_email {
	display:block;
	text-align:left;
	background-image:url(automne/mail.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}