@charset "utf-8";
/* CSS Document */
body
{
	 margin: auto; /* Pour centrer notre page */
  	 margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
  	 margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	 background: #ff0000 url(img/background.png) repeat-x;
}

img
{
	border:none;
}

#contenu
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding-top: 50px;
	padding-left: 20px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width: 1050px;
	background-color:#FFF;
	/*arrondir les angles du corps*/
/*  	
**pour anciennes versions navigateurs**
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-border-radius: 10px;*/
	border-radius: 10px 10px 10px 10px; 
}

h3
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F00;
}
#pied{
	background:none;
	margin-right:auto;
	margin-left:auto;
	width: 1050px;
	color:#FFF;
}

span.xiti-logo{
	float:right;
}

img.ImgDoc {
	float:right;
}
/*Iframe Shell*/
#shell{
	border:none;
	padding-left:60px;
}

#evenements{
	background:no-repeat;
	background-image:url(img/evenements.png);
	
	
}
#titre_evenements{
	margin-left:10px;
	padding-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F00;
	width:568px;
}
#texte_evenements{
	margin-left:10px;
	width:560px;
	height:150px;
	
}

.image_float{
	float:left;
	padding-right:10px;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
}

#haut_page{
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
	
}
a:link {
	color:#000;
}
a:visited {
	color:#666;
}
a:hover {
	color:#F00;
}

#reseauxsociaux {
	/*margin-bottom:-100px;*/
	margin-top:-75px;
	float:right;
}

/* ENCART GOOGLE+ PAGE CONTACT */
#gpage {
	float:right;
	margin-top:-90px;
}

/* STYLE PETITES ANNONCES */
#hoverPA:hover {
	background-color:#CCC;
}

.rouge {
	color:#F00;	
}

.liste-tableau {
	text-align:center;
	background-color:#FFF;
	
}

