
* { margin: 0; padding: 0; }

body {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #637165;
	overflow: scroll;
	}

/*  ::::::  MENU HORIZONTAL  ::::::  */

#menu {
	float: left;
	margin: 0 0 1em;
   width: 100%;
   background: url(../_pics/layout/bg.png) repeat-x bottom;
	}
#menu ul {
	padding: 0 10px 0;
	list-style: none;
	}
#menu li { display:inline; }
#menu a {
	float: right;
	background: url(../_pics/layout/goff.png) no-repeat left top;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #637165;
	text-decoration: none;
	}
#menu a span {
	float: right;
	display: block;
	background: transparent url(../_pics/layout/doff.png) no-repeat right top;
	padding: 2px 15px 1px 6px;
	text-decoration: none;
	color: #637165;
	}

/* Backslash Hack pour IE5-Mac \*/
#menu a span { float: none; }
/* Fin IE5-Mac hack */

#menu a:hover span { color: #9C9; }
#menu .current a {
	background-position: 0 -150px;
	border-width: 0;
	}
#menu .current a span {
	background-position: 100% -150px;
	padding-bottom: 2px;
	color: #333;
	}
#menu a:hover { background-position: 0% -150px;	}
#menu a:hover span { background-position: 100% -150px; 	}

/*  ::::::  FIN MENU HORIZONTAL  ::::::  */


/*  ::::::  LES BOITeS  ::::::  */

.container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left; 
	}
.header {
	background: url(../_pics/layout/logo.png) center top no-repeat fixed;
	height: 100px;
	margin: 10px 0 0;
	}
.content {
	clear: both;
	background-color: #fff;
	}
.gauche {
	float:left;
	text-align:left;
	width:200px;
	}
.droite {
	overflow: auto;
	border-left:thin dashed #637165;
/*	margin: 0 0 0 200px !important;
	margin: 0 0 0 202px; */
	height: 50%;
	min-height: 350px;
	padding: 0 0 0 10px;
	}
.calcul {
	border-left:thin dashed #637165;
	overflow: auto;
	height: 100%;
	}
.calcul a.lien{
border:none;color:#637165; 
}

.calcul a img.linkthumb{
border:none;margin:0;padding:0 0 0 7px;
}

/*  ::::::  FIN BOITeS  ::::::  */


/*  ::::::  LE LAYOUT  ::::::  */

h1 {
	margin:25px 0 10px;
	padding:2px 0;
	font:bold 1.4em;
	border-right:1px solid #090;
	border-bottom:1px solid #090;
	letter-spacing:6px;
	color:#9c9;
	background-color: transparent;
	}
h2 {
	margin:25px 0 23px;
	padding:2px 0;
	font:bold 1.2em;
	border-right:1px solid #090;
	border-bottom:1px solid #090;
	letter-spacing:4px;
	color:#9c9;
	background-color: transparent;
	}
h3 {
	margin:15px 0 5px;
	padding:2px 0;
	font:bold 1em;
	border-right:1px solid #090;
	border-bottom:1px solid #090;
	letter-spacing:2px;
	color:#9c9;
	background-color: transparent;
	}
.gauche p ul li{
	margin:10px;
	text-decoration: none;
	list-style: none;
	}
.gauche img.thumb {
	text-align: center;
	margin: 10% auto !important;
	margin: 10px;
	}
.droite img, .calcul img {
	margin:10px 0 10px 75px;
	}
.calcul p {
	margin:7px 10px 5px;
	padding:0;
	text-decoration: none;
	}
.content ul li {
	margin:0 0 0 50px;
	text-decoration: none;
	list-style-type: square;
	}

/*  ::::::  FIN LAYOUT  ::::::  */

/*  ::::::  LE PIED DE PAGe  ::::::  */

.pied {
	clear: both;
	width: 100%;
	border-top: 1px solid #637165;
	margin: 1em 0 0;
	background-color: #FFF;
	}
.pied p {
	padding:5px;
	text-align:center;
	font-size:10px;
	}
.pied p a {
	padding:0 0 5px;
	background:transparent;
	color:#9C9;
	}
.pied p a:hover {
	text-decoration:none;
	color:#888;
	background:transparent;
	}

/*  ::::::  FIN PIED DE PAGE  ::::::  */
