/* mise en page globale */
* { outline: none; }
body{
	background-image: url(design/fond_degrade.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr{
	margin-right: 15px;
	margin-left: 15px;
	color: #666666;
	background-color: #666666;
	height: 0.5px;
	border: 0;
}

a {
	text-decoration: none;
	color: #336699;
	white-space: nowrap;
	font-weight: bold;
	/*font-size: x-small;*/
}
a:hover {
	/*background: #336699;*/
	color: #CCCCCC;
}
h1 {
	/*font-size: 140%;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.3em;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #6699CC;
	border: thin outset #336699;*/
	
	text-align: center;
	letter-spacing: 0.3em;
	font-variant: normal;
	color: #B9D354;
	text-transform: capitalize;
	font-size: 140%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:15px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif, Geneva ;
	/*letter-spacing:normal;*/
	/*width:130px;*/
	background-color:#B7B0A8;
	border-bottom:1px solid #333333;
}
h2 {
	font-size: 95%;
	/*font-variant: small-caps;*/
	color: #B9D354;
	text-align: left;
	letter-spacing: 0.2em;
	background-color:#B7B0A8;
}


/* permet de centrer une image  */
#img_center {
	text-align: center;
}


#main{
	/*height: 728px;
	width: 97%;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
	padding:0;
	position: absolute;
	left: 1%;
	top: 20px;
	border: 1px solid #333333;
	padding: 5px;
	
	width: 990px ! important;
	margin: auto;*/
	border: 1px solid #333333;
	padding: 5px;
	height: 728px;
	background-color: #ffffff;
	width: 990px ! important;
	margin: auto;
	}


/* entête */
#header{
	width: 100%;
	height: 80px;
	background: #66CCFF url(design/headerWEB2010.jpg) no-repeat left top;
	border: 1px solid #333333;	
}
/* menu horizontal */
#menu{
	background-color: #333333;
	height: 20px;
	width: 100%;
	word-spacing: 5px;
	padding:0;
	margin:0;
	list-style-type: none;
	text-align: left;
	position: relative;
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Tahoma, Helvetica, sans-serif, Geneva;
	border-top: 0px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 6px solid #333333;
	border-left: 1px solid #333333;
		
}

#menu ul {
	display: inline;
	/*height:20px;*/
	margin:0px;
	padding:0px;
	
}

#menu li {
	margin:5px;
	padding:5px;
	display: inline;
}
#menu a, a:visited {
	color: #EAEFE9;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	font-size: 65%;
	
}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	
}

/* Menu vertical partie droite */
#menu_droite {
	float: right;
	width: 210px;
	height: 605px;
	background-image: url(design/fondSM_droite.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0px;
	overflow: auto;
	border-left: 1px dotted #cccccc;
	overflow:hidden;
	margin:0px
}
#menu_droite p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 15px;
}

/*#menu_droite  h1 {
	font-size: 140%;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.3em;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #6699CC;
	border: thin outset #336699;
}*/
#menu_droite h2  {
	font-size: 140%;
	margin-left: 15px;
	margin-right: 10px;
	font-variant: small-caps;
	color: #336699;
	text-align: left;
	letter-spacing: 0.2em;
}
#menu_droite h3 {
	font-size: 130%;
	margin-left: 15px;
	margin-right: 10px;
}


/* Menu vertical partie gauche */
#menu_gauche {
	float: left;
	width: 220px;
	height: 605px;
	background-image: url(design/fondSM_220.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0px;
	overflow: auto;
	border-right: 1px dotted #cccccc;
	margin:0px;
}
#menu_gauche p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 80%;
	width: 180px;
	font-style: italic;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*#menu_gauche  h1 {
	font-size: 140%;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.3em;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #6699CC;
	border: thin outset #336699;
}*/
#menu_gauche h2  {
	margin:10px 0px 0px 10px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif, Geneva ;
	letter-spacing:normal;
	text-transform: capitalize;
	width:130px;
	
	border-bottom:1px solid #333333;
}#menu_gauche h3 {
	font-size: 130%;
	margin-left: 15px;
	margin-right: 10px;
}
#menu_gauche ul {
	list-style-type: none;
	padding: 0;
	margin: 2px 1em;
}
#menu_gauche a, a:visited {
	
	color: #336699;
	text-decoration: none;
	padding-left: 0px;
	padding-right:0px;
	font-size:70% ;	
}
#menu_gauche a:hover {
	color: #EAEFE9;
	
}

/* partie centrale */
#bloc_central {
	margin-left: 250px;
	margin-top: 80px;
	
	/*position: float;*/
		
}

/* pied page */
#pied_page {
	float: left;
	width: 100%;
	height:15px;
	border-left: 1px;
	border-bottom-width: 1px;
	margin: 0px 0px 5px;
	/*background-color: #EAEFE9;*/
	background-color: #333333;
	letter-spacing: 0.7em;
	text-align: center;
	word-spacing: normal;
	font-size: x-small;
	color: #CCCCCC;		
}
/* divers*/

/* contenu global */

/* encart */
#ombre_1 {
	float: right;
	width: 140px;
	background-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 5px;
	background-image: url(design/transparent.gif);
	background-repeat: repeat;
}

#bloc_1 {
	position: relative;
	width: 140px;
	background-color: #EAEFE9;
	top: -5px;
	bottom: 0px;
	left: -5px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	clip:   rect(0px 0px 0px 0px);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#bloc_1 p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bloc_1 h3 {
	font-size: 130%;
	margin-left: 15px;
	margin-right: 10px;
}
#bloc_1 h2 {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}
#bloc_2 {
	float: right;
	width: 140px;
	border-left: 1px outset;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #333333;
	background-color: #EAEFE9;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
#bloc_2 p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 15px;
}
#bloc_2 h3 {
	font-size: 130%;
	margin-left: 15px;
	margin-right: 10px;
}

#nom{
	/*width:350px;*/
	position:relative;
	overflow:auto;	
	border-bottom:1px solid #cccccc;
	padding:0px;
	margin-top:25px;
	margin-left:0px;
	margin-right:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 20px;
	color: #000000;
	font-weight:Bold;
	
	/*float:right;*/

	
}


