/*****************************************/
/*   style sheet for gillesgandy.com     */
/*****************************************/


body {
background-position: top left ;
background-color: #FFFFFF;
background-image: url("template/template-top.jpg");
background-repeat: no-repeat ;
margin:0px 0px 0px 0px;
font-family:arial, sans-serif;
font-size:12;
color:#000000;
text-align:left;
}


/*****************************/
/*   Titres : h1, h2, h3     */
/*****************************/
h1, h2, h3  { display: inline }

h1 {
font-size:190%;
color:#0080FF; 
}

h2 {
font-size:130%;
color:#0070DF;
}

h3 {
font-size:120%;
color:#003871;
}


/*****************************/
/*   Textes en général    */
/*****************************/

p {
font-size:100%;
text-align:justify;
margin: 0px 20px 0px 0px;
}

li {
font-family:arial, sans-serif;
font-size:80%;
color:#FFEEDD;
background-color:transparent;
text-align:left;
margin-left:0px;
margin-right:0px;
}

a:link , a:visited  {
font-family:arial, sans-serif;
color:#000095;
text-decoration:none;
}

a:hover {
font-family:arial, sans-serif;
color:#0000FF;
text-decoration:none;
}

/*******************/
/*   Tableaux      */
/*******************/

th {
font-size:16;
vertical-align:top;
text-align:left;
}

td {}

td.menu{
padding-left:10;
border: 0px solid black;
}

td.bordure{
font-size:12;
}



/*****************************/
/*   	Les Images		    */
/*****************************/

img {
border:0px ;
}

img.bordure {
border: 1pt solid #804000; 
}

.floatright {
float:right;
}

.floatleft {
float: left;
}

.bot {
width:100%;
}
