/**********

    BODY
	
**********/

*{
	margin:0;
	padding:0;
}

body {
	height: auto;
	background-image: url(../images/site/fond.gif);
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

/**********

    ACCUEIL
	
**********/

#logo {
    text-align: center;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -200px; 
    margin-left: -300px; 
}

#logo p {
	text-align: center;
	font-size: 80%;
}

#logo a img {
	border:none;
}

/**********

    HEADER
	
**********/

#header {
	background-image: url(../images/site/titre.jpg);
	background-repeat: no-repeat;
	margin: 30px auto 10px auto;
	width: 800px;
	height: 100px;
}

#header-pub {
	background: #FFF;
	border: 1px solid black;
	background-repeat: no-repeat;
	margin: 10px auto 10px auto;
	width: 780px;
	padding: 10px;
}

#header img {
	border: none;
}

#logo-header {
	position: relative;
	left: 50px;
	top: -17px;
}

/**********

    CONTENEUR
	
**********/

#global {
	margin:auto;
	width: 798px;
	border: 1px solid black;
	background: #FFF;
	overflow: hidden;
}

/**********

    MENU
	
**********/

#menu {
	background: #FFF;
	float:left;
	width: 210px;
	
}

#menu h3 {
	color: #FFF;
	font-size: 95%;
	margin: 15px 10px 5px 10px;
	padding-left: 2px;
	background-color: #EB2026;
	border: 1px solid black;
}

#menu ul {
	margin-left: 30px;
	list-style-image: url("../images/site/ballon-ie.jpg");
}

#menu a {
	color: black;
	font-size: 80%;
	text-decoration: none;
}

#menu a.rouge {
	color: #CC3333;
}

#menu a.vert {
	color: #008000;
}

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

/**********

    CENTRE
	
**********/

#centre {
	background: #FFF;
	float:right;
	border-left: 1px solid black;
}

#centre h1 {
	width: 560px;
	color: #FFF;
	font-size: 95%;
	margin: 15px 10px 5px 10px;
	padding-left: 2px;
	background-color: #EB2026;
	border: 1px solid black;
}

#centre h2{
	width: 560px;
	font-size: 90%;
	margin: 15px 10px 5px 10px;
	padding-left: 2px;
	border: 1px solid black;
}

#centre a {
	color: #CC3333;
	text-decoration: none;
}

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

#centre p.contenu {
	width: 500px;
	font-size: 80%;
	padding: 10px;
}

#centre p.news {
	width: 380px;
	font-size: 80%;
	margin-left: 15px;
}

#centre p.news2 {
	font-size: 80%;
	margin-left: 15px;
}

#centre p.news-cont {
	width: 500px;
	font-size: 80%;
	margin-left: 15px;
	text-align: justify;
}

#centre ul {
	margin-left: 30px;
	list-style-image: url("../images/site/ballon-ie.jpg");
}

#centre img {
	margin-left: 3px;
}

#centre p.centrer{
	text-align: center;
}

#centre p.news {
	font-size: 80%;
	margin-left: 15px;
}

#centre input {
	margin-bottom: 10px;
}

#centre table {
	margin-left: 8px;
}

#centre th {
	border-bottom: 1px solid black;
}

#centre td {
	text-align: left;
}

#centre td.res {
	text-align: center;
}

#centre textarea {
	height: 150px;
}

/**********

    FOOTER
	
**********/

#footer {
	width: 798px;
	border: 1px solid black;
	margin: 10px auto;
	height: 20px;
	background-image: url(../images/site/bas.jpg);
}

#footer p {
	color: white;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}



/**********

    DIVERS
	
**********/

.espace{
	height: 5px;
}

.picto{
	border:0;
	margin: 5px 0 0 10px;
	padding-left:2px;
}

.blocnews{
	width: 480px;
	text-align: left;
}

.blocnews2{
	width: 400px;
	text-align: left;
}

.news{
	font-size: 80%;
}
p.annonce {
	margin-left: 15px;
	padding: 5px;
	width: 500px;
	font-size: 80%;
	border: 1px solid black;
}


.resultats{
	font-size: 80%;
	border: 1px solid black;
	width: 520px;
}

.etoile {
	font-weight: bold;
	color: red;
}

.bouton-contact {
	margin-left: 10px;
	padding: 2px;
	font-size: 80%;
	font-family: Verdana;
}

form {
	text-align: left;
	width: 100px;
}

hr {
	width: 97%;
	margin: 4px 5px;
}
blockquote {
	width: 520px;
	font-size: 80%;
	padding: 5px;
	margin-left: 15px;
	text-align: justify;
	border: 1px solid #808080;
}

.bordure {
	border: 1px solid black;
}

