/********************* Styles du site *************/
#conteneur {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background: url("../../images/interface/fond-conteneur.gif") top left no-repeat #FAF9F9;
}
#header {
	height:94px;
}
/* La partie de gauche du menu : logo, baseline, liens et newsletter */
#header .menu1 {
	float:left;
	width:560px;
}
#header .menu1 a.logo {
	display:block;
	width:150px;
	height:78px;
	position:absolute;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
}
#header .menu1 h1 {
	position:absolute;
	z-index:1;
	margin-top:78px;
	font-weight:normal;
	color:#CA3948;
	font-style:italic;
	overflow:hidden; /*L'italique en position absolute est trop grand sous IE7 */
	font-size:1em;
}
#header .menu1 ul {
	margin-left:170px;
	margin-top:40px;
	overflow:hidden;
	height:1%;
}
#header .menu1 ul li {
	float:left;
	font-family:Arial;
	font-size:11px;
	border-right:1px solid #1B4F9D;
	padding-right:4px;
	padding-left:4px;	
}
#header .menu1 ul li.last-child {
	border:none;
	padding-right:0px;
}
#header .menu1 ul li a:hover, #header .menu1 ul li a.focus {
	color:#CA3948;
	text-decoration:none;		
}
#header .menu1 form {
	color:#627DB7;
	margin-left:270px;
	margin-top:5px;
}
#header .menu1 form input.input {
	width:100px;
	font-size:0.9em;
}
#header .menu1 form input.baseStyle {
	color:#B5C9E5;
}
/* la partie de droite du menu : espace privé et recherche */
#header .menu2 {
	float:left;
	width:220px;
}
#header .menu2 .private {
	margin-left:75px;
	margin-top:20px;
}
#header .menu2 .private a.prive {
	display:block;
	font-weight:bold;
	color:#CA3948;
	background:url("../../images/interface/puceFlecheRouge.gif") 8em 0px no-repeat;
	padding-right:8px;
	height:14px;
	width:105px;
}
/*
#header #dropdown_private {
	display:none;
	position:absolute;
	background:#FFFFFF;
	border:1px solid #1B4F9D;
	margin-top:-1em;
}
#header #dropdown_private li {
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}
#header #dropdown_private li a {
	display:block;
	background:url("../../images/interface/fleche-private.jpg") 0px 2px no-repeat;
	padding-left:15px;
}
*/
#header .menu2 .private a.abonnement {
	display:block;
}

#header .menu2 form {
	margin-left:75px;
	margin-top:10px;
}
#header .menu2 form label {
	display:none;
}
#header .menu2 form input.input {
	width:100px;
	font-size:0.9em;
}
#header .menu2 form input.baseStyle {
	color:#B5C9E5;
	text-align:center;
}
/* le corps du texte, sous le header, qui contient les deux colonnes #texte et #pubs */
#corps {
	background: url("../../images/interface/dots.gif") 555px 0px repeat-y;
	overflow:hidden;
	height:1%;
	padding-bottom:15px;
}
#texte {
	width:560px;
	float:left;
}
/* les liens vers les 3 espaces */
#texte #espaces {
	overflow:hidden;
	padding-bottom:8px;
	background:#FAF9F9
}
#texte #espaces ul {
	overflow: hidden;
	height:25px;
	background:url("../../images/interface/fond-espaces-ul.gif") top left no-repeat;
}
#texte #espaces ul li {
	float:left;
	height:25px;
	background:url("../../images/interface/fond-espaces-ul-li.gif") top right repeat-y;
}
#texte #espaces ul li a {
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding-top:3px;
	text-indent:15px;
	height:25px;
	background-image:url("../../images/interface/puceFlecheRouge-espaces.png");
	background-repeat:no-repeat;
	font-size:1.3em;
}
#texte #espaces ul li a:hover {
	text-decoration:underline;
}
#texte #espaces ul li.entreprises a {
	width:175px;
	background-position:150px 6px;
}
#texte #espaces ul li.expert a {
	width:240px;
	background-position:208px 6px;
}
#texte #espaces ul li.oga {
	background:none;
}
#texte #espaces ul li.oga a {
	width:140px;
	background-image:url("../../images/interface/puceFlecheRouge-oga.png");
	background-position:108px 6px;
}
/* la colonne de "droite" */
#pubs {
	width:220px;
	float:left;
	padding-top:55px;
}
#pubs img, #pubs object {
	display:block;
	margin-bottom:1em;
	margin-left:6px;
}
#pubs ul li {
	height:1%;
}
#pubs .services {
	margin-left:10px;
	margin-bottom:15px;
}
#pubs .services h4{
	margin-bottom:3px;
	font-size:1em;
}
#pubs .services h4 a {
	color:#CA3948;
	font-size:1.1em;
}
#pubs .services ul {
	margin-bottom:5px;
}
#pubs .services ul li {
	margin-bottom:2px;
}
#pubs .services ul li a {
	display:block;
	background:url("../../images/interface/puceFlecheRouge.gif") top left no-repeat;
	padding-left:15px;
	color:#1B4D9D;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.1em;
}
#pubs .services ul li a:hover {
	color:#CA3948;
	text-decoration:none;
}
#pubs .services strong {
	color:#1B4D9D;
	font-weight:bold;
}
#pubs .services a.savoir_plus {
	display:block;
	color:#000000;
	font-weight:bold;
}
#pubs .services a.savoir_plus:hover {
	text-decoration:underline;
}
/* Le pied de page */
#bottom {
	background:#FFFFFF;
	color:#1B4D9D;
}
#bottom .liens {
	text-align:right;
}
/* le dinosaure de base de page */
#dinosaure {
	color: #CA3948;
	text-align:left;
	height:1%;
	margin-top:-35px;
}
#dinosaure strong {
	display:block;
	width:180px;
	text-align:left;
	padding-top:45px;
	margin-left:25px;
	font-style:italic;
	font-weight:normal;
}
#dinosaure strike {
	background:url("../../images/interface/dinosaure.png") top left no-repeat;
	width:175px;
	height:127px;
	display:block;
	position:absolute;
	overflow:hidden;
	z-index:50;
	line-height:0px;
	font-size:0px;
	text-indent:-9999px;
	margin-left:145px;

}


#texte h2 {
	color:#CA3948;
	margin-bottom:15px;
	margin-left:45px;
	margin-top:15px;
	font-size:1.2em;
}



/******** la page pourquoi choisir aspone *****/
#pourquoi {
	margin-right:45px;
}
#pourquoi .entete {
	font-weight:bold;
	color:#1B4D9D;
}
/*** Ouverture/fermeture des dl/dd/dt ***/
dl.openClose {
}
dl.openClose dt {
	margin-top:1em;
	background: url("../../images/interface/puceFlecheRouge.gif") top left no-repeat;
	padding-left:15px;
}
dl.openClose dt a {
	color:#CA3948;
	font-weight:bold;
	text-decoration:underline;
}
dl.openClose dd {
	margin:0;
	padding:0;
	text-align:justify;
	margin-left:25px;
	margin-top:1em;
	margin-right:2ex;
}
dl.openClose dd ul.puce li {
	height:1%;
	margin-bottom:1em;
	background:url("../../images/interface/puceRondBleu.gif") top left no-repeat;
	padding-left:10px;	
}
dl.openClose dd ul.fleche li {
	height:1%;
	background:url("../../images/interface/puceFleche.gif") top left no-repeat;
	padding-left:15px;	
}
#marque_blanche dl .important {
	margin-top:1em;
	font-style:italic;
	height:1%;
	overflow:visible;
	color:#165CA3;
	
}
#marque_blanche dl .important strong {
	font-style:normal;
	display:block;
	font-weight:bold;
}
#marque_blanche .petit {
	font-style:italic;
	overflow:visible; /* Fix IE pour l'italic qui est plus large qu'il ne devrait */
	height:1%;
}
#marque_blanche ul.infos {
	margin-top:1em;
}
#marque_blanche ul.infos li {
	margin-top:1em;
}
#marque_blanche ul.infos li h3 {
	font-weight:bold;
	background: url("../../images/interface/puceFlecheBleue.gif") 0px 4px no-repeat;
	padding-left:15px;
	color:#627DB7;
	font-size:1.1em;
}
#marque_blanche ul.infos li .texte {
	display:block;
	margin-left:15px;
}
/******** Abonnement *************/
#abonnement h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#CA3948;
	margin-bottom:1em;
}
#abonnement ul {
	padding-left:25px;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #7C9FDD;
}
#abonnement ul li {
	height:1%;
	margin-top:1em;
}
#abonnement ul li a {
	font-size:1.2em;
	color:#627DB7;
	background: url("../../images/interface/puceFlecheBleue.gif") 0px 3px no-repeat;
	padding-left:25px;
	text-decoration:underline;
	font-weight:bold;
}
#abonnement ul li a:hover {
	text-decoration:none;
}
#abonnement h3.consulter a {
	font-size:1.1em;
	color:#CA3948;
	background: url("../../images/interface/puceFlecheRouge.gif") top right no-repeat;
	padding-right:20px;
	text-decoration:underline;
	font-weight:bold;
}
#abonnement h3.consulter a:hover {
	text-decoration:none;
}
/******* Espace prive ******/
#prive h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#CA3948;
	margin-bottom:1em;
}
#prive ul {
	padding-left:25px;
	padding-bottom:1em;
	margin-bottom:1em;
}
#prive ul li {
	height:1%;
	margin-top:1em;
}
#prive ul li a {
	font-size:1.2em;
	color:#627DB7;
	background: url("../../images/interface/puceFlecheBleue.gif") 0px 3px no-repeat;
	padding-left:25px;
	text-decoration:underline;
	font-weight:bold;
}
#prive ul li a:hover {
	text-decoration:none;
}
/***** Rappel immédiat *********/
#rappel {
	margin-left:45px;
}
#rappel form {
	margin-top:1em;
}
#rappel form strong {
	color:#000000;
}
#rappel form h4 {
	font-style:italic;
	font-weight:normal;
}
/********** Recherche *************/
#search .titre_recherche {
	margin-left:45px;
	margin-bottom:1em;
}
#search .pageSearch {
	margin-left:45px;
	margin-bottom:1em;
	margin-right:45px;
}
#search .pageSearch h3 {
	font-size:1.1em;
}
#search .pageSearch h3 a {
	font-size:1.1em;
}
/************* Les partenaires *********/
#partenaires {
	border-top:1px solid #627DB7;
	margin-top:2em;
	width:470px;
	margin-right:auto;
	margin-left:auto;
}
.lienListe {
	border-bottom:1px solid #627DB7;
	padding-bottom:8px;
	margin-top:8px;
	overflow:hidden;
	height:1%;
}
.lienListe .image {
	float:left;
	display:inline;
	text-align:center;
	width:190px;
}
.lienListe .image tr td {
	width:190px;
}
.lienListe .texte {
	float:left;
	display:inline;
	width:280px;
	text-align:justify;
}
