/*   Feuille de Style générique   ////////////////     ©Société Ecran  05    */


/* ///////////////////////////////////////////	sélecteurs HTML  /// */

body {
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 2px 3%;
	padding: 0;

	}

h1 {
	color: #666666;
	font-size: 14px;
	}

h2 {
	color: #CCCCCC;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #006666;
	color: #DCDCDC;
	}

h4 {
	color: #000000;
	}

p {
	margin: 0;
	}

table {
	}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

ul {
	}

li
{
display: inline;
padding-left: 8px;
}

img {
	border: none;
	vertical-align: middle;
	}

/* ///////////////////////////////////////////	layout général   /// */

#layout {

	width: 980px;
	height: 730px;
	background-image:url(images/hokusai.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
/* border: solid 1x black;*/
}

/* ///////////////////////////////////////////	composants   /// */

.menu {
	float:right;
}

#menu {
	float:right;
}


#navbar {
	margin: 70px 160px 0 0;
}

.bouton {
	width: 150px;
	float:right;
}

#corps {
	margin-top: 440px;
	text-align:center;
	font-size:11px;
}



#footer {
	float:left;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 40px 0 100px 0;
	padding: 0 40px 0 20px;
	}


#footer2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 40px auto 160px auto;
	}

#hautgauche {
	float:left;
	}

#hautdroite {
	float:left;
	display: block;
	width: 320px;
	}

#texteintro {
	margin-top: 160px;
	color:#CCCC99;
	padding: 0 30px 0 30px;
	font-size:12px;
	text-align:center;
}

.letexte {
	margin-top: 40px;
	padding: 0 40px 0 20px;
	text-align: justify;
}

.letexte2 {
	margin-top: 119px;
	text-align: justify;
}

.small {
	font-size: 9px;
}

/* ///////////////////////////////////////////	classes   /// */

.imgfloatright {
	float: right;
	margin: 0 0 12px 24px;

}

.page {
	width:350px;
	border-right: 150px solid #333;
	border-left: 200px solid #999;
	}

.section {
	margin: 0;
	width: 100%;
}

#logo{
	margin-top: 20px;
	margin-left: 20px;
}


.colauto{
	width: 920px;
	overflow: hidden;
}

.colA {
	display:block;
	text-align:left;
	width: 620px;
	float:left;
}

.colB {
	margin-top: 10px;
	width: 330px;
	float:left;
	display:block;

}

.colC {
	float:left;
	display:block;
	width: 400px;
}

.colD {
	margin-top: 10px;
	float:left;
	display:block;
	width: 550px;
}


.colA, .colB
{
	border: 0 solid black;
}


.clear {
	clear: both;
	height: 12px;
}

.page > .section {
	border-bottom: 1px solid transparent;}

#flash {
	margin-top: 70px;
	float: right;
}

#flash2 {
	margin-top: 50px;
	margin-left: 16px;
	float: left;
}

.bold {
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: inline;
}


/* ///////////////////////////////////////////	cases arrondies   /// */

.curvedArea {
	display: block;
	width: 320px;
	float: left;
	}


.curvedAreamini {
	display: block;
	width: 148px;
	float: left;
	}

.topLeft {
	background-image:url(images/bg_topLeft.gif);
	width: 100%;
	height: 12px;
	float:left;
	display: block;
	overflow: hidden;
}

.topRight {
	background-color:#FFFFFF;
	background-image:url(images/bg_topRight.gif);
	background-repeat:no-repeat;
	background-position: 100% 0;
	width: 12px;
	height: 12px;
	float:right;
}

.centerLeft {
	background-image:url(images/bg_centerLeft.gif);
	background-repeat: repeat-y;
	width: 100%;
	float:left;
	display: block;
}

.centerRight {
	background-image:url(images/bg_centerRight.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 100%;
	height : 100%;
	float:right;
		display: block;
}

.bottomLeft {
	background-image:url(images/bg_bottomLeft.gif);
	background-repeat: no-repeat;
	width: 100%;
	float:left;
		display: block;
}

.bottomRight {
	background-color:#FFFFFF;
	background-image:url(images/bg_bottomRight.gif);
	background-repeat:no-repeat;
	background-position: 100% 0;
	width: 12px;
	height : 12px;
	float:right;
		display: block;
}

.contenu {
	margin-right: 14px;
	margin-left: 14px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #99CC99;
	text-align:justify;
		display: block;
}

.contenucase {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #99CC99;
	text-align:left;
	display: block;
}

.imagecase {

}

.clear {
	clear: both;
}
/* ///////////////////////////////////////////	liens hypertexte   /// */

a {
	color: #95A18D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #376352;
	}

#crrnt a {
color:#FF9900;
}

#footer a {
	font-weight: normal;
}
