/***************************************************************************************************************
** G�niecube Cam�l�on
** Css sp�cifique
** Add-Online, www.addonline.fr
***************************************************************************************************************/

body {
	background-color: #f4f9ff;
	font-size: 13px;
	color:#696969;
}

/* cadre rose, on d�cide du mode de r�p�tition */
#cadre {
	background-color:#f4f9ff;
	background-repeat: repeat-y;
	background-position:center;
}

#cadre_1 {
	background: url(../images/base/cadre_1.jpg) no-repeat;
	background-position:50% 0;
}

/* cadre violet, l'image peut �tre centr�e ou r�p�t�e en x */
#cadre_2 {
	background-position: bottom center;
	background-repeat:no-repeat;
	
}


#cadre_4 {
	/*background-color:#fdff01;*/
	}
/* hauteur du bandeau (navigation comprise) */
#header {
	height:155px;
}

/* taille et emplacement du lien de retour � l'accueil */
#header a.tohome {
	width:188px;
	height:74px;
	top:60px;
	left:30px;
}


/**********************************************************************************************/
/* Bloc de menu vertical / horizontal
** Apparence et alignement du texte
** ATTENTION : d�finir la couleur sur le 'a'
*/

/* menu v > niveau 1 */
.menuv h1 a {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

.menuv h1 a:hover {
	text-decoration:underline;
}

/* alignement horizontal des libell�s de niveau 1 */
.menuv h1 span {
	margin-top:40px;
	padding-left:33px; 
	padding-top:14px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
}

/* alignement horizontal des libell�s de niveau 2 */
.menuv h2 span {
	font-size:13px;
	padding-left:33px;
}

/* alignement horizontal des libell�s de niveau 3 et plus */
.smenuv span {
	padding-left:19px;
}

/* menu h > niveau 2 et plus > out */
/* menu v > niveau 3 et plus > out */
.smenuv a.snormale {
	color:#000;
}

/* menu h > niveau 2 et plus > hover */
/* menu v > niveau 3 et plus > hover */
.smenuv a.shover, .smenuv a.shoverl {
	color:#304695;
}

/* menu v > niveau 1 > out */
.menuv a.hnormale {
	color:#000;
}

/* menu v > niveau 1 > hover */
.menuv a.hhover, .menuv a.hhoverl {
	color:#304695;
}


/**********************************************************************************************/
#colonnedroite {
	width:717px;
}


#chemin, #chemin a{
	font-size:12px;
	color:#666;
}

/* Liens du contenu */
.geniecubecontenu a {
	color: #000;
	text-decoration: underline;
}
.geniecubecontenu a:hover {
	text-decoration: none;
}
#totop {
	padding-right:29px;
}

#totop a {
	color:#666;
	font-size:12px;
}



#navf li {
	margin-right:5px;
	font-size:12px;
}

#footer li {
	border-color:#96a1c9;
}

#footer a {
	color:#303030;
}

#footer {
	line-height:56px;
}

/* alignement horizontale du logo client de retour � l'accueil */
#footer .tohome {
	left: 60px;
}

#addonline {
	position:absolute;
	right:29px;
	top:0;
	line-height:18px;
}

#addonline img {
	vertical-align:middle;
}

#addonline a#toaddonline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8e8e8e;
	margin-right:5px;
}

/**********************************************************************************************/
/* 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: #555;
	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: normal;
	color: #000;
}
.modelePuce a {
	color: #555;
	text-decoration: underline;
}

