/* style coloré */

a.imaged {
	background: transparent url(static/fleche_bleue.png) no-repeat 0 -2px ;
	margin-left: 10px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

body {
	padding-top: 0px;
	margin: 0px 7%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Class menu */ 
.entete {
	width: 100%;

}

#menutop {
	border-top: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
}

#menutop_intra {
	border-top: 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center; 
	font-size: 12px;
	font-weight: bold;
}

#menutop {
	background: none white;
}
#menutop_intra {
	background: none #CC4449;
}
#menutop_intra a:link, #menutop_intra a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
}
#menutop_intra a:hover, #menutop_intra a:active {
	color: #366;
	text-decoration: none;
	padding-top: 2px;
	border-top: 3px solid #366;
}

#menutop a:link, #menutop a:visited {
	color: #666;
	text-decoration: none;
	padding-top: 2px;
}
#menutop a:hover, #menutop a:active {
	color: #39b8e9;
	text-decoration: none;
	padding-top: 2px;
	border-top: 3px solid #39b8e9;
}

/* Class photo */
.photo {
	text-align: center;
	margin-bottom: 20px;
}

.photo img		{ 
	border-style: solid; 
	border-width: 1px; 
	border-color: #000000; 
	padding: 4px;
	width: 150px;
}

/* Class main (tableau principal) */
.main {
	border: 0px;
} 

/* Class left_part (menu de gauche) */
.left_part {
	padding: 3px;
	vertical-align: top;
	width: 180px;
	background: none; 
	text-align: right;
	overflow: auto;
}

.TitreMenu {
	font-size: 18px;
	border-bottom: 1px dotted #000;
	color: #39b8e9;
	font-weight: bold;
}

.Opentitle, .Closedtitle {
	font-size: 12px;
	/* color: #39b8e9; */
	color: #003399;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.Opentitle {
	color: #29a8e9;
}
.Opentitle:after {
	content: " \00AC";
}

.Closedtitle:after {
	content: " \00BB";
	color: silver;
}

.lien_bleu_12 {
	font-size: 12px;
	text-align: right;
	padding-right: 3px;
	color:#003399;
}

.lien_bleu_12 a:link, .lien_bleu_12 a:visited {
	text-decoration: none;
}

.lien_bleu_12 a:hover, .lien_bleu_12 a:active {
	text-decoration: none;
	color: #F00;
}

/* Cellule centrale */
.mid_part {
	padding: 5px;
/*	border: 3px double #039; */
	border: 1px solid #000; 
	background-color: #F0FAFF;
}

.title {
	font-size: 18px;
	width: 80%;
	border: none;
	font-weight: bold;
	text-align: center;
	color: #39b8e9;
}

.actu {
	font-size: 16px;
	padding: 2px;
}

.encadre_orange  {
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #FC0;
	background-color: #FF9;
	text-align: center;
}

.non_encadre  {
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
	
.non_encadre a {
	text-decoration: none;
}

.Texte a, .lien2 {
	text-decoration: none;
	font-size: 12px;
}


/* Partie de droite */
.right_part {
	padding-left: 3px;
	padding-right: 3px;
	border: none;
	vertical-align: top;
	width: 180px;
	text-align: center;
/*	background-color: #EEE; */
}

.colonne_contact {
	padding: 15px 0px;
	border: 1px solid #000;
	width: 160px;
	background-color: #CEF;
}

.colonne_defaut {
	width: 100%;
	font-size: 14px;
}

/* Pied de page */
.footer {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	width: 100%;
	margin-top: -1px;
	border-top: dotted 1px #000;
	text-align: center;
	vertical-align: middle;
/*	background-color: #EEE; */
}

.TitrePage { font-family: Arial, Helvetica, sans-serif; font-size: 24px ; color: #003399; font-weight: bold} 
.SousTitrePage { font-family: Arial, Helvetica, sans-serif; font-size: 18px ; color: #666666}
.IntertitrePage { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
.TitreParagraphe { font-family: Arial, Helvetica, sans-serif; font-size: 14px ; color : #666666; font-weight: bold}
.Texte { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify}
.Textecol { font-family: Arial, Helvetica, sans-serif; font-size: 12px; position: relative; left: -5px }
.Texteblanc { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
.Lienbleu { color: #003399}
.Lienblanc { color: #FFFFFF}
.Lienvisite { color: #999999}
.Legendes { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px}

