html {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: black;
}

body {
margin-top: 0px;
background-attachment: fixed;	
background-repeat: no-repeat;
background-image: url('img/fond.jpg'); 
margin: 0;
}

/* ------------------------------------------------------------------------------------------ */
/* --------------------------------------- SQUELETTE  --------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
#site {
width: 1000px;
margin-left: auto;
margin-right: auto;
}

#header {
float: left;
background-image: url('img/haut.png');
background-position: top right;
background-repeat: no-repeat;
width: 1000px;
height: 77px;
}

#navigation {
float: left;
background-image: url('img/fond_navigation.png');
background-repeat: no-repeat;
width: 990px;
min-height:45px;
height:auto !important;
height:45px;
color: white;
background-color: #253f80;
font-size: 1.2em;
font-weight: bold;
padding-left: 10px;
padding-top: 10px;
}

#contenu {
float: left;
width: 978px;
background-color: white;
padding: 20px 10px 0px 10px;
border-left: 1px #EEE solid;
border-right: 1px #EEE solid;
min-height:400px;
height:auto !important;
height:400px;
}

.colonne {
float: left;	
width: 470px;
margin-right: 15px;
min-height:100px;
height:auto !important;
height:100px;
}

#prefooter {
background-color: red;
float: left;
width: 975px;
}

#footer {
float: left;
background-image: url('img/bas.png');
background-position: top right;
background-repeat: no-repeat;
height: 54px;
width: 988px;
border-left: 1px #EEE solid;
border-right: 1px #EEE solid;
border-bottom: 1px #AAA solid;
padding-top: 20px;
padding-right: 10px;
text-align: center;
color: #777;
}

#footer a {
color: #777;
text-decoration: none;
}


/* ------------------------------------------------------------------------------------------ */
/* ----------------------------------------- IMAGES ----------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

#pres {
background-image: url('img/accueil.jpg');
background-repeat: no-repeat;
float: left;
/* 920px au total */
width: 620px;
min-height:240px;
height:auto !important;
height:240px;
margin-top: 10px;
margin-left: 10px;
padding-left: 310px;
}

#paves {
float: left;
width: 960px;
min-height:180px;
height:auto !important;
height:180px;
margin-left: 10px;
margin-bottom: 20px;
}

/*#facebook {
background-image: url('img/facebook.jpg');
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 20px;
float: left;
margin-bottom: 2px;
}*/


.pres_pave {
float: left;
width: 225px;
margin-left: 10px;
}

#img1 {
background-image: url('img/informatisation.jpg');
width: 195px;
height: 30px;
margin-bottom: -10px;
}

#img2 {
background-image: url('img/creation-site-internet.jpg');
width: 195px;
height: 30px;
margin-bottom: -10px;
}

#img3 {
background-image: url('img/drp.jpg');
width: 195px;
height: 30px;
margin-bottom: -10px;
}

#img4 {
background-image: url('img/formation-grenoble.jpg');
width: 195px;
height: 30px;
margin-bottom: -10px;
}


/* ------------------------------------------------------------------------------------------ */
/* ----------------------------------------- TEXTES ----------------------------------------- */
/* ------------------------------------------------------------------------------------------ */
a , a:focus, a:visited, a:active {
color: blue;
}

a:hover{
color: #A1A1B4;
}


 h1 {
color: dark;
/*color:A0930E;
background-position: left;
background-repeat: repeat-y;
background-image: url('img/h2.jpg');
background-color: #eee;*/
background-image: url('img/h1.png');
background-repeat: repeat-y;
padding-left: 45px;
padding-bottom: 2px;
font-size: 1.5em;
}

h1.accueil {
background-image: none;
padding-left: 0px;
color: black;
letter-spacing: 0.05em;
font-size: 1.2em;
}

h1.accueil > a {
color: black
}

h1.accueil > a:hover{
color: #A1A1B4;
}

h2 a , h2 a:focus, h2 a:visited, h2 a:active {
color: black;
letter-spacing: 0.05em;
font-size: 0.8em;
}

h2 a:hover{
color: #A1A1B4;
}

.formation h2 {
color: #DAA520;
font-size: 1.2em;
margin-bottom: 5px;
padding-left: 20px;
background-repeat: no-repeat;
background-image: url('img/puce.png'); 
background-position: 0% 50%;
}

.formation strong {
color: #B8860B;
font-size: 1em;
}

.formation p {
margin-top: 0;
}

a.backbutton  {
text-decoration: none;
background-color: #505e8e;
border: 1px solid midnightblue;
padding: 2px 5px;
color: white;
}
a.backbutton:hover {
background-color: #a1a1b4;
}

li  {
list-style-image: url(img/puce1.gif); 
}

#navigation  ul {
padding: 0;
margin: 0;
}
#navigation  li {
margin-left: 2px;
float: left; /*pour IE*/
list-style-image: none; 
list-style-type: none;
}
#navigation  ul li a {
display: block;
float: left;   
color: white;
text-decoration: none;
padding: 5px;
}
#navigation   ul li.space{
display: block;
float: left;   
color: white;
text-decoration: none;
padding: 5px;
}
#navigation  ul li a:hover {
background-color: #505e8e;
} 
#navigation  ul li a:active {
background-color: #A1A1B4;
} 

.titre {
margin-right: 5px;
font-weight: bold;
color: midnightblue;
text-align: right;
}

.desc {
font-size: 8pt;	
color: midnightblue;
margin-left: 10px;
margin-bottom: 20px;
text-align: left;
}

.pave {
float: left;
width: 280px;
min-height: 150px;
padding: 10px;
margin-bottom: 20px;
margin-right: 20px;
border: 2px outset darkslateblue;
background-color: #ddd;
}

.content , .adresse{
text-align:center;
}

#bronze {
background-image: url('img/bronze.png');
background-repeat: no-repeat;
background-position: 0 20px;
padding-left: 70px;
padding-top: 20px;
}
#silver {
background-image: url('img/silver.png');
background-repeat: no-repeat;
background-position: 0 20px;
padding-left: 70px;
padding-top: 20px;
}
#gold {
background-image: url('img/gold.png');
background-repeat: no-repeat;
background-position: 0 20px;
padding-left: 70px;
padding-top: 20px;
}

#bronze p,
#silver p,
#gold p
 { margin: 8px 0px; }
 
#consultantinfo {
float: left;
background-image: url('img/consultant-informatique.jpg');
width: 300px;
height: 232px;
margin-right: 10px;
}

#consultantindotxt {
float: left;
width: 635px;
}

#consultantdrp {
float: left;
background-image: url('img/consultant-drp.jpg');
width: 200px;
height: 300px;
margin-right: 10px;
}

#consultantdrptxt {
float: left;
width: 735px;
}

#formation {
float: left;
background-image: url('img/formation.jpg');
width: 300px;
height: 302px;
margin-right: 10px;
}

#formationtxt {
float: left;
width: 635px;
}

#competences {
float: left;
background-image: url('img/competences.jpg');
width: 235px;
height: 300px;
}

#competencestxt {
float: left;
width: 705px;
}

#competencesprt {
padding-left: 260px;
}

#logiciel {
float: left;
background-image: url('img/logiciel.jpg');
width: 300px;
height: 225px;
}

#logicieltxt {
float: left;
width: 635px;
}

.spacer {
float: left;
width: 100%;
height: 2px;
}
