/***************************************************************************************************************
** Géniniecube Cameleon
** Css spécifique
** Add-Online, www.addonline.fr
***************************************************************************************************************/

body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e3237;
}
sup {font-size:14px;}
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* cadre rose, on décide du mode de répétition */
#cadre {
	background-color:#000000;
	background-repeat: repeat-y;
	background-position:top center;
}

/* cadre saumon, grande image du haut en fond */
#cadre_1 {
	background: url(../images/base/cadre_1.jpg) no-repeat top center;
}


/* cadre violet, l'image peut être centrée ou répétée en x */
#cadre_2 {
	background-repeat: no-repeat;
	background-position:bottom center;
	
}

#cadre_2b {
	
	background-repeat: repeat-x;
}
#cadre_3 {
	width:900px;
	
	}

	/* hauteur du bandeau (navigation comprise) */
#header, #header2 {
	height:209px;
	width:900px;
}
#header2 {
	/*background-color:#01e5ff;*/
	position:relative;
	background: url(../images/base/header2.gif) no-repeat;
	width:964px;
	z-index:2;
}

/* taille et emplacement du lien de retour à l'accueil */
#header a.tohome, #header2 a.tohome{
	width:900px;
	height:209px;
	
}
#header2 a.tohome {
	position:absolute;
	display:block;
	cursor:pointer;
}

#header2 a.tohome span {
	display:none;
}
/* position de la barre de langue - display:none si barre de langues absente*/
#langues {
	/*display:none;*/
	top:12px;
	right:16px;
}

.deconnexion{
	margin-left:20px;
	margin-top:105px;
	position:absolute;	
}
/**********************************************************************************************/
/* Bloc de menu horizontal
** Apparence et alignement du texte
** ATTENTION : définir la couleur sur le 'a'
*/

#navh{
height:41px;
}
/* menu h > niveau 1 > apparence du texte */
#navh ul li a.hnormale,
#navh ul li a.hhover,
#navh ul li a.hhoverl {
	line-height:38px;
	height:41px;
	font-size:14px;
	/*text-transform:uppercase;*/
	border:2px solid transparent;
	border-bottom:none;
	text-decoration:none;
	/*background:url(../images/border.gif) left top no-repeat;*/
}
#navh ul li.lifirst a.hnormale,
#navh ul li.lifirst a.hhover,
#navh ul li.lifirst a.hhoverl {
background:none;
}
/*etat hover*/
#navh > ul > li:hover > a {
	height:36px;
	background-image:none;
	background-color:#4e4e4e;
	color:#FFFFFF;
	/*border:2px solid #0097d6;*/
	border-bottom:none;
	text-decoration:none;
}

/* menu h > niveau 1 > out */
#navh > ul > li > a {
	color:#000;
}

/* menu h > niveau 1 > hover */
#navh > ul > li:hover > a {
	color:#fff;
	text-decoration:none !important;
}

/**********************************************************************************************/
/* Bloc de menu vertical
** Apparence et alignement du texte
** ATTENTION : définir la couleur sur le 'a'
*/

.menuv{
	background: url(../images/base/bkg_menuv_bottom.gif) no-repeat bottom left;
	padding-bottom:10px;
	margin-left:5px;
	margin-top:10px;
	font-size:12px;
	font-weight:normal;
}
.menuv h1 a {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-align:center;
}
.menuv li:hover a span{
	color:#FFFFFF;
}

/* alignement horizontal des libellés de niveau 1 */
.menuv h1 span {
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}
/* alignement horizontal des libellés de niveau 2 */
.menuv span {
	padding-left:20px;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

/* menu v > niveau 1 > out */
.menuv a.hnormale {
	color:#000;
}

/* menu v > niveau 1 > hover */
.menuv a.hhover, .menuv a.hhoverl {
	color:#e2001a;
}
/**********************************************************************************************/
/* Bloc de sous menu
** Apparence et alignement du texte
** ATTENTION : définir la couleur sur le 'a'
*/

/* alignement horizontal des libellés de niveau 3 et plus */
.smenuv span {
	padding-left:17px;
}

/* menu h > niveau 2 et plus > out */
/* menu v > niveau 3 et plus > out */
.smenuv ul  li > a {
	color:#fff;
}

/* menu h > niveau 2 et plus > hover */
/* menu v > niveau 3 et plus > hover */
.smenuv ul  li:hover > a {
	color:#4e4e4e;
	text-decoration:none !important;
}
#navh .smenuv{
	top:42px;
	borde-top:1px solid #f7fce6;
}
/* position des menus deroulants de niveau 3*/
#navh .smenuv .smenuv, #colonnegauche .smenuv .smenuv{
	left:176px;
}

#colonnegauche {
width:190px;
margin-top:5px;
}
/**********************************************************************************************/
/* Bloc de recherche
** largeur du champ de texte
 */
#recherche #txt_keywords {
	width:136px;
	color:#3d3d3d;
	margin-top:1px;
}

#recherche span {
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#000000;
	top:27px;
	left:25px;
}

#recherche #btn_search {
	top:47px;
	right:10px;
	width:25px;
}

/* Bloc d'actualité
** Apparence et alignement du texte
*/

#actualite {
	background-image: url(../images/actualite.gif);
	height:284px;
}

/* alignement hozitonale des news flash */
#news {
	margin-top:15px;
}

#bt {
	margin-top:15px;
}
/* Boutons spécifiques
** Hauteur
** Alignement du lien
** image d'arrière plan
*/

/*exemple de bouton image sans texte*/
/*display:none necessaire pour cacher le texte des boutons spécifiques (mettre quand même un libéllé cohérent dans la .html)*/
.btn span{
	display:none;
}
.conseiller {
	background-image: url(../images/conseiller.gif);
	height:160px;
	margin-left:5px;
}
#contactrapide {
margin:0 0 10px 0px;
overflow:hidden;
padding:0;
width:186px;
padding-top:35px;
}
#contactrapide fieldset, #captcha {
background-repeat:no-repeat;
border:medium none;
margin:0;
padding:8px 0 10px;
width:180px;
}
#captcha {
display:none;
font-size:11px;
}
#contactrapide fieldset div, #captcha div {
margin:5px 0 0 8px;
}
#contactrapide fieldset legend {
display:none;
}
#contactrapide input.champConseil {
border:1px solid #C1C2BA;
font-size:11px;
width:140px;
}
#contactrapide .envoi input {
float:left;
}
#contactrapide .envoi button {
background-color:transparent;
background-image:url(../images/btn_ok.gif);
background-repeat:no-repeat;
border:medium none;
/*position:absolute;*/
cursor:pointer;
display:block;
height:26px;
margin-left:147px;
margin-top:0px;
/margin-top:-20px;
width:27px;
}
#contactrapide .envoi button b {
display:none;
}

.genesys a {
	top:5px;
	right:0;
	width:180px;
	padding: 130px 0 0 0;
}

/*exemple de bouton image avec texte*/
.espace_client {
	background-image: url(../images/espace_client.gif);
	height:57px;
}

.espace_client a {
	display:block;
	color:#555B25;
	font-size:14px;
	left:5px;
	line-height:18px;
	padding:10px 0 10px 12px;
	right:0;
	top:12px;
	width:153px;
}
#actu{
	background-color:#dcdcdc;
	padding-top:8px;
	padding-bottom:4px;
}
#actua{
	background-color:#f7fce6;
	border:1px solid #c1c2ba;
	margin-left:8px;
	width:167px;
	height:97px;
}
/**********************************************************************************************/
/*couleur fil d'ariane*/
#chemin, #chemin a {
	color:#7e7e7e;
}
#chemin{
	margin-left:5px;
}
#contenu{
	margin-left:5px;
	margin-right:5px;
}
/*couleur lien "retour haut de page"*/
#totop a{
	color:#000;
}

/*position du logo AO*/
#addonline {
	position:absolute;
	right:0px;
}

/*position du lien "creation site internet"*/
#addonline a#toaddonline{
	color:#000;
	line-height:50px;
}

/*position de la ligne de liens du pied de page*/
#navf {
	margin-right:10px;
	left:230px;
	top:5px;
}

/*style des separateurs de liens du pied de page*/
#navf li {
	border-right:1px solid #000;
}
#footer {
	width:900px;
	height:51px;
	line-height:51px;
	margin:0;
	padding:0;
}
/*couleur des liens du pied de page*/
#footer a {
	color:#000;
}

/* alignement horizontale du logo client de retour à l'accueil */
#footer .tohome {
	left: 22px;
}

#totop{
padding-right:10px;
}
/**********************************************************************************************/
/* Liens du contenu */
.geniecubecontenu a {
	color: #000;
	text-decoration: underline;
}
.geniecubecontenu a:hover {
	text-decoration: none;
}

/**********************************************************************************************/
/* Modele de titre */
.modeleTitre {
	background: url(../images/base/titre.gif) no-repeat 0 4px;
	padding-left: 15px;
}
.modeleTitre h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.modeleTitre a {
	color: #f00;
	text-decoration: underline;
}

/* Modele de puce */
.modelePuce h2 {
	background: url(../images/base/puce.gif) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #2e3237;
}
.modelePuce a {
	color: #f00;
	text-decoration: underline;
}
#colonnedroite {
width:690px;
padding-top:15px;
margin-left:15px;
}
#colonnedroite2 {
width:860px;
padding-top:15px;
margin-left:15px;
}

/*******************/
#getextranet {
border:2px solid #484848;
color:#484848;
font-size:11px;
margin:50px auto;
padding:10px;
width:300px;
}
#getextranet label {
float:left;
margin-top:4px;
width:178px;
}
#getextranet .extraannuler, #getextranet .extravalider {
width:59px;
}
#getextranet div[class^="ligne"] {
margin-bottom:5px;
overflow:auto;
}
#getextranet .ligne2 {
text-align:right;
}
#getextranet .ligne3 {
margin:15px 0 0 !important;
text-align:right;
}
#getextranet input {
border:1px solid #484848;
color:#484848;
font-size:11px;
}
#getextranet .ligne2 input {
background-color:#dcdcdc;
}
