/*@import url(paragraphe.css);*/

body
{
	margin: 0;
	background: url(images/body.png) repeat-x #cfd7e2;
	font-family: sans-serif;
	font-size: 10pt;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

form
{
	margin: 0;
}

#structure-site
{
	width: 800px;
	margin: 0 auto;
	background: url(images/page.png) repeat-y;
}

#entete
{
	height: 120px;
	background: url(images/entete.png) no-repeat;
}

#entete h1
{
	margin: 0;
  /*margin: 20px 0 0 200px;*/
	padding: 20px 0 0 200px;
  font-weight: bold;
  color: #153e4d;
  font-size: 2.5em;
}

#entete h2
{
  margin-left: 500px;
  color: #222;
  font-style: italic;
  margin-top: 0;
}


#pied
{
	width: 800px;
	margin: 0 auto;
	height: 40px;
	background: url(images/pied.png) no-repeat;
	padding-top: 30px;
	text-align: center;
	font-size: 0.8em;
	color: #aaa;
}

#pied a
{
	color: #888;
}

#pied a:hover
{
	text-decoration: underline;
}



#panneau
{
	width: 180px;
	padding: 0 0 0 10px;
	float: left;
	color: #333;
}

#panneau .separateur
{
	border-bottom: 2px solid #fff;
}

#panneau .contact a
{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#panneau .contact img
{
	margin-bottom: 1em;
}

#contenu
{
	margin-left: 210px;
	padding-right: 25px;
}

#contenu p
{
	text-align: justify;
}

p
{
	margin: 0;
}


#pied a img
{
	border: 0;
}


.obligatoire
{
	font-weight: bold;
}

form
{
	background: url(images/recherche-f.png) right no-repeat #eee;
	border: 1px solid #ddd;
	margin: 0;
	padding: 5px;
	width: 550px;
}

fieldset
{
	border: 0;
}

form label
{
	margin-top: 5px;
	display: block;
	/*font-weight: bold;*/
	width: 100%;
}

form input, form select, form textarea
{
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
}

form textarea
{
	height: 5em;
}

form button
{
	float: right;
	width: auto;
}

form #antispam
{
	width: 50px;
}

object
{
	border: 1px solid #888;
}

.dossier_navigateur
{
	/*border: 1px solid #eee;
	background: #f5f5f5;*/
	padding: 10px;
	text-align: center;
}

.dossier_navigateur ul li
{
	display: inline;
}

.dossier_navigateur ul li a
{
	padding: 4px;
	border: 1px solid #eee;
	margin: 3px;
	text-decoration: none;
	
}

.dossier_navigateur ul li a:hover
{
	border: 1px solid #2b508c;
	background: #6988ba;
	color: #fff;
}




