﻿img{
	border-width: 0px;
}
table{
width:100%;
}

body{
margin-top: 0;
}

a {
color:black;
}

a:hover {
color:gray;
}


table#principal{
border:"0";
width: 900px;
height: 400px;
vertical-align:top;
border-collapse: collapse;
}

td#principal{
vertical-align:top;
border-collapse: collapse;
}


/************************/
/* Construction de l'entete */

td#header a{
font: 10px Verdana, Arial, sans-serif;
text-decoration: overline;
color: #000;
}

td#header a:hover{
color: silver;
}


td#header {
	border-left: 1px;
	border-bottom: 1px dashed gray;
	border-top: 1px;
	border-right: 1px;
	vertical-align:top;
	border-collapse: collapse ;
}
/************************/

/************************/
/* Construction du Menu */

td#menu {
vertical-align:middle;
height:35px;
border-left: 1px;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
border-right: 1px;
background-image: url('images/newbg.png');
padding-right:30px;
background-repeat:no-repeat;
}

div.menu {font: 10px Verdana, Arial, sans-serif;}

ul {
list-style-type:none;/* on supprime les puces, inutiles */
} 

li { 
float:left;
} /* on aligne les listes sur la gauche */

div.menu a {
margin: 0 4px;
width: 120px; /* on définit la taille du bouton de menu */
height: 26px;
float: left;
display: block;
text-align: center;
padding-top:6px;
text-decoration: none;
color: #fff;
background-image: url('images/bt.png');
background-repeat:no-repeat;

}

div.menu a:hover {
	color: #000;
	background-image: url('images/btover.png');
	background-repeat: no-repeat;
}

div.menu a:active{
color: black;
background-image: url('images/btover.png');
}


/*********************/

/*********************/
/* Contruction du corps */


td#corps {
vertical-align: top;
height: 300px;
}

div#titre {
	text-align: center;
	font: 15px Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #EAF3FB;
	font-weight: bold;
}

div#texte {
	font: 10px Verdana, Arial, sans-serif;
	color: #666666;
	padding-top: 9px;
	padding-left: 2px;
}

td#content {
width:50%;
border: 1px solid silver;
vertical-align:top;
}

td#menucote {
width:130;
border: 1px solid silver;
vertical-align:top;
}

/*********************/



/************************/
/*     Pied de page     */
td#footer {
font: 9px Verdana, Arial, sans-serif;
color: silver;
text-align: right;
vertical-align: top;
height: 113px;
}

