body
{ 
background-color: rgb(98,101,223);
margin:auto;
text-align:center;
width:799px ;
border-left:1px black;
border-right:1px black;
margin-bottom:5 px;
}
.pageglobal
{
margin:auto;
width: 799 px;
text-align:left;
background-color: white;
border:1px black;
}
.banniere
{
 background-image: url("./images/nvlle_banniere.jpg");
 background-repeat:no-repeat;
 margin: auto;
 width: 799px;
 height: 210px;
 }
 
.menuhaut
{
font-size: 15 px;
color: white;
text-decoration:none;
margin: auto;
width:799 px;
height:27px;
background-image: url("./images/degrade_fonce.jpg") ;
background-repeat:repeat-x;
margin-top: -1 px; /*le -1 pr être sûr que ça colle la bannière,mm sous ie */
margin-bottom: 5px;
}
.elmthaut
{
display: block;
float: left;
width:70 px;
height: 27 px;
text-align:center;
padding:5px;
} 
.elmthaut a
{
text-decoration: none;
}
.elmthaut a:hover /* petit effet classe qd on clique sur le menuhaut */
{
background-image: url("./images/degrade_pale.jpg");
}

.menu  /* bloc englobant le menu */
{
float:left;
width:165 px;
margin:5px;
font-size: 15px;
background-color:white;
}
.titremenu
{
color: white;
background-image: url("./images/degrade_fonce.jpg");
background-repeat:repeat-x;
font-size: 20px;
width:165 px;
height: 27px;
text-align: center;
}
.ssmenu
{
background-color: rgb(255,210,210);
border: 1px solid rgb(255,117,117);
margin-top: -1px;
margin-bottom:10px;
}
.ssmenu ul
{
list-style-type:none;
list-style-position:inside;
text-decoration: none;
padding:0px;
margin: 0px;
}
.ssmenu li
{
list-style-type:none;
list-style-position:inside;
text-decoration: none;
padding:0px;
margin: 0px;
}
.ssmenu a
{
color: black;
text-decoration: none;
}
.ssmenu a:hover
{
background-color:rgb(245,56,61);
}
.corps 
{
    border: 1px solid rgb(33,170,216);
	width: 598px;
	margin-left:189px ;
	text-align: center;
	background-color: rgb(224,249,252);
	font-size:15px;
	margin-top:  10px;
	margin-right: 2px ;
	margin-bottom: 20px;
}
.en-tete /*la bordure bleue du haut*/
{
width:598 px;
height:24px;
background-image: url("./images/degrade_bleu.jpg"); 
background-repeat: repeat-x;
}
.page
{
 padding-top:3px;
 color:black;
 font-size:15px;
 margin-bottom:20px;
}
.page a
{
color: blue;
}
.basdepage
{
clear: both;
color: white;
width:799px;
height:27px;
margin: 5px;
margin-bottom:0px;
margin-left:0px;
padding-top: 5px;
background-image:url("./images/degrade_fonce.jpg");
background-repeat: repeat-x;
text-align:center;
font-size:15px;
}
.page table
{
margin:auto;
border-collapse:collapse;
}
.page td /*les tableaux à l'intérieur des pages*/
 {
border:1px outset black;
color: black;
font-size: 15 px;
text-align:center;
}
.journal /*les news sont présentées de façon particulière...*/
{
width:600px;
color:black;
margin:auto;
}

.news
{
font-family:Arial Black,Arial,serif;
padding-top:5px;
padding-bottom:5px;
border-top:2px solid black;
border-bottom:2px solid black;
}


