/* HTML tag styles pour écran
 * pour site générique PEEP Yvelines
 * by Philippe Kirsch
 * inWay - http://www.inway.fr/ria
----------------------------------------------- */

body {
	background: #B92526 url(images/fond3.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: center;
}





#container {
	width: 860px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
}

/* Links
----------------------------------------------- */

a:link,
a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #006699;
	background: #DDEEFF;
}


/* Header
----------------------------------------------- */

#header {
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	height:40px;
	position:relative;
}

#header h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 a {
	display: block;
	width: 380px;
	height: 40px;
	background: transparent url("images/logo.jpg") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

/* Pour contact, plan du site, Aide en haut à droite
----------------------------------------------- */

#utilitylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	position: absolute;
	top: 10px;
	right: 40px;
	color: #666666;
	margin:0;
	padding:0;
	background: #FFFFFF;

}

#utilitylink li {
	list-style: none;
	float: left;
	line-height: 1.5em;
	white-space: nowrap;
}

#utilitylink a {
	display: block;
	padding: 0 0.7em 0 0.7em;
	text-decoration: none;
	font-weight: normal;
	color: #000;

}

#utilitylink a:hover {
	color: #333333;
	font-weight: normal;
	background: #E9E7E2;
}


/* Style de caractères
----------------------------------------------- */


/***** *****/

/* margin : petite marge bleue en haut */

/* padding en bas pour laisser espace  */

#content {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

#content h2, #contentSection h2 {
	margin:0;
	padding:5px 0 8px 45px;
	background:#FFF url("images/fleche.gif") 0  5px  no-repeat;
	font-weight: normal;
	font-size:160%;
	color: #FF7300;
	border-bottom: 2px solid #999;
}

#content h3, #contentSection h3 {
	background-color: #e8f0f1;
	padding: 2px 10px 2px 10px;
	font-size: 120%;
	color: #0052A1;
}

#content h4, #contentSection h4 {
	background:#FFF url("images/arrowblue.gif") 10px 40%  no-repeat;
	font-size: 100%;
	padding: 0 10px 0 25px;
	color: #000;
}

#content h5, #contentSection h5 {
	font-size: 90%;
	padding: 0 10px;
	color: #069;
}

#content h6, #contentSection h6 {
	font-size: 85%;
	padding: 0 10px;
	color: #000;
}

#content p, #contentSection p {
	margin: 10px 15px 5px 15px;
}

#content table, #contentSection table {
	margin: 1em 0 1em 2em;
}


/* Page principale
----------------------------------------------- */


#contentMain {
	background-color: #fff;
	margin: 30px 0 0 0;
	padding: 0 0 40px 0;
	float: left;
}

#contentMain p  {
	margin: 0;
	padding: 0;
}

#flashcontent {
	margin: 0;
	padding: 0;
}

/* Footer
   pour debug ajouter : border: green 1px solid;
----------------------------------------------- */

#footer {
	clear: both;
	font-size:85%;
	padding: 10px 0 0 0;
	margin: 0 0;
}

#footer p  {
	margin: 0;
	padding: 0;
}