@charset "utf-8";
/* CSS Document */

/* arriere_plan */
html, body {
	background: #fff url("../images/fond_site.gif") repeat-x 0 0;
}
/* bloc de divs */
#bg_container {
	background: #fff url("../images/fond_container.jpg") repeat-x 0 0;
}
#haut {
	height: 164px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#menu_flash {
	height: 162px;
	width: 950px;
	float: left;
}
#stat {
	background-image: url(../images/fond_stat.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 124px;
	width: 223px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#stat p {
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #2278E1;
	width: 100%;
	text-transform: uppercase;
	font-size:10px;
}
#stat p img {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}
#contenu {
	background:#fff;
}
#contenu h3 {
	border-bottom:solid 1px #ccc;
	line-height:25px
}
#footer {
	display: inline;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 206px;
	background-image: url(../images/degrade_footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}
.clearfooter {
	height: 206px;
	clear: both;
}
#footer .main {
	width:100%;
	float: left;
}
#footer .content {
	width:898px;
	font-size:10px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
}
#footer .column {
	float:left;
	width:197px;
	padding:22px 0 0 0;
}
#footer h3 {
	margin:0 0 0.8em 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer .column p {
	margin:0 15px 1em 0;
	line-height:14px;
}
#footer .column a {
	color:#183159;
}
#footer .column img {
	float:right;
}
#footer .column2 {
	float:left;
	width:180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	display: inline;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	height:160px
}
#footer .content ul {
	float:left;
	width:160px;
	padding:0px;
	list-style:none;
	margin: 0px;
}
#footer .content ul.first {
	float:left;
}
#footer .content ul li {
	padding:3px 0;
	padding-left: 5px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-decoration: none;
	color: #1A335E;
}
#footer .content ul li:hover {
	background-color: #FE760A;
	color: #FFF;
}
#footer .content ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer .content ul a {
	color:#244884;
	text-decoration: none;
}
#footer .copyright a, #footer .copyright span {
	color:#c6d3eb;
}
/* menu */
#menu {
	float: left;
	width: 253px;
	margin-left: 0px;
	background-color: #152C51;
	background-position: bottom;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCFC8;
	background-image: url(../images/bas_menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	height: 25px;
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #1D3A6B;
	background-color: #183159;
	font-size:11px;
}
#menu ul li a.titre {
	color: #fff;
	text-align: left;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #FE760A;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	font-weight: bold;
	font-size:11px;
}
#menu ul ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#menu ul ul li a {
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-image: url(../images/puce.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	line-height: 22px;
	font-size:11px;
}
#menu ul ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FB7900;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-image: url(../images/puce_over.jpg);
	font-size:11px;
}
#bas_menu {
	background-image: url(../images/bas_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 14px;
	width: 258px;
}
/* espacement */
.espacement_5 {
	padding:5px;
}
.espacement_105 {
	padding: 10px 5px;
}
.espacement_010 {
	padding: 0 10px;
}
.espacement_00010 {
	padding:0 0 0 10px;
}
/* couleurs */
.blanc {
	background:#FFF;
}
/* -------------------------------------------------------------------------------------------------------------------------------- */
/* CONTENU --------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */

#contenu .texte_check {
	font: bold 12px Arial, Tahoma, sans-serif;
	color: #33393c;
	width:200px;
	float:left;
}
#contenu .case_cocher {
	font: normal 12px Arial, Tahoma, sans-serif;
	background-color: #03F;
	width: 20px;
	float: left;
}
#contenu input:focus, #contenu textarea:focus, #contenu select:focus {
	border: 1px solid #454545;
}
#contenu em {
	color: #5c6163;
	display: block;
	margin: -12px 0px 12px 0px;
}
#contenu #rsvErrors, #contenu #rsvErrors:focus {
	display: none;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #f00;
	line-height: 12px;
	margin-bottom: 12px;
	color: #f00;
}
#contenu .errorField, #contenu input.errorField:focus {
	border: 1px solid #f00;
}
#contenu .success {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #183159;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #1F3F74;
	background-color: #FFF;
}
#contenu .error {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}
/* Mise en forme des appels d'offres --------------------------------------------*/
.titre_ligne {
	padding: 10px;
	margin-bottom: 5px;
	border: 0.5px dotted #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/degrade_titre_appel.jpg);
	background-repeat: repeat-x;
}
.titre_rubrique {
	padding: 10px;
	margin-bottom: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	color: #183159;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 0.5px;
	text-transform: uppercase;
}
.ligne {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border: 0.5px dotted #CCC;
	font-size: 12px;
}
/* Mise en forme du formulaire de la recherche -----------------------*/
#recherche input {
	width:auto;
}
#recherche select {
	width:250px;
}
/* Mise en forme du login --------------------------------------------*/
#login td.case {
	font-size: 12px;
	padding: 20px;
	border: 0.5px dotted #CCC;
	color: #333;
}
#login td.titre {
	padding: 10px;
	margin-bottom: 5px;
	border: 0.5px dotted #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/degrade_titre_appel.jpg);
	background-repeat: repeat-x;
}
#message_login {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	height: 34px;
	margin-bottom: 5px;
	background-color: #204177;
	line-height: 34px;
	border: 4px solid #295398;
}
/* classe des boutons du site -------------------------------------------------------------------- */
.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
.btn * {
	font-style: normal;
	background-image: url(../images/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
* html .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.btn.blue {
	background-color: #244884;
}
.btn.green {
	background: #FE760A;
}
.btn.pink {
	background: #e1a;
}
.btn:hover {
	background-color: #EF6C01;
	color: #FFF;
	text-decoration: none;
}
hr {
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(../images/shade.png);
	background-position: bottom;
}
* html .btn {
	border: 3px double #aaa;
}
* html .btn.blue {
	border-color: #2ae;
}
* html .btn.green {
	border-color: #FE760A;
}
* html .btn.pink {
	border-color: #e1a;
}
* html .btn:hover {
	border-color: #a00;
}
/* Inscription btn -------------------------------------------------------------------------- */
.bouton_form {
	width:92px;
	height:26px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/submit_haut.jpg);
	display:block;
	text-align: center;
	border:none;
	background-repeat:no-repeat;
	line-height:26px
}
.bouton_form:hover {
	color:#FFF;
	cursor:pointer;
	background:url(../images/submit_dessus.jpg);
	text-decoration: none;
}
/* mise en forme des tableaux qui liste les prestataires et les donneurs d'ordres */
#liste_ordre td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	font-size:14px;
	color:#666;
	font-weight:bold;
	line-height: 60px;
	height: 60px;
}
#liste_ordre img {
	float:left;
	padding-right:5px
}
.titre {
	color:#036;
	font-size:18px;
	text-indent:5px;
}
#stat_projet img {
	float:left;
	padding-right:5px
}
#stat_projet td {
	line-height:26px;
	font-weight:bold;
}
#stat_projet span {
	color:#F60
}
/* Bloc espace client -------------------------------------------------------- */
.contenu_espace {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 200px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.contenu_espace img {
	margin: 0px;
	padding: 0px;
}
.espace {
	width: 200px;
	float: left;
	display: inline;
}
.espace img {
	float:left;
}
.titre_espace {
	display: inline;
	float: left;
	height: 65px;
	width: 170px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #183159;
	font-size: 11px;
	line-height: 65px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}
.titre_espace img {
	padding-right: 5px;
	float: left;
}
.texte_espace {
	float: left;
	width: 183px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.texte_espace p {
	line-height: 27px;
	font-weight: bold;
	color: #183159;
	height: 27px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 183px;
	font-size: 10px;
	background-image: url(../images/check.jpg);
	background-position: 15px;
	background-repeat: no-repeat;
	text-indent: 50px;
}
.lien_espace {
	float: left;
	width: 103px;
	height: 15px;
}
.bas_espace {
	background-image: url(../images/bas_stats.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 203px;
}
.haut_espace {
	background-image: url(../images/haut_stat.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 203px;
}
/* Bloc prestataire et bloc donneur d'ordres -------------------------------------------------------------------- */
.contenu_bloc {
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 613px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.contenu_bloc img {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float:left;
}
.contenu_bloc_acc {
	float: left;
	width: 613px;
	margin: 0px;
	display: inline;
}
.contenu_bloc_acc img {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
}
.bloc {
	width: 613px;
	float: left;
	display: inline;
}
#bas_menu {
	background-image: url(../images/bas_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 14px;
	width: 258px;
}
.bloc img {
	float:left;
}
.titre_bloc {
	display: inline;
	float: left;
	height: 20px;
	width: 360px;
	margin-left: 15px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #183159;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.texte_bloc {
	float: left;
	width: 360px;
	margin-left: 15px;
	padding-top: 5px;
	text-align:justify;
}
.bas_bloc {
	background-image: url(../images/bas_page.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 613px;
}
.haut_bloc {
	background-image: url(../images/haut_page.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 613px;
}
/* Bloc stats presta et donneur d'ordres et appel d'offre -------------------------------------------------------------------- */
.contenu_stat {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.contenu_stat img {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.stat {
	width: 210px;
	float: left;
}
.stat img {
	float:left;
}
.titre_stat {
	display: inline;
	float: left;
	height: 30px;
	width: 100%;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 5px;
	background-color: #FE760A;
}
.titre_stat img {
	padding-right: 5px;
	float: left;
	margin-bottom: 5px;
}
.texte_stat {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.texte_stat p {
	line-height: 27px;
	font-weight: bold;
	color: #183159;
	height: 27px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
	font-size: 10px;
}
.lien_stat {
	float: left;
	width: 200px;
	padding-top: 11px;
	margin-top: 14px;
}
.bas_stat {
	background-image: url(../images/bas_stats.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 210px;
}
.haut_stat {
	background-image: url(../images/haut_stats.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 200px;
}
/* bloc stat page d'accueil plus grand */
.stat_big {
	float: left;
	margin-left: 10px;
}
.contenu_stat_big {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}
.contenu_stat_big img {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.stat_big img {
	float:left;
}
.titre_stat_big {
	float: left;
	height: 30px;
	color: #FFF;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 10px;
	background-color: #183159;
	width: 385px;
}
.titre_stat_big img {
	padding-right: 5px;
	float: left;
}
.stat_big ul {
	margin-left:0px;
	margin-top: 5px;
	float: left;
	list-style-type:none;
}
.stat_big span {
	font-size:14px;
	font-weight:bold;
	color:#FE760A;
}
.stat_big ul li {
	font-weight: bold;
	color: #183159;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
.lien_stat_big {
	float: left;
	width: 200px;
	padding-top: 11px;
	margin-top: 14px;
}
.bas_stat_big {
	background-image: url(../images/bas_stats.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 200px;
}
.haut_stat_big {
	background-image: url(../images/haut_stats.jpg);
	background-repeat: no-repeat;
	height: 8px;
	float: left;
	display: inline;
	width: 200px;
}
.titre_ordre {
	background:#FFF;
	width:100%;
}
.bloc_ordre {
	width:100%;
	float:left;
}
.bloc_presta {
	float:left;
	width:100%;
}
.titre_presta {
	background:#aabac7;
	width:100%;
}
.lien_presta {
	float:right;
	width:300px;
}
.bloc_accueil {
	width:100%;
	height:345px;
	padding:10px 0;
	background:url("../images/bloc_accueil.jpg") no-repeat 0 0;
	margin:10px 0 0 0;
}
.lien_bloc {
	float: left;
	width: 360px;
	margin-left: 15px;
	padding-top: 11px;
	margin-top: 14px;
}
.lien_bloc_acc {
	float: left;
	width: 90%;
	margin:40px 0 0 12px;
}
.lancer_appel {
	color:#69879f;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/lancer.png) no-repeat left 0;
	height:32px;
	width:200px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:left;
	margin-right:5px;
}
.gerer_compte {
	color:#69879f;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/inscription.png) no-repeat left 0;
	height:32px;
	width:170px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:left;
	margin-right:5px;
}
.aide {
	color:#69879f;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/connexion.png) no-repeat left 0;
	height:32px;
	width:160px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:left;
	margin-right:5px;
}
.lien_bloc_presta {
	float: right;
	width: 90%;
	margin:70px 10px 0 0px;
}
.lancer_appel_presta {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/consulter.png) no-repeat left 0;
	height:32px;
	width:160px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:right;
	margin-right:5px;
}
.gerer_compte_presta {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/inscription.png) no-repeat left 0;
	height:32px;
	width:120px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:right;
	margin-right:5px;
}
.aide_presta {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	background: url(../images/connexion.png) no-repeat left 0;
	height:32px;
	width:110px;
	text-indent:37px;
	display:block;
	line-height:32px;
	float:right;
	margin-right:5px;
}
.texte_ordre {
	float: left;
	width: 360px;
	margin-left: 230px;
	padding-top: 30px;
}
