/* CSS Document */

body
{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	background: #E2E2E2;
}
/* On définit les marges haute et basse à 10px et les marges droite et gauche à 0 */
/* On met le padding à 0 pour le navigateur Opera qui définit des padding par défaut pour le body */
/* On utilise text-align: center ; pour Internet Explorer, c'est la seule façon de centrer les éléments de type block avec ce navigateur */
/* On a ajouté de quoi mettre une police de caractère et une couleur de fond */
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	
}

a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	font-weight: bold;
	color: #333333;
}

h1
{
	font-weight: bold;
	float: none;
	font-size: x-small;
	line-height: 10px;
	height: 10px;
	vertical-align: middle;
}

h2
{
	color: #0099CC;
	font-weight: bold;
	font-size: 14px;
}
h3
{
	color: #0099CC;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4
{
	font-weight: bold;
	font-size: inherit;
}
h5
{
	text-align: center;
	font-size: x-large;
}
.movie 
{
	margin-top: -15px;
	width: 100%;
	height: 100%;
	
}
div.movie 
{
	float: left;
	width: 725px;
	height: 500px;
	text-align: center;
	/*border: 1px solid #333333;*/
}
#anchorsdiv
{
	display:none;
}
/* CSS pour LightBox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../Images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../Images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



div#Intro
{
	font-size: 12px;
	font-weight: bold;
}

div#conteneur
{
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	border: 2px solid #666666;
	background-color: #FFFFFF;
}
/* On définit la largeur de la division qui contient l'ensemble de la page à 770 pixels */
/* margin: 0 auto ; est la méthode correcte pour centrer les éléments de type block (comme les divisions), nous centrons donc cette division */
/* Il faut rétablir l'alignement à gauche que nous avons changé plus haut */

div#header
{
	height: 79px;
	background-image:  url("_img/designe/Idecube_logo.gif");
	background-repeat: no-repeat;
}
/* On définit la hauteur de la partie header, contenant le titre du site */

div#header a
{
	width: 260px ;
	height: 54px ;
	display: block ;
	position: relative ;
	left: 16px ;
	top: 9px ;
	/*text-indent: -5000px ;*/
}/* On donne les mêmes dimensions au lien, chose possible grâce à la propriété display: block ; qui transforme le lien en élément de type block, auquel on peut donner des propriétés de taille. On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne cacher le texte hors de la page, ce que nous voulons. Ainsi il reste exploitable pour les syntèses vocales */

ul#contact
{
	list-style-position: outside;
	list-style-image: url(_img/designe/puceR.jpg);
	font-weight: bold;
}

ul#caract
{
	list-style-position: outside;
	list-style-image: url(_img/designe/puceR.jpg);
}

div#menu
{
/*	padding-top: 79;*/
	padding-bottom: 0;
}
/*on définit le menu*/

.MenuNoir
{
	background-image: url("_img/designe/titre_05.png");
	background-repeat: repeat-x;
	height: 45px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	font-size: larger;
}

.MenuNoir a
{
	display: block;
	text-decoration: none;
	background-image:  url('_img/designe/titre_05.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	height: 45px;
}

.MenuNoir a:hover
{
	
	background-image:  url("_img/designe/titre_10.png");
	background-repeat: repeat-x;
	padding-right: 15px;
	padding-left: 15px;
}

.MenuSepara
{
	background-image:  url("_img/designe/titre_07.png");
	background-repeat: no-repeat;
	width: 8px;
}

.MenuGris
{
	background-image:  url("_img/designe/titre_10.png");
	width: 380px;
	
}
.MenuDiago
{
	background-image:  url("_img/designe/titre_09.png");
	background-repeat: no-repeat;
	width: 20px;
	
}
div#banindex
{
	height: 800px;
	width: 850px;
	margin-left: 0px;
	margin-right: 0px;
}


div#contenu
{
	background: no-repeat;
	height: auto;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 98%;
}
/* On ajoute un petit élément décoratif sur le côté de la page et on crée un espace à gauche et à droite du contenu */

div#fondref
{
	background-color: #E2E2E2;
}

#titreref
{
	background-image: url(_img/designe/cadre_1.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	height: 20px;
	font-weight: bold;
	font-size: x-small;
	line-height: 17px;
	margin-top: 20px;
}

#titreservices
{
	background-image: url(_img/designe/cadre_1.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 10px;
	height: 20px;
	font-weight: bold;
	font-size: x-small;
	line-height: 17px;
	margin-top: 20px;
	color: #000000;
}


#titreproduit
{
	background-image: url(_img/designe/produits.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	height: 19px;
	font-weight: bold;
	font-size: x-small;
	line-height: 19px;
	margin-top: 20px;
	width: 202px;
	text-align: center;
}

.titreproduit
{
	margin-bottom: 20px;
	height: 13px;
	margin-top: 20px;
	margin-left: 20px;
	float: Aucune;
}

.puceproduit
{
	background-image: url(_img/designe/pucebleue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 38px;
	float: Aucune;
}

.fondtitreproduit
{
	width: 400px;
	height:23px;
	vertical-align: middle;
	line-height: 23px;
	background-image: url(_img/designe/gristitre.jpg);
	background-repeat: repeat;
	font-weight: bold;
	float: Aucune;
	font-size: x-small;

}
.degradetitreproduit
{
background-image: url(_img/designe/fin-bande.jpg);
background-repeat: no-repeat;
width: 160px;
background-position: left center;
}



#titreref2 
{
	background-image: url(_img/designe/cadre_16.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 10px;
	height: 20px;
	font-size: x-small;
	line-height: 17px;
	font-weight: bold;
}

#cadrelien
{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: thin solid #EFEFEF;
	background-color: #FFFFFF;
}


#cadreevenement
{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: thin solid #EFEFEF;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-right: 25px;
}

#cadreservices
{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	border: thin solid #EFEFEF;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-right: 25px;
}

#cadrecontact
{
	width: 315px;
	display: block;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#cadrecontact2
{
	float: left;
	width: 350px;
	height: 235px;
	background-image: url(_img/idecube_atenue.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 20px;
}

#cadre1
{
	width: 830px;
	height : auto;
	display: block;
	text-align: justify;
	line-height: 14px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#titrenews
{
	background-image: url('_img/bandenoire.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 45px;
	font-size: x-large;
	text-align: left;
	line-height: 45px;
	padding-left: 30px;
	float: left;
	width: 800px;
}

#introproduit
{
	display: block;
	text-align: justify;
	line-height: 18px;
	margin-left: 60px;
	width: 580px;
}
#textproduit
{
	display: block;
	text-align: justify;
	margin-left: 60px;
	width: 670px;
	float: left;
	line-height: 16px;
}
.cadre_prod
{
	width: 660px;
	text-align: justify;
	vertical-align: middle;
	margin-left: 50px;
	height: auto;
	margin-top: 20px;
	float: left;
	margin-bottom: 10px;
}
.produit
{
	position: static;
	background-image: url(_img/designe/cadre.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 203px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.produitimg
{
	margin: 20px 0px 0px;
	height: 116px;
	width: 202px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

.produitnom
{
	text-align: right;
	vertical-align: bottom;
	color: #CC0000;
	font-weight: bold;
	margin-right: 5px;
}

.produit a
{
	text-decoration: none;
	color: #006697;
	
}
.produit a:hover
{
	text-decoration: underline;
}
.cadre_log
{
	width: 660px;
	text-align: justify;
	vertical-align: middle;
	margin-left: 50px;
	height: 450px;
	margin-top: 20px;
}
.logiciel
{
	position: static;
	background-image: url(_img/designe/cadre_logiciel.gif);
	background-repeat: no-repeat;
	height: 210px;
	width: 286px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.logicieltitre
{
	vertical-align: middle;
	text-align: center;
	width: 250px;
	margin-left: 20px;
	line-height: 18px;
	height: 46px;
	font-weight: bold;
	font-size: 10px;
}

.logicielimg
{
	margin: 20px 0px 0px;
	height: 130px;
	width: 280px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

.logicieldesc
{
	height: 100px;
	width: 5px;
}

.marque 
{
	color: #CC3300;
	font-weight: bold;
}
.marque a
{
	text-decoration: none;
	color: #CC3300;
}
.marque a:hover
{
	text-decoration: underline;
}

.footer
{
	margin: 0;
	padding-right: 0px;
	padding-bottom:10px;
	line-height: 20px;
	text-align: right;
	background-image: url('_img/designe/titre_16.png');
	background-repeat: repeat-x;
	font-weight: bold;
	width: 850px;
}

p#footer
{
	margin: 0;
	line-height: 20px;
	text-align: right;
	background-image:  url("_img/designe/titre_16.png");
	background-repeat: repeat-x;
	font-weight: bold;
}
/* Mise en forme de la partie pied de page, rien d'extra-ordinaire */

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

/* En passant on définit l'overflow de la balise pre à auto pour permettre d'afficher des barres de défilement si le texte contenu dans cette balise est trop grand */
* html pre
{
	width: 636px ;
}
/* On doit donner une largeur au pre à cause d'Internet Explorer, on ne va donc l'appliquer qu'à Internet Explorer en utilisant un "hack", la combinaison " * html " permet de n'appliquer ce qui suis qu'à Internet Explorer */

#imgslogan {
	float:left;
}

#slogan {
	float: left;
	width: 430px;
	height: 254px;
	background-image: url(_img/fondslogan.png);
	background-repeat: repeat-x;
	padding-top: 130px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 40px;
	text-align: center;
}

#cadre2 {
	width: 374px;
	text-align: center;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	font-size: 8px;
}
#cadreinfo1{
	width:450px;
	height:320px;
	float:left;
}
#info1 {
	font-size: x-small;
	text-align: justify;
	line-height: 14px;
	height:300px;
}

#titreinfo1
{
	background-image: url("_img/bandegrise.jpg");
	font-size: large;
	text-align: left;
	line-height: 43px;
	height: 43px;
	margin-top: 20px;
	position: static;
	padding-left: 30px;
}

#cadreinfo2{
	width:350px;
	height:320px;
	float:left;
	margin-left: 30px;
}
#info2 {
	font-size: x-small;
	text-align: justify;
	line-height: 14px;
	height:300px;
}

#titreinfo2 {
	background-image:  url("_img/bandegrise.jpg");
	font-size: large;
	text-align: justify;
	line-height: 43px;
	height:43px;
	margin-top: 20px;
	
}

.logiciel a {

	text-decoration: none;
	color: #006697;
}
.logiciel a:hover {

	text-decoration: underline;
}
