/* CSS Document */

/* Import du layout */
@import "layout.css";
@import "slimbox.css";
@import "carousel.css";


/* Style du body */ 
html, body{
	text-align: center;	
}

body{

	background:  #efefef;
	margin:0px;
	padding: 0;	
	color: #6e6e6e;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}



/* Redefinition des balises titres
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{

}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 0.9em;}
h6{font-size: 0.9em;}









/* Champs de Formulaires
-------------------------------------------------------- */

input.noborder {border:0;}
input.recherche {width:50px;}


input.small_button {
	border:1px solid #2c220e;
	background-color:#2c220e;
	color:#ccc;
	font-size:9px;	
}



select {

	margin : 2px;		
}

form {padding:0;margin:0;}

textarea{
	width: 96%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border:0;}

p {
	margin:4px 0;
}

/* Lien generique
-------------------------------------------------------- */
a, 
.link_new, .link_new:visited, 
#bloc_body_contact a:visited, 
#bloc_precedent_suivant a:visited {
	color:#fd8019;
	text-decoration:underline;

}

a:visited{
	color:#fd8019;
	text-decoration:underline;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.nolink {cursor:default;}

hr{
	height: 1px;
	margin: 10px  0;
	padding: 0;
	color: #74706d;
	background-color: #74706d;
	border: 0;
	clear:both;
}



/* miniatures photo 
-------------------------------------------------------- */
.div_galerie {
	float:left;
	border:0px solid #fff;
	margin-right:5px;
	text-align:center;
}

.miniature_photo2
{
	margin: 0px 3px;
	padding:0px;
	border:1px solid #f3fbfe;

/* Suppression du margin, du padding et des puces du <ul> */
}

.miniature_photo3
{
	margin: 1px 3px;
	padding:0px;
	border:1px solid #c6c6c6;

/* Suppression du margin, du padding et des puces du <ul> */
}



/* galerie photo en colonne */
#contenu .galerie_photo_colonne
{
	margin: 0 ;
	padding: 1px 0px ;
	text-align:center;
	float:left;
	border:0px solid #ccc;

/* Suppression du margin, du padding et des puces du <ul> */
}
#contenu .galerie_photo_colonne ul {list-style:none; margin:0;padding:0}
#contenu .galerie_photo_colonne li {margin:0 5px;}

#contenu .galerie_photo_colonne img 
{
	margin: 1px 5px 0px 0px;
	padding:0px;
	border:1px solid #c6c6c6;
}

#contenu .galerie_photo_colonne a, .galerie_photo_gauche a:visited, .galerie_photo_gauche a:hover {
	text-decoration:none;
}

#contenu .galerie_photo_colonne p {
		margin:0;
		padding:0;
		text-align:left;
		font-style:italic;
}

#contenu .galerie_photo_colonne span {
	float:right;
	width:30px;
	
	padding-right:10px;
	font-style:normal;
}



/* galerie_photo_ligne */
#contenu .galerie_photo_ligne
{
	margin: 0 ;
	padding: 2px 5px 2px 5px;
	list-style-type: none ;
	float:right;

/* Suppression du margin, du padding et des puces du <ul> */
}
#contenu .galerie_photo_ligne ul {margin:0;padding:0;list-style:none;}
#contenu .galerie_photo_ligne li
{
	margin: 0px 2px ;
	padding: 0px ;
	text-align:center;
	display:inline;

}

#contenu .galerie_photo_ligne  img 
{
	margin: 0;
	padding:0;

}

#contenu .galerie_photo_ligne a, .galerie_photo_ligne a:visited {
	text-decoration:none;
}


.miniature_photo
{
	margin: 1px 3px ;
	border:2px solid #FFF;
/* Suppression du margin, du padding et des puces du <ul> */
}



.lien_fleche {
	background:url(../images/lien_fleche.gif) left 3px no-repeat;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;
}

.lien_fleche2  {
	background:url(../images/lien_fleche2.gif) left 4px no-repeat;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
.lien_fleche2 a:link, .lien_fleche2:visited {color:#FFF;}


.lien_fleche3, .lien_fleche3:hover,.lien_fleche3:visited  {
	background:url(../images/lien_3fleche.gif) left center no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}





/* intro du corps home
-------------------------------------------------------- */



/*** Mise en forme du formulaire ***/

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	margin: 0;
	padding: .5em;
}

#piedForm {
	text-align: center; /*** Les boutons sont alignes a droite ***/
}

#piedForm input {
	font-weight: bold; /*** Pour ameliorer la lisibilite des boutons ***/
	padding: 0.1em 0.1em;

}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/

	color: #000;
	margin: 0;
	padding: 1em;
}

#corpForm input {
	font-size:10px;
}

#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 5px;
	border: 1px solid #6d6e71;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #000;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	color:#000;
}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 45%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.interets p{	/*** Mise en forme des intitules de champs ***/
	
	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignes a droite... ***/
	margin-left:35%;
	padding: 0 .5em 0 5px;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.software p{	/*** Mise en forme des intitules de champs ***/
	
	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignes a droite... ***/
	margin-left:20%;
	padding: 0 .5em 0 5px;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.quizz p {
	padding:10px;
}

#corpForm fieldset.quizz input {border:0}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitules ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size:10px;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}


/* styles passe-partout 
-------------------------------------------------------- */

/* utile pour repartir du bloc le plus bas lorsque 2 blocs en colonnes */
.clear {
	clear : both;
	line-height:1px;
}
.no-show {
	display:none;
}

.zoom_photo {
		font-size: 9px;
		letter-spacing:2px;
		color:#531E1D;
		text-align:center;
}

.ico_home
{

	border:1px solid #CCC;
}

/* style utilisé pour bandeau connexion */

.separateur_menu {
	background:url(../images/separateur_menu.gif)  0 2px no-repeat;
	line-height:26px;
}

.separation {
	clear:both;
	border-color:#e2e2e2;
	height: 15px;
	line-height: 15px;
	margin:5px 0 0 0;
	padding: 0;
	border-style:solid;
	border-width:1px 0 0 0;
	
}

.separation2 {
	height: 1px;
	line-height: 1px;
	margin: 5px 0;
	padding: 0;
	background-color:#F0F0F0;
	clear:both;
}

.separation3 {
	height: 3px;
	line-height: 3px;
	margin:  0 0 7px 0;
	padding: 0;
	border-color:#72cae7;
	border-style:solid;
	border-width:2px 0 0 0;
	width:300px;
	clear:both;
}





/* styles pour le bien */

.prix_bien {
	color:#FFFFFF;
}

.libelle_bien {
	font-weight:bold;
}

/* pagination */

.pages {
	text-align:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.pages a, .pages a:visited {
	border:1px solid #265b7f;
	background-color:#c9d5da;
	text-decoration:none;
	padding:2px 5px;
	line-height:18px;
	width:5px;
	color:#ffffff;
	font-weight:bold;
}

.pages .page_active, .pages .page_active:visited
{
	background-color:#84adda;
	color:#FFFFFF;
	border:1px solid #265b7f;
}

.pages .page_active:hover, .pages .page_active:visited:hover
{
	background-color:#84adda;
	color:#fff;
	cursor:default;
}

.photo_cadre {
	border:5px solid #3e0d3d;
}

.smalltext {
	font-size:9px;
	color:#666666;
}

.warning {
	border:1px dashed #FFCC00;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFCC00;
	padding:10px;
}

.tab_contenu {
	padding:0px 0;
}

/* habillage cadre principal */
.eperluette_haut {
  position: absolute;
  top: 0px;
  left: -145px;
}

.eperluette_bas {
  position: absolute;
  bottom: 0px;
  right: -131px;    
}


.div_moitie_gauche {
	float:left;
	width:274px;
	padding-left:20px;

}



.div_moitie_droite {
	float:right;
	width:220px;

}




.div_actu {
	float:left;
	width:90px;
	border:0px solid #fff;
    padding:0 8px ;
	font-size:10px;
}


.cadre_gris {
	background:url(../images/fond_bloc_news.jpg) center no-repeat;
	float:left;
	width:303px;
	height:154px;
	padding:0;
	margin:0;
}

.cadre_gris .titre_cadre {
	padding:4px 0 2px 25px;
	font-size:12px;
	font-weight:bold;
	color:#8e8f91;
}
.cadre_gris .titre_cadre a, .cadre_gris .titre_cadre a:visited {color:#8e8f91;}

.cadre_gris_lien {float:left;width:130px; height:154px;}
.cadre_gris_lien a, .cadre_gris_lien_bis {display:block; width: 100%; height: 100%; text-decoration:none; clear: both;  }
.cadre_gris_fond {
	padding:10px 15px 10px 0px;
	float:left;
	width:155px;

}

.cadre_lien_large {height:50px;}
.cadre_lien_large a {display:block; width: 100%; height: 100%; text-decoration:none; clear: both;  }

.cadre_encart {
	float:right;
	width:350px;
	padding:20px 0 0 0;
	margin:0;

}

.cadre_bleu {
	background:url(../images/fond_bloc_services.jpg) top no-repeat;
	float:right;
	width:303px;
	height:154px;
	padding:0;
	margin:0 25px 0 0;
}

.cadre_bleu .titre_cadre {
	padding:4px 0 2px 25px;
	font-size:12px;
	font-weight:bold;
	color:#8e8f91;
}
.cadre_bleu .titre_cadre a, .cadre_bleu .titre_cadre a:visited {color:#1d618f;}




.bloc_central {
	padding-right:30px;
	padding-left:20px;
}

.espace_haut_sidebar {
height:180px;
}

.espace_haut_sidebar_large {
height:280px;
}

/* styles infobulle */
.tool-tip {

	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px;
	background: url(../images/bubble.jpg) top left;
}
 
.tool-text {
	font-size: 10px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.jpg) bottom right;
	text-align:left;
}

.liste_connexe {
	margin:0 0 0 25px;
	padding:0;
	list-style-image:url(../images/lien_fleche.gif);
 }
 
.liste_connexe li {padding:1px 0; font-weight:bold;}

.liste_connexe li a, .liste_connexe li a:visited {text-decoration:underline;}
 



/* gestion des sous menus du produit */

.sousmenu_produit {

}

.sousmenu_produit{
	margin:13px 0 12px 0;
	padding: 0px;
	list-style-type: none;
	text-align:right;
	padding-right:30px;
}

.sousmenu_produit li {
	padding: 0;
	display:inline;
	margin:0;

}

.sousmenu_produit li a:link, .sousmenu_produit li a:visited { 
	background:url(../images/fond_menu_off.gif) top repeat-x;
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}

.sousmenu_produit li a:hover, .sousmenu_produit li a:visited:hover { 
	background:url(../images/fond_menu_on.gif) top repeat-x;
}


.bloc_bureau {
float:left;
width:320px;
border:0px solid black;
margin-right:15px;
}

.legende_photo {
padding:2px 5px;
font-size:9px;
}

.legende_photo a:link, .legende_photo a:visited {color:#000;}

.submit {
     border:none;
     color:#fff;
     background: transparent url(../images/fond_ok.jpg) no-repeat top left;
     width:38px;
     height:21px;
	 font-weight:bold;
	 font-size:10px;
	 padding:0 ;
	 margin:0;
}

.entete_separateur {
	float:left;
	width:50px;
	padding-top:12px;
	text-align:center;
	background:url(../images/separateur_top.gif) left 15px  no-repeat;
}


#sidebar .liste_produit {
	color:#b2b2b2;
	clear:both;
	padding:0 0 10px 15px;

	line-height:16px;
}
#sidebar .liste_produit h1 {margin:0;padding:0;	font-size:20px; text-transform:uppercase;}
#sidebar .liste_produit a:link, #sidebar .liste_produit a:visited {
	color:#b2b2b2;
	text-decoration:none;
	font-weight:bold;
}

#sidebar .liste_produit img {padding-right:12px;}

.tab_body_large {margin-top:30px;}

.rect_arrondi {
	position:relative;
	border:1px solid #d3d3d3;

	padding:20px 10px 10px 10px;
}

#contenu .rect_arrondi h1 {
	position:absolute;
	top:-10px;
	left:10px;
	background-color:#FFFFFF;
	width:200px;
	color:#fd8c30;
	font-size:14px;
	letter-spacing:normal;
	text-transform:none;
	padding:0 5px;
}

#contenu .rect_arrondi h2 a,
#contenu .produit_techcenter h2
 { font-size:20px; text-transform:uppercase;}



.rect_arrondi_haut_gauche {
	position:absolute;
	top:-1px;
	left:-1px;
	width:7px;
	height:7px;
	background:url(../images/coingris_haut_gauche.gif) left top no-repeat;
}
.rect_arrondi_haut_droit {
	position:absolute;
	top:-1px;
	right:-1px;
	width:7px;
	height:7px;
	background:url(../images/coingris_haut_droit.gif) left top no-repeat;
}
.rect_arrondi_bas_gauche {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:7px;
	height:7px;
	background:url(../images/coingris_bas_gauche.gif) left top no-repeat;
}
.rect_arrondi_bas_droit {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:7px;
	height:7px;
	background:url(../images/coingris_bas_droit.gif) left top no-repeat;
}

.bloc_deroulant { overflow:auto; padding-left:40px;}

.bloc_deroulant  ul {margin:0;padding:0; list-style:none;}
.bloc_deroulant  ul li {padding-left:15px; background:url(../images/lien_fleche.gif) left 5px no-repeat; color:#fd8019; font-size:12px; font-weight:bold; padding-bottom:3px;}


#contenu .fond_bloc_produit_droite {
	background:url(../images/fond_bloc_gris_bottom.jpg) bottom center no-repeat;
	width:191px;
	float:right;
	margin-bottom:10px;	
	clear:both;
}

#contenu .bloc_produit_droite {
	background:url(../images/fond_bloc_gris_top.jpg) top center no-repeat;
}

#contenu .bloc_produit_droite h2 {
	text-align:right;
	font-size:14px;
	color:#bebebe;
	margin:0px 10px 5px 50px;
	padding-top:8px;
	border-bottom:1px solid #bebebe;
}

/* styles ticker news */

#NewsVertical {
	width: 460px;
	height: 350px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	width: 460px;
	height: 350px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 460px;
	height: 350px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#contenu h3.puce_titre {
	padding-left:15px;
	background:url(../images/puce_orange.gif) left no-repeat;
}
.legende { font-style:italic; text-align:left;padding-left:5px;}
.sslegende { font-size:9px;}

.contact_us a { font-size:13px; color:#B5B5B5; padding-left:3px; text-decoration:none;}

.bloc_resultat {padding-bottom:15px;}

#contenu .item_resultat a:link, #contenu .item_resultat a:visited {
	text-decoration:underline;
}

#contenu h3.titre_tech {
	color:#7C7C7C;
	font-size:13px;
	padding-left:10px;
	margin:0 5px;
	background:url(../images/puce_gris.gif) left 7px no-repeat;

}

.lien_download { text-align:right; margin:2px 0; clear:both; padding:3px 10px; background-color:#F3F3F3;}

.lien_download a {
	background:url(../images/lien_fleche.gif) left 3px no-repeat;
	padding-left:12px;
	font-size:11px;
	font-weight:bold;

}

.item_cadre_tech { background-color:#F3F3F3; padding:2px 5px; margin:1px 0;}