/* CSS Document */

body {
	color:       #333366;
	font:        12pt Verdana, Sans-serif;
	text-align:  center;
	background-color: #FF7900;

   }
#header_haut {
	font-size:        0.9em;
	text-align:       center;
	line-height:      1.5em;
	color: #FFFFFF;
	border-top-color: #888;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #888;
	background-color: #FFFFFF;
	width: 700px;
	margin-left: 20px;
	margin-right:20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
   }
      #menu{
	float:            right;
	width:            170px;
	border:           1px outset #b3b3ff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
   }
#SousMenu{
	width: 180px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	background-color: #FF9900;
	font-weight: bold;
	text-decoration: none;
   
   }
#page {
	width:            740px;
	margin:           0 auto;
	padding:          12px;
	background-color: #fff;
	font-size:        .8em;
	text-align:       left;
	line-height:      1.5em;

   }

#container {
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#footer {
	margin-top:       12px;
	padding:          4px;
	border:           solid 1px #888;
	background-color: #000000;
	font-size:        0.9em;
	text-align:       center;
	line-height:      1.5em;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
   }

#footer  a {
   color: #FFFFFF;
   }
#footer a:visited {
   color: #FFFF00;
   }
#footer a:hover {
   color:           #999999;
   text-decoration: underline;
   }

   
h1, h2, h3, h4, h5, h6 {
   margin: 0 0 5px 0;
   }

h1 {
	font-size: 120%;
   }
/*
h2 {
   color:         #b4178c;
   font-size:     150%;
   }

h3 {
	font-size: 140%;
   }


h4 {
	margin-bottom: .5em;
	font-size:     120%;
	border-bottom:1px dashed #ccc;
   }

h5 {
	font-size: 120%;
   }

h6 {
	font-size: 110%;
   }
*/
p {
   margin-top:    0;
   }

