
body {
	margin: 0px;
	padding: 0px;
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif; 
	background-color: #5B1F1F;
	background-image: url(fond-rouge.jpg);
	background-repeat: repeat;
	overflow-y: scroll;
}

ul, ol, dl {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}

a img {
	border: none;
	outline: none;
}

.class1 a:link {
	color: #2B3625;
	text-decoration: none;
	outline: none;
}
.class1 a:visited {
	color: #2B3625;
	text-decoration: none;
	outline: none;
}
.class1 a:hover, a:active, a:focus {
	color: #646F5E;
	text-decoration: none;
	padding-bottom: 2px;
	outline: none;
}
.class1 a:img {
    border: none;
	outline: none;
}

.class2 a:link {
	color: #A59487;
	text-decoration: none;
	outline: none;
}
.class2 a:visited {
	color: #736357;
	text-decoration: none;
	outline: none;
}
.class2 a:hover, a:active, a:focus {
	color: #DFD6B8; 
	text-decoration: none;
	padding-bottom: 2px;
	outline: none;
}


.container {
	width: 960px;
	margin: 0 auto;
	border-style: solid;
	border-width: thin;
	border-color: #736357;
}

.header {
	background-image: url(fond-orange.jpg);
	text-align: center;
}

.bordermenu {
	border: 1px solid rgb(215, 122, 95)
}

.mainmenu {
	padding: 0px 20px 20px 20px;
	line-height: 140%;
	color: #646F5E;
	background-image: url(fond-orange.jpg);
}
.content {
	padding: 20px 20px 5px 20px;
	color: #736357;
	background-image: url(fond-blanc.jpg);
}
.contenthome {padding:0px}

ul.nav {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.nav li {
	display: inline;
}

ul.nav a, ul.nav a:visited {
	padding: 5px 15px;
	margin-left: 5px;
	margin-right: 0px;
	display: inline;
	width: 160px;
	text-decoration: none;
	background: #542024;
	color: #D77A55;
}
ul.nav a:hover, ul.nav a:active {
	background: #D77A5F;
	color: #DFD6B8;
}
ul.nav a#focus {
	background: #EFE7B5;
	color: #542024;
}


.footer {
	padding: 10px 20px 5px 20px;
	color: #A59487;
	background-image: url(fond-orange.jpg);
	position: relative;
	clear: both;
}

.intro {
	padding: 10px 20px 5px 20px;
	color: #EFE7B5;
	background-image: url(fond-orange.jpg);
	position: relative;
	clear: both;
	text-align:justify
}

@font-face {
    font-family: 'BI';
    src: url('bi-webfont.eot');
    src: url('bi-webfont.eot?#iefix') format('embedded-opentype'),
         url('bi-webfont.woff') format('woff'),
         url('bi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'B';
    src: url('b-webfont.eot');
    src: url('b-webfont.eot?#iefix') format('embedded-opentype'),
         url('b-webfont.woff') format('woff'),
         url('b-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: BI, Georgia, "Times New Roman", Times, serif; 	
	font-style:italic;
	color: #FFDE8C;
	font-size: 140%;
	line-height: 130%;
	text-align: center;
}
h2 {
	font-family: B, Georgia, "Times New Roman", Times, serif; 	
	color: #542024;
	font-size: 140%;
	line-height: 130%;
	text-align: center;
}

IMG.gauche {
	margin-right:10px; TEXT-ALIGN: left
}
IMG.droite {
	margin-left:10px; TEXT-ALIGN: right
}


.compteur {display: none}