@charset "utf-8";

/* Balises de base */
/* =============== */
* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#f4f4f4;
	color:#434343;
	font-size:62.5%;
	font-family:Arial, "Myriad Pro", Verdana, sans-serif;
}

a {
	outline:none;
	text-decoration:none;
}

a img {

	border:none;
}

h1 {
	color:#000000;
	font-size:2.4em;
	margin:0px 0px 20px 0px;
}

h2 {
	color:#000000;
	font-size:1.4em;
	margin:0px 0px 20px 0px;
}

h3 {
	color:#ADADAD;
	font-size:17px;
	font-weight:normal;
}

ul {
	list-style:none;
}

form div {
	margin:6px 0px 0px 0px;
}

input, select {
	padding:2px 0px 2px 0px;
}

label {
	font-family:"Myriad Pro", Arial, Verdana, Tahoma, sans-serif;
	float:left;
	font-size:1.4em;
	position:relative;
	top:6px;
}


/* Balises du head */
/* Balises du foot */
/* =============== */
#head {
	margin:auto;
	width:1024px;
}

#large_head {
	margin:auto;
	width:1224px;
}

#head #cotes img {
	margin-top:35px;
}

#head #infos {
	background-color:#FFFFFF;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	border-top:1px dashed #999999;
	color:#9B9B9B;
	height:11px;
	padding:25px 20px 10px 20px;
	margin:15px 0px 0px 32px;
	width:918px;
}

.button {
	background-image:url(../media/bgButtonNorm.png);
	color:#000000;
	cursor:pointer;
	float:left;
	text-align:center;
	font-size:9px;
	font-family:Arial, "Times New Roman", sans-serif;
	height:33px;
	margin:0px 3px 0px 0px;
	padding:40px 8px 0px 8px;
	width:68px;
}

.newbutton {
	background-image:url(../media/bgButtonNew.png);
	color:#000000;
	cursor:pointer;
	float:left;
	text-align:center;
	font-size:9px;
	font-family:Arial, "Times New Roman", sans-serif;
	height:33px;
	margin:0px 3px 0px 0px;
	padding:40px 8px 0px 8px;
	width:68px;
}

.sbutton {
	background-image:url(../media/bgButtonSpec.png);
	color:#000000;
	cursor:pointer;
	float:left;
	text-align:center;
	font-size:9px;
	font-family:Arial, "Times New Roman", sans-serif;
	height:33px;
	margin:0px 3px 0px 0px;
	padding:40px 8px 0px 8px;
	width:68px;
}

#foot {
	margin:auto;
	width:1024px;
	padding:0px 0px 10px 0px;
}

#foot #cotes img {
	margin-top:20px;
}

#foot #infos {
	background-color:#FFFFFF;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	height:21px;
	padding:0px 20px 11px 20px;
	margin:0px 0px 0px 32px;
	width:918px;
}

#foot .left {
	color:#FFFFFF;
	margin:38px 0px 0px 0px;
}

#foot .right {
	color:#FFFFFF;
	margin:33px 0px 0px 0px;
}

#bandeau {
	margin-left:32px;
	background-image:url(../media/head_center.gif);
	background-repeat:repeat-x;
	padding:11px 10px 11px 10px;
	height:73px;
	width:940px;
}

#head #bandeau .right {
	color:#FFFFFF;
	margin:53px 0px 0px 7px;
	width:280px;
	position:relative;
}

#quicksearch_result {
	margin-top:35px;
	background-color:#FFFFFF;
	padding-bottom:20px;
}

#quicksearch_result li {
	border:solid 1px #999999;
	color:#565656;
	font-size:1.2em;
	margin:5px;
	padding:15px 6px 15px 6px;
}

#quicksearch_result li:hover {
	border:dashed 1px #c1002b;
	cursor:pointer;
}

#recherche {
	position:absolute;
}

#lettres {
	position:relative;
	bottom:4px;
	padding:2px 7px 2px 7px;
	margin:0px 3px 0px 5px;
	width:150px;
}

#qsearch {
	float:right;
	width:34px;
	height:25px;
	position:relative;
	bottom:4px;
	cursor:pointer;
}

#loadLettres {
	float:right;
	margin:0px 5px 0px 0px;
}

.button {
	background-image:url(../media/bgButtonNorm.png);
	color:#000000;
	cursor:pointer;
	float:left;
	text-align:center;
	font-size:9px;
	font-family:Arial, "Times New Roman", sans-serif;
	height:33px;
	margin:0px 3px 0px 0px;
	padding:40px 8px 0px 8px;
	width:68px;
}

#username {
	color:#000000;
	font-weight:bold;
}

.separateur {
	margin:0px 3px 0px 3px;
	display:inline;
}

#zonemenu span {
	color:#9B9B9B;
}

#zonemenu span:hover {
	color:#000000;
	cursor:pointer;
}

/* Balises du contenu */
/* ================== */

#contenu {
	background-color:#FFFFFF;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	margin:auto;
	min-height:450px;
	padding:50px 10px 0px 30px;
	width:918px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hidden {
	display:none;
}

.visible {
	display:inherit;
}

.clear {
	clear:both;
}

.sousth3 {
	clear:both;
	border-bottom:1px solid #DBDBDB;
	margin:0px 0px 10px 0px;
	height:24px;
}

.sousth3 h3 {
	float:left;
}

.note {
	color:#565656;
	font-size:10px;
	font-weight:normal;
}

.compteurB {
	border-top:dashed 1px #565656;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	/*width:50%;*/
	width:80%;
	height:20px;
}

.compteurB li {
	color:#565656;
	display:inline;
	font-size:15px;
	font-weight:inherit;
	float:left;
	clear:both;
	padding:0px 8px 0px 0px;
	line-height:20px;
}

.compteurB li:hover {
	color:#c1002b;
	cursor:pointer;
	font-size:19px;
	font-weight:bold;
}

.compteur {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	width:50%;
	height:20px;
}

.compteur li {
	color:#565656;
	display:inline;
	font-size:15px;
	font-weight:inherit;
	float:left;
	width:20px;
	line-height:20px;
}

.compteur li:hover {
	color:#c1002b;
	cursor:pointer;
	font-size:19px;
	font-weight:bold;
}

.strong {
	color:#000000;
	font-weight:bold;
}

.noir {
	color:#000000;
}

.gray {
	background-color:#E9E9E9;
}

.white {
	background-color:#FFFFFF;
}

.erreur {
	color:#FF0000;
	font-size:17px;
	margin:0px 0px 0px 7px;
}

#cGauche {
	width:620px;
}

#cDroite {
	width:280px;
}

#sTitreH1 {
	margin:0px 0px 20px 0px;
}

#sTitreH2 {
	margin:3px 0px 17px 0px;
}

#sTitreH3 {
	margin:0px 0px 12px 0px;
}

#leftPar {
	float:left;
	height:200px;
	width:35px;
	border-top:2px dashed #DADADA;
	border-left:2px dashed #DADADA;
	border-bottom:2px dashed #DADADA;
}

#parTexte {
	float:left;
	height:110px;
	width:200px;
	text-align:center;
	padding:90px 0px 0px 0px;
	color:#B6B6B6;
}

#rightPar {
	float:left;
	height:200px;
	width:35px;
	border-top:2px dashed #DADADA;
	border-right:2px dashed #DADADA;
	border-bottom:2px dashed #DADADA;
}

#resultats {
	clear:both;
}

#resultats li {
	border:solid 1px #999999;
	color:#565656;
	font-size:1.2em;
	margin:0px 0px 2px 0px;
	padding:15px 6px 15px 6px;
}

#resultats li:hover {
	border:dashed 1px #c1002b;
	cursor:pointer;
}

.sNomEntreprise {
	width:250px;
}

.sadresseEntreprise {
	width:410px;
}

.scodePostalEntreprise {
	width:80px;
}

#resultats a {
	text-decoration:none;
}

#ajaxLoader {
	float:left;
	margin:0px 0px 0px 10px;
}

.buttonp {
	float:left;
	width:85px;
	cursor:pointer;
	padding:15px 10px 8px 10px;
	/*background-color:#F9F9F9;
	border:1px dashed #999999;*/
	margin:0px 7px;
	position:absolute;
	border-radius: 10px;
}

.bigtitle {
	font-size:12px;
	color:#000000;
	margin-bottom:25px;
	text-align:center;
}

#wraper {
	float:left;
	height:73px;
	width:650px;
	overflow:hidden;
}

.sousmenu {
	height:73px;
	width:725px;
	position:relative;
	margin-bottom:3px;
}

.smenu div {
	margin:5px 0px;
}

