/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/fd_photoshop.gif);
}

#header{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:60%;
	margin-top: 10px;
	height: 300px;
	background-image: url(../images/;
	background-repeat: repeat;
	background-color: #004372;
	background-image: url(../images/Motif_footer.png);
}

#key_word {
background-image: url(../images/mots.png);
	background-position:right;
	background-repeat:no-repeat;
	height: 300px;
	width: 100%;
}

#creativite {
	font-family:Arial;
	font-size:22px;
	font-variant:inherit;
	font-style:italic;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 140px;
	color: #F9BD00;
}
	
#global{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	margin-top: 15px;
}

#page_principale{
	position:relative;
	width:100%;
	height: 400px;
	border: 1px dashed #006699;
	overflow: scroll;
	background-color: #FFFFFF;
}

#footer{
	border: 0px solid red;
	position:relative;
	width: 100%;
	height:80px;
	clear:both;
	top: 10px;
	background-color: #006699;
	text-align: center;
	color: #CCCCCC;
	background-image: url(../images/Motif_footer.png);
	background-repeat: repeat;
}

div#invisible {
	width: 100%;
	height: 15px;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	visibility: hidden;
}

#bando_bas{
	position:fixed;
	width: 100%;
	height:30px;
	margin: 0 auto;
	bottom: 0px;
	padding: 2px;
	border-top: 3px solid #990066;
	background-color: #F9BD00;
	visibility: hidden;
}

/*===========================================*/

#navbarh ul {/*bando prestations */
	padding: 0;
	text-decoration: none;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 100%;
	position: absolute;
	height: 20px;
	margin: 0;
	text-align: center;
	bottom: 5px;
	color: #F9BD00;
}

#navbarh ul li {
	display: inline;
	text-decoration: none;
}

#navbarh ul li a {
	float: none;
	display: inline;
	text-decoration:none;
}

/*===========================================*/
a{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #ccc; 
   font-style: normal; /* Les liens seront en italique (pourquoi pas ?) */
}

a:hover {
	font-size: 1em;
	font-style: bold;
	background-color: #F9BD00;
	color: #004372;
}

/*===========================================*/

h2 {
	font-size: 130%;
	color: #F9BD00;
	text-align: center;
	margin: 30px;
}

h3 {
	position: center;
	position: center;
	margin-top: 20px;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
   }
   

h4 {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top: 8px;
	padding-top: 8px;
}


h5 {
	font-size: 15px;
	color: #004372;
	line-height: 2pt;
	font-weight: 200;
	margin-bottom: 20px;
	margin-left: 32px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	line-height: 22px;
	margin-bottom: 0,3;
	margin-top: 1px;
	background-color: #FFCC33;
	font-weight: 100;
	text-align: justify;
   }
