/* BOUTON MENU ACCUEIL */

.bouton1 a {
	display:block;
	width:150px;
	height:40px;
	background:url("graph2/Bacc1.png");
	}

.bouton1 a:hover {
	background-image:url("graph2/Bacc2.png");
	}

.bouton1 #en_cours a {
	background-image:url("graph2/Bacc3.png");
	}
	
/* BOUTON MENU SOLUTIONS WEB */

.bouton2 a {
	display:block;
	width:150px;
	height:40px;
	background:url("graph2/Bsolweb1.png");
	}

.bouton2 a:hover {
	background-image:url("graph2/Bsolweb2.png");
	}

.bouton2 #en_cours a {
	background-image:url("graph2/Bsolweb3.png");
	}
	
/* BOUTON MENU DEV */

.bouton3 a {
	display:block;
	width:150px;
	height:40px;
	background:url("graph2/Bdev1.png");
	}

.bouton3 a:hover {
	background-image:url("graph2/Bdev2.png");
	}

.bouton3 #en_cours a {
	background-image:url("graph2/Bdev3.png");
	}
	
/* BOUTON MENU ASS */

.bouton4 a {
	display:block;
	width:150px;
	height:40px;
	background:url("graph2/Bass1.png");
	}

.bouton4 a:hover {
	background-image:url("graph2/Bass2.png");
	}

.bouton4 #en_cours a {
	background-image:url("graph2/Bass3.png");
	}
	
/* BOUTON MENU CONSEIL */

.bouton5 a {
	display:block;
	width:150px;
	height:40px;
	background:url("graph2/Bcsl1.png");
	}

.bouton5 a:hover {
	background-image:url("graph2/Bcsl2.png");
	}

.bouton5 #en_cours a {
	background-image:url("graph2/Bcsl3.png");
	}

/* IMAGE ACCUEIL */

.image1 {
	width:990px;
	height:500px;
	background-image:url("graph2/Facc1.png");
	vertical-align:bottom;
	}

.tit1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CCC;
	}

.txt1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	}
	
.txt1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	}
	
/* FOOT ACCUEIL */

.foot1 {
	width:990px;
	height:80px;
	background-image:url("graph2/Foot1.png");
	vertical-align:middle;
	}

.tit1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CCC;
	}
	
.tit2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	}

.txt1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	}
	
.txt1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	}

/* FOOT SITE */

.txt3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	}
	
.txt3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	}

/* IMAGE SOLUTIONS WEB */

.image2 {
	width:990px;
	height:500px;
	background-image:url("graph2/Fheb1.png");
	}

/* IMAGE DEVELOPPEMENT WEB */

.image3 {
	width:990px;
	height:500px;
	background-image:url("graph2/Fdev1.png");
	}