/* CSS Document */

body,
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
    margin:0;
    padding:0;
    background:#FFFFFF;
    color:#484940;
    }
* html body, html{
	font-size:11px;
}
body {
    min-width:858px;
    }
html {/*Toujours scrollbar*/
	overflow: -moz-scrollbars-vertical;
}
#wrap {
    background:#FFFFFF;
    margin:0 auto;
    width:858px;
/*	overflow:auto;*/
}
/*DIVs DE SECTIONS*/
#header {
	height:18px;
	padding-top:4px;
	padding-bottom:5px;
	padding-right:22px;
    background:#D93E09;
	text-align:right;
	vertical-align:middle;
}
* html #header{
	padding: 4px 22px 2px 0px;
}
#logo {
	float:left;
	width:179px;
	height:53px;
	margin-top:48px;
	margin-left:17px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

* html #logo{
	margin-left:9px;
}
#topMenu{
	float:right;
	margin-right:24px;
	width:620px;
	height:101px;
}
* html #topMenu{
	margin-right:12px;
}
#leftMenu{
	clear:both;
	float:left;
	margin-top:25px;
	margin-left:20px;
	width:175px;
/*	border:1px dotted #999999;*/
}
* html #leftMenu{
	margin-top:32px;
	margin-left:11px;
}
/*IE7*/
*+html #leftMenu{
	margin-left:15px;
}

#main, #login {
	float:right;
	margin-top:-6px;
	margin-right:24px;
    width:606px;
/*	overflow:auto;*/
/*	border:1px dotted #999999;*/
}

#mainInscription{
	float:right;
	margin-top:-6px;
	margin-right:24px;
    width:850px;
	overflow:auto;
}

/*IE7*/
*+html #main, *+html #login, *+html #mainInscription{	
	margin-top:12px;
}
#splashIntro{
	position:relative;
	top:156px;
	width:858px;
	height:514px;
	background-image:url(../images/splash_image.jpg);
	background-repeat:no-repeat;
}
* html #splashIntro{
	top:55px;
	height:550px;
}
/*FIN DIVs DE SECTIONS*/
#main p, #login p{
	text-align:left;
	line-height:16px;
}
* html #main p, * html #login p{
	line-height:14px;
	margin-bottom:-8px;
}
/*MENU GAUCHE NIVEAU 1*/
#leftMenu .master li{
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #797A6C;
}
#leftMenu ul.master{
	list-style:none;
	color: #323232;
	width:175px;
	padding-left:0px;
}
* html #leftMenu ul.master{
	margin-left:0px;
}
/*IE7*/
*+html #leftMenu ul.master{
	margin-left:0px;
}
#leftMenu li.dernier{
	border-bottom: 1px solid #797A6C;
}
#leftMenu li a {
	text-decoration: none;
	color: #323232;
}

#leftMenu li a:HOVER, .activePage{
	text-decoration: none;
	color: #D93E09;
}

/*MENU GAUCHE NIVEAU 2*/

#leftMenu ul.slave{
	color: #323232;
	width:175px;
	padding-left:1em;
	list-style-type:none;
	border:0px;
}

#leftMenu .slave li{
	padding-top:1px;
	padding-bottom:1px;
	border:0px;
	list-style-type:none;
	padding-left:18px;
	text-indent: -1.0em;
	margin:0px;
}
* html #leftMenu ul.slave{
	margin-left:0px;
	margin-right:-11px;
}
* html #leftMenu .slave li{
	text-indent:0em;
	padding-left:0px;
	margin-left:20px;
	list-style-type:disc;
}
/*IE7*/
*+html #leftMenu ul.slave{
	margin-left:0px;
	margin-right:-11px;
}
/*IE7*/
*+html #leftMenu .slave li{
	text-indent:0em;
	padding-left:0px;
	margin-left:15px;
	list-style-type:disc;
}
/*

#main li{
	list-style-type:none;
	padding-bottom:8px;
	text-indent: -1.3em;
	margin:0px;
}
#main li:before { 
	content: "\2012\2000 ";
	padding-left:2px;
}
* html #main ul{
	padding-top:1px;
}
* html #main li{
	list-style-type:disc;
	text-indent:0em;
}
*/
#leftMenu .slave li a {
	text-decoration: none;
	color: #323232;
}

#leftMenu .slave li a:HOVER{
	text-decoration: none;
	color: #D93E09;
}

#leftMenu .slave li:before { 
	content: "I\2000 ";
	padding-left:2px;
/*	display:block;
	width: 1.7em;*/
}

/*FIN MENUS GAUCHE*/
#leftMenu h1{
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}
* html #leftMenu h1{
	font-size:10px;
	margin-bottom:-9px;
}


#main h1, #login h1{/*TITLES*/
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing:2px;
	color:#D93E09;
	font-weight:normal;
	margin-bottom:0px;
}
* html #main h1{
	margin-bottom:-9px;
	font-size: 20px;
}
#main h2, #login h2{/*SUBTITLES*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0px;
	color:#D93E09;
	font-weight:normal;	
	margin-bottom:-10px;
}
* html #main h2, * html #login h2{
	margin-bottom:-19px;
	margin-left:-1px;
	font-size:13px;
}
#main h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:0px;
	color:#323232;
	font-weight:bold;
	padding:0px;
	margin-top:15px;
	border:0px;
	margin-bottom:-10px;
}
* html #main h3{
	font-size: 11px;
	margin-bottom:-18px;
}
#main a, #login a{
	color:#D93E09;
	text-decoration:underline;
}
#main a:hover, #login a:hover{
	color:#D93E09;
	text-decoration:none;
}
#main li{
	list-style-type:none;
	padding-bottom:8px;
	text-indent: -1.3em;
	margin:0px;
}
#main li:before { 
	content: "\2012\2000 ";
	padding-left:2px;
}
* html #main ul{
	padding-top:1px;
}
* html #main li{
	list-style-type:disc;
	text-indent:0em;
}

#main .bold{
	font-weight:bold;
	color:#323232;
}
#main .italic{
	font-style:italic;
}

/*ICONS DE SECTION*/
#iconEntreprise{
	position:relative;
	top:80px;
	width:175px;
	height:196px;
	background-image:url(../images/icon_entreprise.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}
#iconServices{
	position:relative;
	top:20px;
	width:175px;
	height:201px;
	background-image:url(../images/icon_services.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}
* html #iconServices{
	height: 240px;
}
#iconPartenaires{
	position:relative;
	top:230px;
	width:175px;
	height:161px;
	background-image:url(../images/icon_partenaires.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}
#iconClients{
	position:relative;
	top:100px;
	width:175px;
	height:179px;
	background-image:url(../images/icon_clients.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}
#iconChroniques{
	position:relative;
	top:230px;
	width:175px;
	height:201px;
	background-image:url(../images/icon_chroniques.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}
#iconCoordonnees{
	position:relative;
	top:250px;
	width:175px;
	height:129px;
	background-image:url(../images/icon_coordonnees.jpg);
	background-repeat:no-repeat;
/*	border: 1px dotted #999999;*/
}

.nomClient{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:-8px;
}
.nomClient:before { 
	content: "\2012\2000 ";
	padding-left:2px;
}
* html .nomClient{
	font-size:10px;
	margin-top:11px;
}
.titreClient{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:-12px;
	padding-top:0px;
	margin-bottom:25px;
}
* html .titreClient{
	font-size:10px;
	margin-top:6px;
}
.titreClient:before { 
	content: "\2000\2000 ";
	padding-left:2px;
}
.titreEmploye{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#D93E09;
	margin-bottom:5px;
}
* html .titreEmploye{
	font-size:10px;
}
.citationEmploye, .citationAuteur{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
	padding-top:0px;
}
* html .citationEmploye, * html .citationAuteur{
	font-size:11px;
}
.citationEmploye{
	font-style:italic;
}
* html table.repertoire{
	margin-top:29px;
}
table.repertoire th{
	padding-bottom:10px;
	border-bottom:1px dotted #D93E09;
	text-align:center;
}
* html table.repertoire th{
	padding-bottom:17px;
}
table.repertoire td{
	border-bottom:1px dashed #D93E09;
	text-align:left;
	padding:4px 0px 4px 0px;
}
* html table.adresse{
	margin-top:19px;
}
.quotes{
	padding-left: 20px;
	padding-right:130px;
	margin-top:0px;
	font-style:italic;
}
.headerRow {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D93E09;
}
.submitBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D93E09;
}
.header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing:2px;
	color:#D93E09;
	font-weight:normal;
	margin-bottom:0px;	
}
.gros {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing:2px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:0px;	
}