﻿/*CSS jcb-conseils.com - Public*/
/****************************************************************************************************************************************************/
/*Cette feuille de style n'est pas un template. Son utilisation et/ou sa reproduction sont soumises à l'accord de Web-13 - sites_internet@web-13.com*/
/****************************************************************************************************************************************************/
/*Web-13 - Bordeaux - France le 2007-11-01*/
/* COLORS
background 	= white
text       	= 666
grey 		= 464646
grey clear	= FFFF99
blue		= 009DDC
red			= ED0481
*/
/****************GENERAL****************/
html {
	font-size: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #E2E2E2;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: none;
	background-color: #CC0000;
	color: #EFEFEF;
}
a:active {
	color : #EFEFEF; 
	background-color : #FF0000; 
}
a.info {
	position: relative;
	text-decoration: underline;
	color: #009900;
}
a.info span {
	display: none;
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span {
	font-weight: normal;
	display: inline;
	position: absolute;
	top: 4em;
	left: 1em;
	background: #464646;
	text-align: justify;
	color: white;
	padding: 2px;
	width: 20em;
	border: 3px double #003300;
}
h1 {
	padding: 0 15px 3px 15px;
	font-style: italic;
	line-height: 1.5em;
	font-size: 1.5em;
	text-align: left;
}
h2 {
	padding: 5px;
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	color: #009DDC;
	padding-left: 10px;
	line-height: 1.5em;
	margin-top: 5px;
}
h4 {
	text-align: left;
	margin-left: 5px;
	font-size: 1.1em;
}
span {
	font-weight: bold;
}
img {
	border: 0px;
}
.shadow {
	-moz-box-shadow: #999 5px 5px 5px -2px; 
    -webkit-box-shadow: 3px 3px 3px #999; 
    box-shadow: 5px 5px 5px #999; 
}
img.shadow {
	margin: 0 5px 3px 0;
}
label, .pointer {
	cursor: pointer;
}
/*tables*/
table {
	margin: 0px auto;
}
td {
	text-align: left;
	vertical-align: middle;
}
ul, li {
	list-style-type: none;
	text-align: left;
}
dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
/*tableaux*/
.tableau {
	border-left: 1px solid  #FF6600;
}
.tableau th {
	color: #FFFFFF;
	background-color: #FF6600;
	list-style-image:  url(../images/puce2.gif);
	text-align: center;
	padding: 3px;
}
.tableau td {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	vertical-align: top;
	padding: 2px;
}
/*formulaires*/
form {
	padding: 5px;
	margin: 5px;
}
.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
}
.formulaire {
	font-weight: normal;
}
.formulaire th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.formulaire td {
	text-align: left;
	vertical-align: top;
}
.formulaire .prix {
	text-align: right;
}
/*GENERAL*/
.spacer {
	height: 1px;
	font-size: 1px;
	clear: both;
}
.pointer {
	cursor: pointer;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	margin: 0 20px;
}
.fd_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 0px 5px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	padding: 5px;
	margin: 0 20px;
}
.fd_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	padding: 5px;
	margin: 20px;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.fontsize2 {
	font-size: 110%;
	line-height: 1.1em;
}
.fontsize3 {
	font-size: 120%;
	line-height: 1.3em;
}
.fontsize4 {
	font-size: 140%;
	line-height: 1.4em;
}
.textsmall {
	font-size: 65%;
	font-weight: normal;
}
/****************CONTENU****************/
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #EFEFEF;
}
#header {
	display: none;
}
/*page*/
.logo {
	float: left;
	width: 500px;
	line-height: 71px;
	background-color: #464646;
	text-align: left;
	color: #CCC;
	font-size: 140%; 
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
h1.slogan {
	background-color: #464646;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #009DDC;
	padding: 0 10px;
	letter-spacing: -1px;
	border-bottom: 1px solid gray;
}
#backmenu {
	background-color: #464646;
	width: 1000px;
	height: 40px;
}
ul#menuhor {
	clear: both;
	list-style-type: none;
}
#menuhor li {
	float: left;
	height: 3em;
	width: 130px;
	background-color: #EFEFEF;
}
#menuhor a {
	height: 40px;
	color: #CCCCCC;
	background-color: #464646;
	display: block;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
	padding: 0 10px;
	border-right: 1px solid gray;
	font-family: Arial, Helvetica, sans-serif;
}
#menuhor .selected {
	color: #333;
	background-color: #999;
/*	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;*/
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#menuhor a:hover {
	color: #ED0481;
	background-color: #CCC;
}
.search {
	clear: both;
	text-align: left;
	font-size: 90%;
}
p.clear {
	clear: both;
}
p.page_top {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	text-align: right;
	padding-right: 50px;
}
p.fil {
	/*text-align: left;*/
	padding-left: 5px;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 85%;
	font-style: italic;
	background-image: url(images/fd_p.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	clear: both;
	margin-top: 5px;
}
#content .left_home {
	min-height:450px;
	margin-right: 240px;
	background-color: white;
	padding-right: 10px;
}
#content .left_home p{
	text-align: left;
	padding-left: 10px;
	text-align: justify;
}
#content .left_home h2 img {
	margin-left: 5px;
}
#content .right_home {
	float: right;
	width: 230px;
}
#content .right_home p {
	text-align: left;
}
#content .right_home .selects {
	color: #ED0481;
	font-size: 120%;
	font-weight: bold;
}
#content .right_home .selects2 {
	margin-bottom: 15px;
}
#content .right_home a:hover {
	background-color: #ED0481;
}
/*#content .right_home */
.texts {
	text-align: justify;
	padding-left: 10px;
}
#content .left {
	float: left;
	min-height: 450px;
}
#content .left {
	width: 250px;
	/*background-color: #FDE5F3;*/
}
#content .left img {
	margin-right: 5px;
}
#content .left p {
	line-height: 1.5em;
	padding: 5px;
	text-align: left;
}
#content .right {
	margin-left: 255px;
	background-color: #FFF;
	min-height: 450px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
#content .right h2, #content .left h2, #content .right_home h2, #content .left_home h2 {
	color: #ED0481;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009DDC;
}
#content .left h2, #content .left_home h2, #content .right h2, #content .right_home h2 {
	text-align: left;
}
#content .right img {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content .right h2 img {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
#content .results {
	min-height: 450px;
	text-align: left;
	margin: 10px;
}
/*#menuvert {
position: absolute; /* placement du menu, à modifier selon vos besoins
top: 230;
right: 5;
}*/
#menuvert {
	width: 250px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
#menuvert dt {
	font-size: 90%;
	cursor: pointer;
	margin: 1px 0 1px 0px;
	height: 1.5em;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	background-color: #464646;
	padding-left: 5px;
}
#menuvert dd {
	/*font-size: 90%;*/
	cursor: pointer;
	text-align: left;
	padding-left: 10px;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #ED0481;
	margin-top: 1px;
	margin-bottom: 1px;
}
#menuvert .menu {
	font-size: 90%;
}
#menuvert .ssmenu {
	text-align: left;
	padding-left: 10px;
	font-size: 80%;
	font-weight: normal;
	background-color: #009DDC;
}
#menuvert dt a, #menuvert dd a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #FFFFFF;
}
#menuvert .ssmenu a {
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	background-color: #009DDC;
	color: white;
}
#menuvert dt a:visited, #menuvert dd a:visited, #menuvert .ssmenu a:visited {
	color: #CCC;
}
#menuvert dt a:hover{
	color: #ED0481;
	background-color: Transparent;
}
#menuvert dd a:hover, #menuvert .ssmenu a:hover {
	color: #464646;
	background-color: Transparent;
}
.recherche0 { 
	background:#FF0; 
	font-weight: normal;
}
.recherche1 { 
	background:#6CF; 
	font-weight: normal;
}
.recherche2 {
	background:#CFC;
	font-weight: normal;
}
.recherche3 {
	background:#C9F;
	font-weight: normal;
}
.recherche4 {
	background:#FCF;
	font-weight: normal;
}
/**************PIED DE PAGE***************/
#footer {
	clear: both;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
	background-color: #464646;
	padding-top: 5px;
	margin-bottom: 20px;
}
#footer img {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#footer a {
	padding: 3px;
	color: #009DDC;
}
#footer a:hover {
	text-decoration: underline;
	color: #009DDC;
	background-color: transparent;
}
