/***************************************************************************************************************
** Géniecube Caméléon
** Css spécifique
** Add-Online, www.addonline.fr
***************************************************************************************************************/

body {
	background-color: #e2001a;
}

/* cadre rose, on décide du mode de répétition */
#cadre {
	background-color:#FFFFFF;
	background-repeat: repeat;
}

/* cadre violet, l'image peut être centrée ou répétée en x */
#cadre_2 {
	background-repeat: repeat-x;
}

/* hauteur du bandeau (navigation comprise) */
#header {
	height:136px;
}

/* taille et emplacement du lien de retourà l'accueil */
#header a.tohome {
	width:210px;
	height:83px;
	top:0;
	left:14px;
}

/* position de la barre de langue */
#langues {
	top:12px;
	right:16px;
}



/* Bloc de recherche
** largeur du champ de texte
 */
#recherche #txt_keywords {
	width:162px;
}

#recherche span {
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#000000;
	top:17px;
	left:50px;
}

/* alignement hozitonale des news flash */
#flashnews {
	margin-left:19px;
}

/**********************************************************************************************/
/* Bloc de menu vertical / horizontal
** Apparence et alignement du texte
*/

/* menu v > niveau 1 */
.menuv h1 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e2001a;
}
/* menu h > niveau 1 > apparence du texte */
#navh ul li a.hnormale,
#navh ul li a.hhover,
#navh ul li a.hhoverl {
	font-size:13px;
	text-transform:uppercase;
}
/* alignement horizontal des libellés de niveau 1 */
.menuv h1 span {
	padding-left:33px; 
}
/* alignement horizontal des libellés de niveau 2 */
.menuv h2 span {
	padding-left:53px;
}
/* alignement horizontal des libellés de niveau 3 et plus */
.smenuv span {
	padding-left:32px;
}
/* menu h > niveau 1 > out */
#navh a.hnormale {
	color:#fff;
}

/* menu h > niveau 1 > hover */
#navh a.hhover, #navh a.hhoverl {
	color:#c2c2c2;
}

/* 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:#e2001a;
}

/* menu v > niveau 1 > out */
.menuv a.hnormale {
	color:#000;
}

/* menu v > niveau 1 > hover */
.menuv a.hhover, .menuv a.hhoverl {
	color:#e2001a;
}

/**********************************************************************************************/
/* Bloc d'actualité
** Apparence et alignement du texte
*/
#actualite h1 span{
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:25px;
	left:24px;
	top:16px;
}

/**********************************************************************************************/
/* Boutons spécifiques
** Hauteur
** Alignement du lien
** image d'arrière plan
*/
.agences {
	background-image: url(../images/agences.gif);
	height:66px;
}
.agences a {
	top:12px;
	left:48px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
.industriel {
	background-image: url(../images/industriel.gif);
	height:59px;
}
.industriel a {
	top:22px;
	right:0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	width:183px;
	padding-left:15px;
	line-height:31px;
}
.chauffage {
	background-image: url(../images/chauffage.gif);
	height:44px;
}
.chauffage a {
	top:0;
	right:0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	width:183px;
	padding-left:15px;
	line-height:31px;
}
.flux {
	background-image: url(../images/flux.gif);
	height:78px;
}
.flux a {
	top:24px;
	left:48px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

#footer li {
	border-color:#fff;
}

#footer a {
	color:#fff;
}

#footer .tohome img {
	margin-left: 68px;
}