* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/degrade.png) repeat-x;
}

/* EN TETE */

.hautpage {
	width: 900px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hautpage.png) no-repeat;
}

.centrepage {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

/* PARTIE GAUCHE */

.gauche {
	width: 204px;
	height: 370px;
	padding-top: 95px;
	background: #FFF url(../images/angle.png) no-repeat;
	float: left;
	}

.menu {
	width: 181px;
	height: auto;
	padding-left: 13px;
	}

ul#navigation {  
    list-style: none;  
    font-size: .75em;  
	}

ul#navigation li.bouton a {
    display: block;
    width: 159px;
    height: 22px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: url(../images/bouton.png) no-repeat 50%;
	}
  
ul#navigation li.bouton a:hover {
	color: #58AC25;
	}


ul#navigation li.bouton1 a {
    display: block;
    width: 159px;
    height: 22px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    color: #FFAF01;
    background: url(../images/bouton.png) no-repeat 50%;
	}

.contact {
	width: 130px;
	height: 40px;
	padding-top: 20px;
	padding-left: 29px;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;	
	color: #000;
	background: url(../images/contact.png);
	}

.doc {
	width: 160px;
	height: 85px;
	margin-left: -7px;
	background: url(../images/doc.png);
	}	

/* PARTIE DROITE */

.droite {
	width: 636px;
	height: 440px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: -25px;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background: url(../images/corps.png) no-repeat;
	float: left;
	}

p {
	text-indent: 30px;
	text-decoration: none;
	font: normal 12px/14px Arial, Helvetica, Geneva, sans-serif;
	}

div#div2 {
	border: none;
	}

div#div3 {
	border: none;
	}

div#div4 {
	border: none;
	}

div#div5 {
	border: none;
	}

/* COURBE */

.courbe { 
	float: right;
	display: block;
	height: 16px;
	clear: right;
	}

#espace  { width: 1px; height: 304px; }
#courbe1 { width: 40px; }   
#courbe2 { width: 80px; }
#courbe3 { width: 120px; }
#courbe4 { width: 130px; }
#courbe5 { width: 170px; }
#courbe6 { width: 240px; }
#courbe7 { width: 300px; }
#courbe8 { width: 380px; }
#courbe9 { width: 390px; }

/* ONGLETS */

.onglets {
	width: auto;
	height: 24px;
	position: absolute;
	top: 102px;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	}

.centre {
	height: 24px;
	padding-top: 3px;
	line-height: 19px;
	text-align: center;
	background-image: url(../images/onglet.png);
	float: left;
}

.bord-gauche {
	width: 14px;
	height: 27px;
	background: url(../images/gauche.png);
	float: left;
}

.bord-droit {
	width: 13px;
	height: 27px;
	background: url(../images/droite.png);
	float: left;
}

.separation {
	width: 16px;
	height: 27px;
	background: url(../images/separation.png);
	float: left;
}

button#bouton1 {
    font: normal 12px Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    color: #666;
    cursor: pointer;
	border: 0;
	background: none; 
}

button#bouton2 {
    font: normal 12px Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    color: #666;
    cursor: pointer;
    border: 0;
	background: none; 
}

button#bouton3 {
    font: normal 12px Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    color: #666;
    cursor: pointer;
    border: 0;
	background: none; 
}

button#bouton4 {
    font: normal 12px Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    color: #666;
    cursor: pointer;
    border: 0;
	background: none;
}

button#bouton5 {
    font: normal 12px Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    color: #666;
    cursor: pointer;
    border: 0;
	background: none; 
}

/* ANIMATION */

div.vue {
	width: 636px;
	height: 450px;
	overflow: hidden;
}

div.large {
	width: 3180px;
	height: 450px;
}

div.large div {
	width: 636px;
	height: 450px;
	display: block;
	float: left;
}

/* PIED DE PAGE */

.piedpage {
	text-decoration: none;
	width: 877px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 42px;
	padding-left: 23px;
	font: normal 10px Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	background: url(../images/piedpage.png) repeat-y;
}

.piedpage a {
	text-decoration: none;
	color: #FFF;
	}

.piedpage a:hover, a:active {
	color: #FFAF01;
	}


/* ELEMENTS */

h1 {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #FFAF01;
	}

h2 {
	margin-bottom: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #58AC25;
	text-transform: uppercase;
	}

#image {
	float: right;
	margin-right: 10px;
	margin-left: 20px;"
	}

/* LIENS */

a:link {
	color: #333;
	border: none;
	text-decoration: none;
	}

a:visited {
	color: #444;
	border: none;
	text-decoration: none;
	}

a:hover, a:active {
	border: none;
	text-decoration: underline;
	}


.contact1 {
	width: 130px;
	height: 40px;
	padding-top: 20px;
	padding-left: 29px;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	color: orange;
	background: url(../images/contact.png);
	}

.contact1 a {
	width: 130px;
	height: 40px;
	padding-top: 20px;
	padding-left: 29px;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
	color: orange;
	background: url(../images/contact.png);
	}

.droite a:link {
	color: #333;
	border: none;
	text-decoration: none;
	}

.droite a:visited {
	color: #444;
	border: none;
	text-decoration: none;
	}

.droite a:hover, a:active {
	border: none;
	text-decoration: underline;
	}
