/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bkg_page.gif) repeat-x;
}

body.home {
	background: url(../images/bkg_home.gif) repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

a, input {
	outline: none;	
}

/*********************** header ***************/
#header {
		background: url(../images/bkg_header.png) no-repeat 50% 0;
}

#header .header_site {
	width: 996px;
	height: 105px;
	overflow: hidden;
	margin: 0 auto;
}

#header .header_site a.logo_ao {
	float: left;
	height: 96px;
	width: 183px;
	display: block;
}

#header .header_site .contneur_contact_recherche {
	float: left;
	height: 96px;
	width: 813px;
}

#header .header_site .contneur_contact_recherche a.btt_contact {
	width: 153px;
	display: block;
	margin: 22px 0 0 641px;
	padding: 0 0 0 10px;
	color: #627277;
	text-decoration: none;
	line-height: 21px;
}

#header .header_site .contneur_contact_recherche .conteneur_recherche {
	height: 50px;
	width: 163px;
	margin: 16px 0 0 641px;
	overflow: hidden;
	_margin: 16px 0 0 641px;
}

#header .header_site .contneur_contact_recherche .conteneur_recherche .conteneur_input {
	height: 24px;
	width: 138px;
	_width: 139px;
	float: left;
}

#header .header_site .contneur_contact_recherche .conteneur_recherche .btt_recherche {
	height: 24px;
	width: 25px;
	_width: 24px;
	float: left;
	_float: right;
	margin: 0;
	padding: 0;
}

.inp_recherche {
	background: none;
	border: 0;
	font: 12px arial;
	color: #627277;
	margin: 5px 0 2px 10px;
}

/************************** menu horizontale ***********/
/********** main **************/
#main {}

#main .conteneur_main {
	width: 996px;
	margin: 0px auto 50px;
	background: url(../images/rightCol_bkg.gif) repeat-y right;
	position: relative;
}

.home #main .conteneur_main {
	background: none;	
}

#main .conteneur_main > div {
	background: url(../images/rightCol_bottom.gif) no-repeat right bottom;
	overflow: hidden;
	position: relative;
}

.home #main .conteneur_main > div {
	background: none;	
}

#main .conteneur_main .center_col {
	float: left;
	width: 790px;
	color: #393939;
	position: relative;
	padding-top: 115px;
}

.home .center_col {
	padding-top: 0 !important;	
}

.fullWidth .center_col {
	width: auto !important;
	padding-top: 0 !important;	
}

.fullWidth #main .conteneur_main {
	background: none !important;	
}

.fullWidth #main .conteneur_main > div {
	background: none !important;	
}

.bandeauGraphique {
	position: absolute;
	top: 0;
	left: -10px;
}

#main .conteneur_main .right_col {
	float: right;
	width: 183px;
	background: url(../images/bkg_page.gif) repeat-x right -226px;
	padding-bottom: 30px;
}

.home #main .conteneur_main .right_col {
		background: url(../images/bkg_home.gif) repeat-x right -613px;
}

.home .right_col > .box {
	display: none;	
}

a.lien_h_page {
	display: block;
	width: 153px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #ffffff;
	background: url(../images/bt_hautpage.gif) no-repeat;
	text-decoration: none;
	position: absolute;
	right: 10px; 
	bottom: 7px;
}

.home a.lien_h_page {
	display: none;
}

a.lien_h_page:hover {
	background-position: 0 -18px;	
}

/* SCROLLABLE (Add Online) */
#scrollable {
	width: 995px;
	height: 387px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
	position: relative;	
}

#scrollable .next,
#scrollable .prev {
	width: 41px;
	height: 43px;
	background: url(../images/sprite_scrollable.png) no-repeat 0 0;
	position: absolute;
	top: 175px;
	left: 10px;
	z-index: 99;
	cursor: pointer;
}

#scrollable .prev:hover {
	background-position: 0 -43px;	
}

#scrollable .next {
	background-position: 100% 0;
	left: auto;
	right: 10px;	
}

#scrollable .next:hover {
	background-position: 100% -43px;	
}

.geniecubecontenu .scrollable {
	/*display: none;*/	
}

#scrollable .scrollable {
	background: url(../images/scrollable_ombre.gif) no-repeat left 340px; /* attention, taille fixe */
	padding: 0 0 34px 0;
}

#scrollable .scrollable .navi {
	text-align: center;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
}

#scrollable .scrollable .navi a {
	text-indent: -200em;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	border: none;
	background: url(../images/scrollable_nav.gif) no-repeat;
}

#scrollable .scrollable .navi .active {
	background: url(../images/scrollable_current.gif) no-repeat;
}

/* REFERENCES */
#references {
	height: 65px;
	width: 1000px;
	margin: 0 auto 32px auto;
	padding: 10px 0 0 0;
}

.home #references {
	margin-bottom: 0;	
}

#references a {
	display: block;
	float: left;
	height: 48px;
	width: 89px;
	background: url(../images/references.gif) no-repeat 0 -441px;
	margin-right: 55px;
}

#references a span {
	display: none;	
}

#references #aoinvent {
	margin-right: 0;	
}

#references #aoinvent:hover {
	background-position: right -441px;
}

#references #aoshop {
	background-position: 0 -489px;
	width: 72px;
}

#references #aoshop:hover {
	background-position: right -489px;
}

#references #aocreate {
	background-position: 0 -537px;
	width: 88px;
}

#references #aocreate:hover {
	background-position: right -537px;
}

#references #aosearch {
	background-position: 0 -585px;
	width: 120px;
}

#references #aosearch:hover {
	background-position: right -585px;
}

#references #aomarket {
	background-position: 0 -633px;
	width: 116px;
}

#references #aomarket:hover {
	background-position: right -633px;
}

#references #aosecure {
	background-position: 0 -681px;
	width: 81px;
}

#references #aosecure:hover {
	background-position: right -681px;
}

#references #aotraining {
	background-position: 0 -729px;
	width: 99px;
}

#references #aotraining:hover {
	background-position: right -729px;
}

/********************** les element de left col *********************/
.titre_box_news {
	width: 158px;
	height: 19px;
	font: 12px arial;
	color: #ffffff;
	background: url(../images/bg_titre_newsletter.gif) no-repeat;
	padding: 3px 0 0 25px;
}

.content_box_news {
	width: 183px;
	height: 34px;
	background: url(../images/bg_news.gif) repeat-y;
}

.content_box_news .conteneur_recherche {
	height: 24px;
	width: 163px;
	overflow: hidden;
	padding: 8px 0 0 10px;
}

.content_box_news .conteneur_recherche .conteneur_input {
	height: 24px;
	width: 138px;
	_width: 139px;
	float: left;
	background: url(../images/bg_input_recherche.gif) no-repeat;
}

.content_box_news .conteneur_recherche .btt_recherche {
	height: 24px;
	width: 25px;
	_width: 24px;
	background: #ffffff;
	float: left;
	_float: right;
	margin: 0;
	padding: 0;
}

.inp_recherche {
	background: none;
	border: 0;
	font: 12px arial;
	color: #627277;
	margin: 5px 0 2px 10px;
}

.bas_box_news {
	width: 183px;
	height: 10px;
	background: url(../images/bas_box_news.gif) no-repeat;
}

#actues {
	background: url(../images/bkg_actues.png) no-repeat;
}

.home #actues {
	background-image: url(../images/bkg_actues_home.gif);
	display: block;
}

.titre_box_actu {
	width: 158px;
	height: 19px;
	font: 12px arial;
	color: #334e67;
	padding: 3px 0 0 25px;
}

.content_box_actu {
	width: 183px;
	height: 103px;
	text-align: center;
	padding-top: 4px;
}

.actu_aussi {
	width: 158px;
	height: 16px;
	padding: 12px 0 0 25px;
	font: 12px arial;
	color: #3b93ce;
}

.icone_actu_aussi {
	width: 183px;
	height: 57px;
	padding: 11px 0 0 0px;
}

.home .icone_actu_aussi {
	height: 52px;
}

.titre_box_internet {
	width: 158px;
	height: 18px;
	font: 12px arial;
	color: #a64d06;
	background: url(../images/bg_titre_lavisinternet.gif) no-repeat;
	padding: 3px 0 0 25px;
}

a.ligne_box_internet {
	width: 158px;
	height: 22px;
	background: url(../images/bg_vie_internet1.gif) no-repeat;
	text-decoration: none;
	display: block;
	font: 12px arial;
	color: #3b494d;
	padding: 11px 0 0 25px;
}

a:hover.ligne_box_internet {
	width: 158px;
	height: 22px;
	background: url(../images/bg_vie_internet1_hover.gif) no-repeat;
	text-decoration: none;
	display: block;
	font: 12px arial;
	color: #3b494d;
	padding: 11px 0 0 25px;
}

a.lignebas_box_internet {
	width: 158px;
	height: 28px;
	background: url(../images/bg_bas_vie_internet.gif) no-repeat;
	text-decoration: none;
	display: block;
	font: 12px arial;
	color: #3b494d;
	padding: 11px 0 0 25px;
}

a:hover.lignebas_box_internet {
	width: 158px;
	height: 28px;
	background: url(../images/bg_bas_vie_internet_hover.gif) no-repeat;
	text-decoration: none;
	display: block;
	font: 12px arial;
	color: #3b494d;
	padding: 11px 0 0 25px;
}

/*********************************** les elements de center col **********************/
.geniecubecontenu a { /*color: #008cd7;*/
	
}

.bloc_txt {
	width: 584px;
	border-bottom: 1px #868686 dotted;
}

.bloc_txt h2 {
	width: 580px;
	height: 20px;
	font: bold 14px tahoma;
	color: #205f99;
	background: url(../images/bg_sous-titre1.gif) no-repeat;
	padding: 4px 0 0 4px;
}

.bloc_txt .txt {
	width: 580px;
	font: 12px arial;
	color: #383838;
	padding: 0px 0 18px 4px;
}

.conteneur_btt {
	height: 17px;
	overflow: hidden;
	/*float:right;*/
	/*margin:0 0 0 380px;*/
	padding: 0 0 11px 0;
}

.conteneur_btt .debut_btt {
	width: 21px;
	height: 17px;
	float: right;
	background: url(../images/debut_btt.gif) no-repeat;
}

.conteneur_btt a.btt {
	display: block;
	height: 16px;
	float: right;
	background: url(../images/corp_btt.gif) repeat-x;
	font: bold 11px arial;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 0 0 0;
}

.conteneur_btt .fin_btt {
	width: 10px;
	height: 17px;
	float: right;
	background: url(../images/fin_btt.gif) no-repeat;
}

.bloc_txt_fin {
	width: 584px;
	padding: 25px 0 0 0;
}

.bloc_txt_fin .txt {
	width: 580px;
	font: 12px arial;
	color: #383838;
	padding: 0px 0 18px 4px;
}

/*************************************************************************************/
/*************************** les elements de right col *******************************/
#conseiller {
	background: url(../images/bkg_conseiller_2.gif) no-repeat;
}

#conseiller .etape1 {
	background: url(../images/bkg_conseiller.gif) no-repeat 0 -47px;
}

#conseiller .etape2 {
	color: #627277;
}

#conseiller .etape2 img {
	margin: 5px 0 0 0;	
}

#conseiller .etape2 input[type="text"] {
	margin: 0 0 5px 0;
	width: 107px;
}

#conseiller .etape2 input[type="submit"] {
	width: 114px;
}

.titre_conseil {
	width: 158px;
	height: 18px;
	font: 12px arial;
	color: #334e67;
	padding: 4px 0 0 25px;;
	margin-top: 24px;
}

.content_conseil {
	width: 183px;
	height: 172px;
}

.content_conseil form {
	margin-top: 0;
}

.content_conseil .titre {
	padding: 4px 0 1px 25px;
	font: bold 12px arial;
	color: #9199a1;
}

.content_conseil .conteneur_inp {
	width: 183px;
	height: 22px;
	margin: 5px 0 0px 0;
}

.content_conseil .conteneur_inp input {
	height: 17px;
	margin: 3px 0 0px 27px;
	background: none;
	border: 0;
	font: 12px arial;
	color: #627277;
}

.telephone {
	width: 183px;
	height: 30px;
}

.content_conseil .conteneur_inp2 {
	overflow: hidden;
	margin-top: 5px;
}

.content_conseil .conteneur_inp_tel {
	width: 149px;
	height: 25px;
	float: left;
}

.content_conseil .conteneur_inp_tel input {
	height: 17px;
	margin: 3px 0 0px 27px;
	background: none;
	border: 0;
	font: 12px arial;
	color: #627277;
}

.bttok2 {
	float: left;
	width: 25px;
	height: 25px;
	border: none;
	background: none;
	cursor: pointer;
}

.flash_ao {
	width: 183px;
	height: 110px;
	margin: 24px 0 23px 0;
}

a.espace_client {
	width: 183px;
	height: 60px;
	display: block;
	background: url(../images/espace_client.gif) no-repeat;
	margin: 25px 0 0 0;
}

a.partenaire {
	width: 183px;
	height: 60px;
	display: block;
	background: url(../images/partenaire.gif) no-repeat;
	margin: 10px 0 0 0;
}

a.recrutement {
	width: 183px;
	height: 60px;
	display: block;
	background: url(../images/recrutement.gif) no-repeat;
	margin: 10px 0 0 0;
}

a.press {
	width: 183px;
	height: 60px;
	display: block;
	background: url(../images/espace_press.gif) no-repeat;
	margin: 10px 0 0 0;
}

a.espace_client span,a.partenaire span,a.recrutement span,a.press span {
	display: none;
}

.anniversaire {
	width: 183px;
	height: 89px;
	margin: 27px 0 0 0;
}

/************************************************************************************/
/************** footer 1 ********************/
#footer1 {
	width: 100%;
	background: #dce2e7 url(../images/bg_footer1.gif) repeat-x;
	padding: 25px 0;
}

#footer1 .conteur_contenu_footer {
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
}

.box_lien {
	width: 209px;
	/*height:140px;*/
	float: left;
	margin: 18px 0 0px 0;
	padding: 0 0 18px 0;
}

.box_lien .titre {
	width: 209px;
	height: 34px;
	font: bold 18px arial;
	color: #9d9d9d;
}

a.lien_footer1 {
	font: 12px arial;
	color: #7b8286;
	display: block;
	text-decoration: none;
}

a:hover.lien_footer1 {
	font: 12px arial;
	color: #008cd9;
	display: block;
	text-decoration: underline;
}

/* FOOTER CONSEILLER */
#contactRapideFooter {
	background: url(../images/conseiller_footer_tel.gif) no-repeat 33px bottom;
	margin: 18px 0 0 0;
	float: left;
	border-left: 1px solid #bbc0c5;
}

#contactRapideFooter > div {
	width: 333px;
	padding: 0 0 25px 30px;
	border-left: 1px solid #fff;
}

#contactRapideFooter span {
	font: bold 18px arial;
	color: #9d9d9d;
	display: block;
	margin-bottom: 7px;
}

#contactRapideFooter .etape1 {
	background: url(../images/conseiller_footer_champs.gif) no-repeat;
	position: relative;
}

#contactRapideFooter .etape1 input {
	border: none;
	background: none;
	width: 300px;
	padding: 0 0 0 10px;
	margin: 5px 0 7px 0;
	/margin: 3px 0 7px 0;
	color: #627277;
	font-size: 11px;
	height: 13px;
}

#contactRapideFooter .btnValider {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px !important;
	height: 25px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	background: none;
	cursor: pointer;
}

#contactRapideFooter .etape2 {
	display: none;
	position: relative;
	background: url(../images/conseiller_footer_fleche.gif) no-repeat 3px bottom;
	padding: 0 0 23px 0;
}

#contactRapideFooter .etape2 span {
	color: #627277;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

#contactRapideFooter .etape2 input[type="text"]{
	width: 326px;
	border: 1px solid #b4b4b4;
	border-bottom-color: #dddddd;
	border-right-color: #dddddd;
	margin: 3px 0 0 0;
}

#contactRapideFooter .etape2 input[type="submit"]{
	position: absolute;	
	bottom: -5px;
	right: 5px;
	width: 110px;
}

/**************** footer2 ***************/
#footer2 {
	width: 100%;
	/*height:73px;*/
	background-image: url(../images/bg_footer2.gif);
	background-repeat: repeat-x;
	background-color: #6e7276;
}

.footer2_cadre {
	width: 100%;
	background-image: url(../images/footer1_cadre.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer2 .conteneur_lien_bas {
	width: 996px;
	height: 31px;
	overflow: hidden;
	margin: 0 auto;
}

#footer2 .conteneur_lien_bas a.line_bas {
	float: left;
	display: block;
	padding: 7px 0px 0 0;
	font: 11px arial;
	color: #dce2e7;
	text-decoration: none;
}

#footer2 .conteneur_lien_bas a:hover.line_bas {
	float: left;
	display: block;
	font: 11px arial;
	color: #dce2e7;
	text-decoration: underline;
}

#footer2 .conteneur_lien_bas a.line_bas_second {
	float: left;
	display: block;
	font: 11px arial;
	color: #dce2e7;
	text-decoration: none;
	padding: 0px 0 0 37px;
	margin: 12px 0 0 0px;
	background: url(../images/puce_bas.gif) no-repeat;
}

.toaddonline img {
	border: none;
	vertical-align: middle;	
}

#footer2 .conteneur_lien_bas a:hover.line_bas_second {
	float: left;
	display: block;
	font: 11px arial;
	color: #dce2e7;
	text-decoration: underline;
}

.txt_footer2 {
	width: 996px;
	padding: 15px 0 15px 0;
	overflow: hidden;
	margin: 0 auto;
	font: 11px arial;
	color: #42474b;
	_padding: 15px 0 15px 0; /
	padding: 15px 0 15px 0;
}

.txt_footer2 a {
	color: #42474B;
	text-decoration: none;
}

.txt_footer2 a:hover {
	text-decoration: underline;
}

.puce_bas {
	width: 37px;
	height: 20px;
	margin: 9px 0 0 0;
	background: url(../images/puce_bas.gif) no-repeat;
	float: left;
}

/****************** menu d�roulant ************/
.menu_deroulant {
	width: 996px;
	height: 200px;
	z-index: 1000;
	position: absolute;
	margin: 0px 0 0 0;
	display: none;
	_top: 0px;
	_left: 0px; /
	top: 0px; /
	left: 0px;
}

.bg_m_d {
	background: url(../images/bg_menu_d.gif) repeat-y;
}

.cellule_menu {
	padding: 8px 0 0 17px;
}

a.lien_m_deroulant {
	background: url(../images/bg_lien_m_deroulant.gif) no-repeat;
	display: block;
	height: 20px;
	font: bold 12px arial;
	color: #45494f;
	padding: 2px 0 0 18px;
	text-decoration: none;
	width: auto;
}

a:hover.lien_m_deroulant {
	color: #008cd9;
	text-decoration: underline;
}

/************************** css page interne *******************/
#chemin {
	font: 11px arial;
	color: #9fafbc;
	margin: 5px 0 20px 0;
	position: absolute !important;
	background: none !important;
	top: -24px;
	left: 0;
}

#chemin a {
	font: 11px arial;
	color: #9fafbc;
	text-decoration: none;
}

#chemin a:hover {
	text-decoration: underline;
}

.flash_banner_interne {
	width: 584px;
	height: 111px;
}

.page_txt {
	width: 584px;
}

.page_txt h1 {
	height: 29px;
	font: bold 18px tahoma;
	color: #205f99;
	background: url(../images/bg_h1.png) no-repeat;
	padding: 0px 0 0 4px;
}

.page_txt h3 {
	width: 500x;
	height: 22px;
	font: bold 12px tahoma;
	color: #ff8604;
	background: url(../images/puce_h3.gif) 0% 50% no-repeat;
	padding: 6px 0 0 15px;
	margin: 0 0 0 5px;
}

.page_txt .txt {
	width: 580px;
	font: 12px arial;
	color: #383838;
	padding: 0px 0 18px 4px;
}

img,div,h1,h2,h3 {
	behavior: url(iepngfix.htc);
}

#captcha {
	display: none;
	text-align: center;
}

#captcha #captchaValue {
	width: 109px;
	border: 1px solid black;
	display: block;
	margin: 4px auto;
}

#captcha #captchaSubmit {
	width: 109px;
}

/* BANDEAU "REGLES" */
.aoplugin_defaut.addonline {
	border: none;
	background: url(../images/bandeau_regle_top.gif) repeat-x top left;
	padding-top: 10px;
}

.bandeau_ao_bottom {
	background: url(../images/bandeau_regle_bottom.gif) repeat-x bottom left;
	padding: 0 20px;
	margin-top: 3px;
	height: 5px;
}

.referenceClient {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
	overflow: hidden;
}


/* REFERENCES CLIENT */
.referenceClient img {
	border: none;	
}

.referenceClient a {
	display: block;	
}

.referenceClient div {
	position: absolute;
	top: 0;
	left: 0;
	width: 322px;
	height: 187px;
	background: url(../images/references/mask.png);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	cursor: pointer;
}

.referenceClient > span {
	position: absolute;
	top: -50px;
	left: 120px;
	width: 82px;
	height: 39px;
	background: url(../images/references/loupe.png);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 3;
	cursor: pointer;
}

.referenceClient.nomargin { margin-right: 0; }

.referenceClient .legend {
	position: absolute;
	bottom: -50px;
	left: 0;
	background: #000;
	padding: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #bebebe;
	width: 302px;
	text-decoration: none;
	font-size: 12px;
	z-index: 2;
}

.referenceClient .legend span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.referenceClient .legend:hover {
	opacity: 0.7 !important;
	filter: alpha(opacity=70);
}
