/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 25;

color: #000000;

background-color: #ADD8E6;

background-image: url(images/building.jpg);

background-repeat: no-repeat;

background-position: top right;

}

p {

width: 80%;

}

li {

list-style-type: disc;

line-height: 150%;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 24;

font-weight: bold;

/* ancienne couleur texte color: #747474; */
color: #000000;
}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16;

font-weight: bold;

/* ancienne couleur texte color: #747474; */
color: #000000;

border-bottom: 0px solid #C6EC8C;

}


pad {

padding: 300px

}


/**************** Pseudo classes ****************/

a:link {

color: #0000ff;

font-weight: bold;

}

li a:link {

color: #0000ff;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #FF0000;

font-weight: bold;

}

li a:visited {

color: #FF0000;

text-decoration: none;

font-weight: bold;

}

li a:hover {

/* display: block;*/

color: rgb(0, 96, 255);

font-weight: bold;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************ classes ***********************/

.ctr {

text-align: center;

}

.petit {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 12px;

font-weight: normal;

color: black;

}

.mini {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 10px;

font-weight: normal;

color: #747474;
}




/************************* ID's *************************/



#centre {

margin-top: 0px;

margin-left: 200px;

width: 600px;

height: 80%;

border-width: 1px;

border-style: solid;

border-color: blue;

}

#entete {
margin-top: 10%;

margin-left: 50px;

width: 500px;

border-width: 1px;

border-style: solid;

border-color: blue;

}

#navigation {

float: left;

margin-left: 50px;

width: 500px;

margin-top: 50%;

border-width: 1px;

border-style: solid;

border-color: blue;

font-weight: normal;

}

#conception {

float: left;

margin-top: 60%;

width: 500px;

margin-left: 50px;

border-width: 1px;

border-style: solid;

border-color: blue;

}

