* {
	margin:0;
	padding:0;
}
body{
	/* Déco de Noël bodyBack2 remplace bodyBack center au lieu de left */
	/*background:url(../images/bodyBack2.jpg) top center repeat-x;*/
	/*background:url(../images/bodyBack.jpg) top left repeat-x;*/
	background:url(../images/bodyBack_plage.jpg) center 60px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
li {list-style-type:none;}
ul.dotted li {list-style-type:circle;margin-left:15px}
a {
	text-decoration:none;
	color:#66B2FF;
}
a:hover {text-decoration:underline;}
img {
	border:0;
	margin:0;
}
input[type=text], input[type=password], textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color:#eee;
	border: 1px solid #CCCCCC;
	color:#666666;
	padding: 2px;
	vertical-align: middle;
}

select {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	cursor: default;
	vertical-align: middle;
	width: auto;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;

}
optgroup {
	font-style:normal;
}
optgroup option {padding-left:10px;}

/*input:hover, input:focus, textarea:hover, textarea:focus {
	color: #000000;
	background-color:#F2F6FC;
	border:1px solid #000;
}*/


/* ***************************** */
/* 			FIELDSET 			*/
/* ***************************** */
fieldset {
	margin:20px;
	padding:10px;
	border:1px solid #CCCCCC;
	background:top left repeat-x;
	/*background-image:url(http://www.webstore.fr/francecars/images/fieldSetBack.jpg);*/
}
fieldset dl {
	line-height:25px;
	clear:left;
}
/*fieldset dl:hover {
	background-color:#fafafa;
}*/
fieldset dl dt {
	float:left;
	width:170px;
	font-weight:bold;
	line-height:25px;
}

/*fieldset dt {color:#ffffff;}*/

fieldset dl dd {
	margin-left:180px;
	line-height:25px;
}
fieldset.mini dl dt {width:100px;}
fieldset.mini dl dd {margin-left:110px;}
fieldset.mini2 dl dt {width:120px;}
fieldset.mini2 dl dd {margin-left:130px;}
fieldset.noborder {border:0}
/* ***************************** */
/* 			TABLE	 			*/
/* ***************************** */
table {
	margin:10px;
	border:1px solid #ccc;
	background-color:#eee;
}
table th, table th a {
	background-color:#003e91;
	color:#fff;
}
table tr {
	line-height:25px;
	text-align:center;
	border:1px solid #ccc;
}
table tr.white {
	background-color:#f7f7f7;
}
table tr:hover {
	background-color:#ccc;
}
table td {
	border-bottom:1px solid #ccc;
}
tr.white td {color:#999;}
table td.photo img, fieldset.locations dt img{
	vertical-align:bottom;
	margin:2px;
	padding:3px 2px;
	border:1px solid #aaa;
	background-color:#fff;
}
/* h3 */
h1.title, h2.title, h3.title {
	color:#ffffff;
	margin-top:10px;
	margin-left:10px;
	font-size:15px;
	padding:5px;
	background:top left repeat-y;
	background-image:url(../images/habiTitreDeg.jpg);
}
.title a {
	color:#fff;
}
.extended {
	color:#ffffff;
	margin-top:10px;
	margin-left:10px;
	font-size:15px;
	padding:5px;
	background:transparent url('../images/htitre_left.gif') no-repeat;
}
.extended a {
	background:transparent url('../images/htitre_center.gif') repeat-x;
	color:#fff;
	padding:5px 0 5px 5px;
	text-decoration:none;
}
.extended a span {
	background:transparent url('../images/htitre_right.gif') no-repeat top right;
	padding:5px 50px 5px 5px;
}
* html .extended a {padding:0}
*+html .extended a {padding:0}

/* ***************************** */
/* 			HREF / SUBMIT		*/
/* ***************************** */
a.add, a.mod, a.del, a.find, a.back, input.add, input.mod, input.del, input.find {
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
	padding-bottom:2px;
}
a.add, input.add {
	background-image:url(http://www.webstore.fr/francecars/images/add.png);
	color:#7dc068;
}
a.mod, input.mod {
	background-image:url(http://www.webstore.fr/francecars/images/edit.png);
	color:#6d6d6d;
}
a.del, input.del {
	background-image:url(http://www.webstore.fr/francecars/images/cancel.png);
	color:#ef0000;
}
a.find, input.find {
	background-image:url(http://www.webstore.fr/francecars/images/find.png);
}
a.back, input.back {
	background-image:url(http://www.webstore.fr/francecars/images/arrow_undo.png);
	color:#7dc068;
}
input.add, input.mod, input.del, input.find {
	padding-bottom:0;
	cursor:pointer;
}
/*input.submit {
	display: block;
	margin-top: 3px;
	background: #3C5F95 url(http://www.webstore.fr/francecars/images/flech-go.gif) no-repeat 1px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 3px;
	padding: 2px 2px 2px 20px;
	border-top: 1px solid #8DA2C1;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	border-left: 1px solid #9CADC9;
	cursor:pointer;
	-moz-border-radius:5px;
}*/

input.submit, .submit2 {
	display: block;
	background: url(http://www.webstore.fr/francecars/images/flech-go.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	width:165px;
	height:34px;
	border:none;
	margin:10px 10px 0 -10px;
	padding:0 0 5px 0;
	cursor:pointer;
}
.submit2 {
	background-image: url(http://www.webstore.fr/francecars/images/submit2.jpg);
	color:#fff;
	height:50px;
	line-height:50px;
	margin-top:0;
	width:276px;
	font-size:14px;
}
input.grey {
	background-color:#ccc;
	color:#fff;
}
input.add:hover{border-color:#7dc068;}
input.find:hover{border-color:#A1ADB9;}
input[type=image] {
	/*background-color:transparent;*/
	border:0;
	padding:0;
}


/* ***************************** */
/* 			PAGINATION 			*/
/* ***************************** */
div.pagination {
	text-align:center;
	margin:10px;
}
div.pagination *{
	text-align:center;
	margin:2px;
}
div.pagination a, div.pagination span {
	padding:2px 5px;
}
div.pagination a {
	border:1px solid #003E91;
	color:#003E91;
}
div.pagination span.courante, div.pagination a:hover {
	border:1px solid #cc0000;
	background-color:#cc0000;
	color:#fff;
	text-decoration:none;
}
div.pagination span.desactive {
	background-color:#e5e5e5;
	color:#808080;
}

/* ***************************** */
/* 			ERROR/SUCCESS 		*/
/* ***************************** */
div#error, div#success {
	margin:10px auto;
	width:500px;
	text-align:center;
	font-weight:bold;
	padding:10px 20px;
}
div#error {
	border:1px solid #ef0000;
	color:#ef0000;
	background-color:#FFCECE;
}
div#success {
	border:1px solid #7dc068;
	color:#7dc068;
	background-color:#D8FFC9;
}
/* ***************************** */
/* 			DIVERS 				 */
/* ***************************** */
#googlemap {
	width:400px;
	height:400px;
	border:1px solid #aaa;
}
#googlemap span{
	/*color:transparent;*/
	display:none;
}
#affaire {
	background-color :#ef0000;
	color :#fff;
	width:60%;
	margin:10px auto;
	text-align:center;
	padding:10px 3px;
}
#affaire a{
	color :#fff;
}
.blue {color:#0157C6 !important;}
.green {color:#7dc068 !important;}
.green {color:#7dc068 !important;}
.white {color:#fff !important;}
.red {color :#ef0000 !important;}
.red img{border :1px solid #ef0000;}
.grey {color:#ccc}
.block_140, .block_150 {
	display:block;
	float:left;
	width:140px;
	height:120px;
	vertical-align:middle;
}
.block_150 {
	width:150px;
}
.center {
	text-align:center;
}
.float_right {
	float:right;
	margin-right:20px;
}
.bold {
	font-weight:bold !important;
}
.clear{clear:both;}
.clear_left{clear:left;}
div.center {
	margin:0 auto;
	padding:5px 10px;
}
p.indent {
	text-indent:30px;
	line-height:18px;
	padding:10px;
	text-align:justify;
}
.referencement_texte {
	margin:10px 20px;
	text-align:justify;
	color:#000;
	line-height:normal;
}
/* tooltip */
div#tooltip {
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#033889;
   border:1px solid black;
   padding:3px 10px;
   color:#fff;
   font-weight:bold;
   font-size:0.8em;
}

.alphabet {
	padding:2px 3px;
	margin:1px;
	border:1px solid #ECE4E2;
	color:#0058C4;
	background-color:#fff;
}
span.alphabet {color:#ECE4E2}
a.alphabet:hover, a.alphabet.selected, a.alphabet.selected.bold, a.alphabet.bold:hover, a.alphabet.selected.bold:hover {
	border:1px solid #FE0000;
	color:#fff;
	background-color:#FE0000;
}
a.alphabet.bold {
	color:#0058C4;
}