/* ------------------------------------ */
/*   Css développé par www.creaam.com   */
/*       Généralités de TAGSTREET       */
/*                                      */
/* ------------------------------------ */

/*--------- Réinitialisation des marges de tous les éléments du type bloc.------------*/
*{margin:0px;padding:0;}
/*----------------------------------- fin --------------------------------------------*/

/*---------- Généralités -----------------*/
body {
	font: 75%  Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	background: #d0d0d0 url(../IMG/BG.jpg) repeat-x;
	color:#EEE;
	text-align: left;
	}
	
br {line-height:10px;}
	
img {border:none;}

p {
	color:#000;
	font-size:1em;
	}

span {font-size:0.9em;}
	
#visite {display:none;}

h2, h3, h4 {
	font-size:1.3em;
	text-transform:uppercase;
	background:url(../IMG/Puce_titre.jpg) no-repeat;
	padding-left:23px;
	}
	
h4 {
	font-size:1.3em;
	text-transform:uppercase;
	background:url(../IMG/Puce_titre_2.jpg) no-repeat;
	padding-left:23px;
	}
	
/*----------Fin généralités-----------------*/

/*------ Conteneur général du site ---------*/
#conteneur {
	position: relative;
	width:838px;
	margin:0 auto;
	}
/*----- /conteneur général du site ---------*/

/*------------------ bandeau ----------------*/
#bandeau {
	width:838px;
	height:367px;
	}
	
#no_flash {
	float:left;
	padding:5px 0 0 10px;
	}
	
#no_flash h1, #no_flash p {
	font-size:0.9em;
	color: #000;
	}
	
#no_flash a {
	color: #FF3300;
	}
/*------------------ /bandeau ----------------*/

/*---------------- /newsletter --------------*/
#new {
	position: relative;
	width:734px;
	margin:0 auto;
	text-align:center;
	}
	
/*----------------- news_letter ------------*/

/*#news_letter {
	width:405px;
	height:46px;
	background:#eef1e6 url(../img/plis_G.jpg) no-repeat top right;
	margin-top:12px;
	}
	
#news_letter h1 {
	font: 1.2em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	color:#959c0a;
	font-weight:bold;
	background: url(../img/puce_h1_home.jpg) no-repeat 15px 22px;
	padding:17px 0 0 40px;
	}*/
	
#contenu_news {
	width:734px;
	margin:12px 0 0 12px;
	/*float:left;
	border:1px solid #000000;*/
	text-align:left;
	}

#contenu_news fieldset {/*Paramètre des fieldset*/
	border:1px solid #eee;
	padding:0 10px 10px 10px;
	/*background:#eef1e6;*/
	}
	
#contenu_news legend {/*Paramètre des legend*/
	color:#fff;
	margin:0 0 0 10px;
	font-size:1em;
	padding:2px 5px 2px 5px;
	border:1px solid #eee;
	background: #583520;
	}
	
input.news {
	border:1px solid #eee;
	width:150px;
	height:17px;
	margin:10px 0 0 10px;	
	padding:0 0 0 4px;
	font:#000000 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.news_radio {/*Marge entre le texte et les input radio*/
	margin-left:15px;
	}
	
	.btn {
	width :97px;
	height:27px;
	margin-top:5px;
	float:right;
	}
	.left {
	float:left;
	}
/*	
#new p {
	padding:0 0 0 57px;
	}*/
/*---------------- /newsletter --------------*/


