* {					/* Reset ! */
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face{
        font-family: "odstemplikBold";
        src: url(font/odstemplikBold.otf);
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 180%;
	text-align: justify;
	color: #234696;
	background-color: #F5E4D1;
}

a {
	color: #3282C8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border: 1px solid #3282C8;
	border-right: none;
	border-left: none;
}

/* Menu */
.menu {
	font-family : "Myriad Pro";
	font-size: 1.7em;
	text-align: left;
	line-height: 2.0em;
	margin-left: 12px;
	float: left;		/* Le menu flottera à gauche */
	width: 270px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding: 15px 2px;
}

a.lienMenu {
	display: block;
	margin-left: 14px;
	color: #F5E4D1;
	text-decoration: none;
}

a.lienMenu:hover {
	display: block;
	margin-right: 14px;
	border: 1px solid #F5E4D1;
	border-right: none;
	border-left: none;
}

h1 {
	font-family: odstemplikBold, "Comic Sans MS", sans-serif;
	font-size: 3.0em;
	line-height: 120%;
	color: #234696;
	border-bottom: 1px solid #234696;
	margin-bottom: 30px;
}

h2 {
	font-family: odstemplikBold, "Comic Sans MS", sans-serif;
	font-size: 1.9em;
	color: #234696;
//	border-bottom: 1px solid #FD0C03;
	margin-bottom: 20px;
}

h3 {
	font-style: italic;
	color: #234696;
	margin: 12px 30px;
}

p {
	margin: 0 10px 0.6em 30px;
}

sup {
	line-height: 0.5em;
}

.fine {
	font-size: 33%;
}

ul { margin-bottom: 0.6em; }

li {
	line-height: 1.3em;
	margin-top: 10px;
	text-indent: 1.5em;
	list-style-position: inside;
	list-style-image: url(images/liste.png);
}

#lettrine {
	font-size: 2.5em;
}

#header {		/* Bannière */
	margin: auto;
	width: 1024px;
	height: 330px;
//	background: url(images/logo_titre_script.png);
	background: url(images/logo_titre.png);
	background-repeat: no-repeat;
}
/*
#logoTexte {
	display: block;
	position: relative;
	top: 55px;
	left: 100px;
	font-family: odstemplikBold, "Comic Sans MS", sans-serif;
	font-size: 3.5em;
	color: #234696;
}
*/

#soutien {
	clear: both;
	position: relative;
	width: 200px;
	left: 25px;
	top: 20px;
	background-color: #F5E4D1;
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	padding: 5px;
}

a.lienLogo:hover {
	border: none;
	margin: 2px;
}

#container {		/* Contenaur central global */
	width: 1024px;
	margin: auto;
	background-image: url(images/fond_menu.png);
	background-repeat: repeat-y;
}

#corps {		/* Conteneur du contenu */
	width: 680px;
	min-height: 500px;
	height: auto !important; height: 500px;
	margin-left: 290px;
}

.retrait_liste {		/*Listes imbriquées*/
	text-indent: 1.5em;
	list-style-position: inside;
}

#licence {
	margin-top: 50px;
	margin-left: -50px;
	padding-bottom: 42px;
	text-align: center;
	font-size: x-small;
}

#footer {
	width: 590px;
	margin: 20px 0 0 310px;
	text-align: center;
	font-size: x-small;
	color: #234696;
}

#navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.5em;
	text-decoration: none;
}

h1.hidden {
	display: none;
}

.mini {
	text-align: center;
	padding: 5px 10px;
}

.miniatures {
	margin-left: 30px;
}

#lien-titre {
	font-family: odstemplikBold, "Comic Sans MS", sans-serif;
	font-size: 1.9em;
	color: #234696;
//	border-bottom: 1px solid #FD0C03;
	margin-bottom: 20px;
}

td {
	padding: 0 8px;	
}