/*
Nota: les commentaires on les fait comme cela
*/


/*
L'idee est:

balise1, balise2, ..., balisen2
{
    propriete1: valeur1;
    propriete2: valeur2;
    propriete3: valeur3;
}
*/

or
{

color: yellow;
}

a
{
text-decoration: none;
color:    rgb(157, 213, 142) ;
}

a:hover /* Apparence au survol des liens */
{
 text-decoration: none;
 color: orange;
}

alert
{
color: red;
}

table
{
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
color: rgb(166, 166, 166);
}

h1, h2,h3
{
/* border: 1px orange solid; */
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
color: rgb(166, 166, 166);
line-height:1px;
}


h4
{
/* border: 1px orange solid; */
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
color: rgb(166, 166, 166);
line-height:15px;
}

h5
{
/* border: 1px orange solid; */
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
color: rgb(166, 166, 166);
line-height:15px;
}


p,ul, section, title
{
color: rgb(166, 166, 166);
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
font-size: 15px;

/*
font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
font-family: Verdana, Geneva, sans-serif;
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;


 */

/*letter-spacing: +1px; */

}

contacts
{
    position: absolute;
    right: 240px;
    top:0px;
}


corpo
{
margin-left: 35px;
margin-right: 255px;
float: left;
}

foto
{
margin-left: 25px;
margin-right: 285px;
float: left;
}

lefted
{
float: right;
}
