@charset "UTF-8";
/* CSS Document */
html {
	font-size: 1em;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-image:url(../images/interface/fond_site2.gif);
	background-color:#000080;
	background-repeat:no-repeat;
	background-position:top-left;	
}
/* Titre de bienvenue + de recherche */
h1 {
	font-size: 1.2em;
	color: white;
}
h2 {
	font-size: 1.1em;
	color:blue;
}
h3 {
}
a img {
	border:0;
}
/*zone de saisie de Contact*/
fieldset fieldset{
	border: 1px solid #0053B8;
	background: #ffCC99;
	width:500px;
	text-align:right;
}
/* Titre de la zone annonces coup de coeur */
legend {
	color: white;
	font-size: 1.2em;
	background:#FF9955;
	border: outset 1px #333333
	margin: 10px 0 10px 0;
}
/* mise en forme texte et autres */
	/* texte zone de recherche*/
.information {
	font-size: .9em;
	color:black;
}
.information2 {
	font-size: .9em;
	color:white;
	}
/*texte description SARL Zone agence*/
.petitTxt {
	font-size: .7em;
	color:white;
}
.flottantdroite {
	float: right;
}
.flottantgauche {
	float: left;
}
.txt_centrage {
	text-align:center;
}
.erreur {
	background: #FF7575;
	color:white;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
	}
.validation {
	background: #000080;
	color:white;
	font-family:"Courier New", Courier, monospace;
	text-align:left;
}
.clearboth {
	clear:both;
}
.colorPair {
	background: #FF9955;
	margin-bottom: 10px;
	margin-left:10px;
	border: 1px dashed #3E92FF;
	height:170px;
	width: 340px;
}
.colorImpair {
	background: #FFCC99;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px dashed #3E92FF;
	text-align:right;
	height:170px;
	width: 340px;
}
/* mise en page bloc */
#global {
	margin-left: auto;
    margin-right: auto;
	width: 990px;
	text-align:left;
	background-color:#000080;
	}
#entete {
	background-image:url(../images/interface/banniere_aset.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	height: 150px;
}
/*ligne arrière plan boutons menu*/
#menu {
	background: #ffcc99;
	height:20px;
}
#menu ul{
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	}
#menu li {
	display:inline;
}
/* barre boutons accueil, agence etc ....*/
#menu li a {
	padding: 4px 20px ;
	background: #FF9955;
	color: white ;
	border: 1px solid #283FA4 ;
	font: 1.2em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #000080 ;
	text-decoration: underline ;
	}
#conteneur {
}
#coup2coeur {
	margin-top:10px;
	margin-bottom: 10px;
	float: left;
}
#coup2coeur div {
	float:right;
}
#moteur2recherche {
	float:right;
	background:#FF9966;
	margin-left:2px;
	padding-left:2px;
	margin-bottom: 10px;
	width:300px;
	border: 1px solid  #FF9955;
}
#annonceLeft {
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom: 10px;
	width:360px;
	float: left;
}
#annonceRight {
	margin-top:10px;
	margin-left:2px;
	padding-left:2px;
	margin-bottom: 10px;
	width:360px;
	float: left;
}
#annonceImg {
	clear:both;
	text-align:center;
	padding-top: 10px;
}
#annonceImg img {
	padding: 10px 0 10px 0;
}
/*zone de texte Accueil message bienvenue*/
#mainPageIndex {
	margin-right: 260px;
	background:#FF9966;
}
/*zone de texte agence et de la recherche*/
#mainPage {
	margin-right: 260px;
	background:#ffcc99;
}
#rightCol {
	width: 250px;
	padding-top: 12px;	
	background-image:url(../images/interface/top_colonne.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float: right;
}
#colcontent {
	background-image: url(../images/interface/bottom_colonne.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
#colcontent p {
	margin: 0 30px 0 20px;
}
#rightcol p {
	padding-right: 5px;
	padding-left: 5px;
	}
#piedPage {
	clear:both;
	background: #FFCC99;
	text-align:center;
	font-size:.7em;
	padding-top: 10px;
}


