/* definition des polices personalisées*/
@font-face {
    font-family: 'traveling__typewriterregular';
    src: url('polices/travelingtypewriter-webfont.eot');
    src: url('polices/travelingtypewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/travelingtypewriter-webfont.woff') format('woff'),
         url('polices/travelingtypewriter-webfont.ttf') format('truetype'),
         url('polices/travelingtypewriter-webfont.svg#traveling__typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* elements html */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #F0F0F0;
}
#fondcontainer {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/bgbleu.jpg);
	background-repeat: repeat-y;
	background-position: 0px 8px;
}
p {
	margin: 0 0 2px 0; }
img {
	border: 0;
}
h1 {
	font-size: 2em;
}
h2 { 
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	display: inline;
	margin-left: 30px;
}
/* blocs */
div#container {
	position: relative;
	width: 954px;
	left: 20px;
	z-index: 100;
}
header {
	height:150px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
header h1 {
	/*background: transparent url(images/fond-header2.jpg) no-repeat 0px 0px;*/
	height: 130px;
	width: 100%;
	margin:0px;
	padding:0px;
}
#banniere {
	position:absolute;
	left:0px;
	top:0px;
}
#menuhaut {
	height:25px;
	background-color:#c6e3f3;
	text-align:center;
	font-size: 1.1em;
	margin-top:0px;
}
#menuhaut ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;
}
#menuhaut li {
float:left;
margin:auto;
padding:0;
z-index:999;
}
#menuhaut li a {
	display:inline-block;
	background:url(images/bouton-menu-haut.jpg) no-repeat top left;
	border :thin solid #009;
	width: 145px;
	color:#00CC00;
	text-decoration:none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menuhaut li li a {
	margin-top:0px;
	margin-bottom:0px;
	color:#00CC00;
	border-color: #009;
	border-style: solid;
	border-width: thin;
}
#menuhaut a:hover {
		background:url(images/bouton-menu-haut-hover.jpg) no-repeat top left;
}
#menuhaut ul li ul {
	display:none;
	margin:0px;
	z-index:999;
	position:absolute;
	top:150px;
	left:500px;
}
#menuhaut ul li:hover ul {
display:block;
}
#menuhaut li:hover ul li {
float:none;
}
#menuhaut li ul li {
float:none;
}
div#divFormRecherche {
	position : absolute;
	top:148px;
	right: 10px;
	float:right;
	margin:0px;
	padding:0px;
}
div#divFormRecherche form {
/*	margin-top:-4px;*/
}
div#divFormRecherche input[type=text] {
	margin: 5px 0px;
	width:115px
}
section#corps {
	clear:left;
}

nav#menugauche {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px;
}
footer {
	clear: both;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	color: #333333;
	position: relative;
	top: 0px;
	padding-bottom: 7px;
	background-image: url(images/fond-footer.jpg);
}
div#maDivPhoto input[type=button], div#maDivTexte input[type=button] {
	font-size:1.2em;
	text-align:center;
	margin:0px 10px;
}

div #maDivPhoto, div #maDivTexteBis {
	display: none;
	width: 650px;
	height: 470px;
	position: absolute;
	z-index:900;
	background-image: url(images/bg-maDivPhoto.gif);
	background-repeat: no-repeat;
}
div #maDivTexteBis {
	z-index:800;
}
div #maDivTexte {
	overflow: scroll;
 	padding : 10px;
	width: 650px;
	height: 470px;
	position: absolute;
}
div #maDivTexte p {
	margin : 0px 20px;
}
#maDivPhoto a:hover , #maDivPhoto a.selection, #maDivPhoto a {
	text-decoration: none;
	margin:0px;
	padding:0px;	
}
div #maDivPhoto img {
	width: 600px;
	height: 400px;
	top:10px;
	position: relative;
	margin:20px 25px 5px 25px;
	padding:0px;
} 
table {
	font-size: 1em;
	border-collapse:collapse;
	box-shadow: 4px 4px 3px 3px #000;
	background-color:white;
	margin:auto;
}
table th {
	border:solid #000 1px;
	padding:5px;
}
table td {
	border: solid #000 1px;
	padding: 5px;
	text-align: center;
}
/* design */
#header h1 span, #header h2 span, #header a span {
	display: none;
	margin:0px;
	padding:0px;
}
#header a {
	display: block;
	width: 600px;
	height: 130px;
	position: absolute;
	top: 0px;
	z-index: 100;
	left: 1px;
}
#menugauche  {
	padding: 0px 2px 0px 0px;
	font-size:0.9em;
	margin: 0px 0px 0px 0px;
	color: #555753;
}
#menugauche h3  {
	background-color: #B3B7B6;
	padding: 7px 5px 2px 17px;
	margin: -10px -5px 5px -5px;
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	font-family: Arial, "MS Serif", serif;
	line-height: 1.9em;
	box-shadow: 1px 1px 1px 1px #03C;
}
#menugauche ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-position: outside;
}
#menugauche li {
	margin: 0px;
}
#menugauche a {
	color: #000;
	text-decoration: none;
	padding: 2px 3px 3px 24px;
	line-height: 1.6em;
	background-position: 0px 0px;
}
#menugauche h4 a {
	margin: 0px;
	padding:0px;
	display: inline;
}
#menugauche a.selected {
	color: #000;
	background-image: url(images/favicon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menugauche a:hover {
	color: #000;
	background: url(images/favicon2.gif)  no-repeat 0px 0px;
	text-decoration:underline;
	font-style:oblique;
	font-weight: bolder;
}
#menugauche a.selectionne {
	color: #000;
	background: url(images/favicon.gif) no-repeat 0px 0px;
	font-size: 1.2em;
	font-style: oblique;
	font-weight: bold;
	text-decoration:underline;
}
#menugauche a.selectionne2 {
	color: #000;
	font-size: 1.2em;
	font-style: oblique;
	font-weight: bold;
	text-decoration:underline;
}

div#menugauche div#firstMenu {
	margin-top:0px;
}
/* navigation dans centre */
#centre #centre-haut nav li{
	background-color: #F5F5F5;
	line-height: 1.5em;
	margin-top: 3px;
	font-size: 1.3em;
	list-style-type: none;
	margin-left: 0px;
	border-style: ridge;
	color: #FFF;
	padding-left: 5px;
}
#centre #centre-haut nav {
	width: 48%;
	margin: 0;
	padding: 0;
}
#centre #centre-haut nav ul{ 
	padding-left: 5px; 
}
#centre #centre-haut nav li a{
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#centre #centre-haut nav li a:hover {
	color: #000;
	text-decoration:underline;
	font-style:oblique;
	font-weight: bolder;
}
#centre #centre-haut img {
	width: 250px;
	float: right;
	clear: both;
}
