/*************************************************/
/*   style sheet for centredesdeserts.com     */
/*************************************************/


body {
background-position: top left ;
background-color: #9FA8B1;
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:#B03811; 
}

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

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


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

em {
font-style :normal ;
color:#FFFFF0;
}

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:#800000;
text-decoration:none;
}

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


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

table {
border: 1px solid black;
border-collapse: collapse;
}

th {
vertical-align:top;
text-align:left;
border: 0px solid red;
}

td {
vertical-align:top;
border: 1px solid black;
}

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

td.nobordure{ border: 0px solid black;}
table.nobordure{ border: 0px solid black;}

td.bordure{
border: 1px solid black;
}



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

img {
border:0px ;
}

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

.floatright {
float:right;
}

.floatleft {
float: left;
}

.bot {
width:100%;
}
