@charset "utf-8";
/* CSS Document */


/* -------------------- général --------------- */
* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}
html {
	width:100%;
	height:100%;
}
body {
	min-height:100%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../image/fond/barre-alanou.gif);
	background-repeat: repeat-x;
	background-position: 192px 192px;
}
a {
	color:#09F;
	text-decoration:none;
}
a:hover {
	color:#72cbce;
	text-decoration:none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	color:#FFFFFF;
	font-size:14px;
	text-align: justify;
	text-indent: 10px;
}
h1 {
	font-size:14px;
	font-weight: lighter;
	color:#999999;
	letter-spacing: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
h3 {
	font-size:16px;
	color:#72cbce;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:20px;
	color:#09F;
}
h5 {
	font-size:12px;
	text-align: center;
}
h6 {
	font-size:9px;
	text-align: right;
}
h6 a {
	font-size:13px;
	color: #F60;
	margin: 0px;
	line-height: 6px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.orange {
	color: #ff7c00;
}
.clear{
	clear:both;
}
/* --------------- menu haut --------------- */
#menu-haut {
	position: absolute;
	height: 155px;
	width: 210px;
	padding:5px;
	left: 591px;
	top: 80px;
	border: 3px solid #88817f;
	background-color: #FFFFFF;
}
.menu-haut {
	position: relative;
	float: left;
	height: 39px;
	width: 200px;
	background-repeat:no-repeat;
}
a #graphisme-haut {
	background-image:url(../image/menu-haut/graphisme.gif);
}
a:hover #graphisme-haut {
	background-image:url(../image/menu-haut/graphisme-on.gif);
}
a #site-internet-haut {
	background-image:url(../image/menu-haut/site-internet.gif);
}
a:hover #site-internet-haut {
	background-image:url(../image/menu-haut/site-internet-on.gif);
}
a #formation-haut {
	background-image:url(../image/menu-haut/formation.gif);
}
a:hover #formation-haut {
	background-image:url(../image/menu-haut/formation-on.gif);
}
a #conseil-haut {
	background-image:url(../image/menu-haut/conseil.gif);
}
a:hover #conseil-haut {
	background-image:url(../image/menu-haut/conseil-on.gif);
}
/* --------------- FIN menu haut --------------- */

/* --------------- menu bas --------------- */
#menu-bas {
	font-size: 9px;
	text-align: center;
}
/* --------------- FIN menu bas--------------- */
/* ----------------- FIN général --------------- */


/* ----------------- communs --------------- */
#globale {
	width: 100%;
}
#entete {
	position:relative;
	width: 950px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	color: #666;
}

#contenu {
	position: relative;
	background-color:#000000;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contenu-int {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#texte {
	position: relative;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#texte-gauche {
	position: relative;
	width:430px;
	float: left;
}
#texte-droite {
	position: relative;
	width:430px;
}


/* ----------------- index --------------- */
#contenu-index {
	width:auto;
	height: 300px;
	background-image: url(../image/fond/fond-alanou.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#000000;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#menu-index {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 180px;
	padding-left: 180px;
}
.menu-index {
	width: 450px;
	height: 34px;
}
a .menu-index {
	color:#ff7c00;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover .menu-index {
	text-decoration:none;
	color:#ffffff;
}
a #graphisme {
	background-image: url(../image/menu-index/graphisme.gif);
}
a:hover #graphisme {
	background-image: url(../image/menu-index/graphisme-on.gif);
}
a #site-internet {
	background-image: url(../image/menu-index/site-internet.gif);
}
a:hover #site-internet {
	background-image: url(../image/menu-index/site-internet-on.gif);
}
a #formation {
	background-image: url(../image/menu-index/formation.gif);
}
a:hover #formation {
	background-image: url(../image/menu-index/formation-on.gif);
}
#bas-page-index {
	text-align: center;
}
/* ----------------- FIN index --------------- */


/* ----------------- graphisme et design --------------- */
#contenu-graphisme {
	position: relative;
	width: auto;
	height: 300px;
	background-color:#000000;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contenu-int-graphisme {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 40px;
}
.fenetre{
	height: 159px;
	width: 234px;
	float: left;
	margin: 35px;
}
a #logo-graphisme {
	background-image: url(../image/graphisme/Logo-graphisme.jpg);
	background-repeat: no-repeat;
}
a:hover #logo-graphisme {
	background-image: url(../image/graphisme/Logo-graphisme-on.jpg);
	background-repeat: no-repeat;
}
a #edition-graphisme {
	background-image: url(../image/graphisme/edition-graphisme.jpg);
	background-repeat: no-repeat;
}
a:hover #edition-graphisme {
	background-image: url(../image/graphisme/edition-graphisme-on.jpg);
	background-repeat: no-repeat;
}
a #d-graphisme {
	background-image: url(../image/graphisme/d-graphisme.jpg);
	background-repeat: no-repeat;
}
a:hover #d-graphisme {
	background-image: url(../image/graphisme/d-graphisme-on.jpg);
	background-repeat: no-repeat;
}
#menu-logo {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------- FIN graphisme et design --------------- */


/* ----------------- sites internet --------------- */
#contenu-site {
	position: relative;
	width: auto;
	height:450px;
	background-color:#000000;
	margin-bottom: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#contenu-coverflow {
	width: 800px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#fond-noir {
	background-color: #000000;
	width: auto;
}
/* ----------------- FIN sites internet --------------- */


/* ----------------- formations --------------- */
.logiciel {
	width: 800px;
	height: auto;
	margin-left: 100px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.icone-logiciel {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	position: relative;
}
#texte-formation {
	position: relative;
	width: 550px;
	float: left;
	border:solid #CCC thin;
	margin-left:20px;
	padding:20px;
}
.liste-formation {
	position: relative;
	width: 250px;
	margin-left: 650px;
	margin-bottom:30px;
}
.logiciel p{
	text-indent:0px;
}
/* ----------------- FIN formations-logiciels --------------- */



/* --------------- lien site internet --------------- */
.site {
	color:#FF6633;
}
/* --------------- fin site internet --------------- */


/* --------------- Audit et conseil --------------- */
#contenu-conseil {
	width:920px;
	height:300px;
	margin-right:auto;
	margin-left:auto;
	}
#contenu-conseil .texte {
	width:460px;
	float:left;
	}
#contenu-conseil .texte img{
	margin-left:100px;
	}
#contenu-conseil .texte ul{
	margin-left:100px;
	}
/* --------------- FIN Audit et conseil --------------- */ 
#espace-eleve {
	height: 28px;
	width: 99px;
	position: absolute;
	left: 842px;
	top: 8px;
}

