body {
font-family:Georgia,serif;
font-size: 0.8em;
margin: 20px 0;
padding: 0;
color:#000;
background:#dde url(../images/fond_fraise.jpg) bottom center fixed no-repeat;
text-align:center;
}
a {
	color:#c30;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#344a94;
	text-decoration:underline;
}
a img {
	border-width : 0px;
}
p {
	text-align:justify;
	margin: 0 0 1em 0;
}
p:first-letter {
	font-weight:bold;
}
label:first-letter {
	font-weight:bold;
}
h1 {
	margin:0;
	padding: 0 0 0 25px;
	color:#344a94;
	font-size: 165%;
	font-variant: small-caps;
	background: transparent  url(../images/chapeau.gif) top left no-repeat;
}
h1:first-letter {
	color:#c30;
}
h2 {
	margin:0;
	padding: 0 0 0 18px;
	color:#344a94;
	font-size: 120%;
	font-variant: small-caps;
	background: transparent  url(../images/fraise.gif) top left no-repeat;
}
h2:first-letter {
	color:#c30;
}
ul {
	list-style-type: square;
	margin:0 0 1em 2em;
	padding:0;
}
.numerote {
	list-style-type: decimal;
	margin-left:1.5em;
}
li {
	text-align:justify;
}
.chiffre {
	margin-top:1em;
}
th {
	font-weight: normal;
}
input {
background:#f3f3ff;
font-family:Georgia,serif;
color:#344a94;
width:99%;
border: 1px solid #344a94;
margin: 0;
padding: 0;
}
textarea {
background:#f3f3ff;
font-family:Georgia,serif;
font-size: 85%;
color:#344a94;
width:99%;
border: 1px solid #344a94;
height:20em;
margin: 0;
padding: 0;
}
.radio 	{	
margin-right: 0.5em;
margin-top: 0.7em;
margin-bottom: -0.2em;
width:1.5em;
border:0;
background:transparent;
}
.checkbox 	{	
width:1.5em;
}
.bouton 	{	
width:25%;
}
/*---------------------------- conteneur de la page ----------------------------*/
#conteneur {
width: 350px;
padding: 0 10px;
background:#fcfcff url(../images/fond-ecran.gif) repeat-y top center;
margin-left: auto;
margin-right:auto;
text-align:left;
border: 3px solid #344a94;
}
/*---------------------------- haut de la page ---------------------------------*/
#haut_de_page {
height:80px;
padding: 0;
margin: 0;
background:transparent url(../images/fond_haut.gif) no-repeat bottom right;
}
#haut_de_page a {
  position:relative;
  top:10px;
  font-size: 170%;
	color:#344a94;
	text-transform: capitalize;
	font-variant: small-caps;
}
#haut_de_page a:hover {
	color:#c30;
}
/*---------------------------- menu horizontal ---------------------------------*/
#menu_haut {
height:25px;
margin: 0;
background:#dde;
text-align:center;
}
#menu_haut ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}
#menu_haut li {
  display: block;
	float: left;
	margin: 0;
}
#menu_haut li a {
  display: block;
	padding: 4px 4px 4px 4px;
	color: #344a94;
	font-weight: bold;
}
#menu_haut li a:hover {
	color: #c30;
}
#menu_haut li a.menu_h_encours {
	color: #000;
	text-decoration: underline;
}
#menu_haut li a.menu_h_encours:hover {
	color: #c30;
	text-decoration: none;
}
/*------------------- corps de la page -----------------------------------------*/
#corps {
font: 100%/1.4 Georgia,serif;
padding:1em 0 1em 0;
background:transparent;
}
.vignette {
float:right;
margin-top:0.5em;
margin-left:1em;
border:0;
}
.highlight {
color:#fff;
background-color:#de0029;
}
/*----------------------- pied de page -----------------------------------------*/
#pied_de_page {
background:transparent;
padding:0.5em 0;
margin:0;
font-size: 85%;
text-align:center;
}
#pied_de_page a {
color: #000;
font-weight:normal;
text-decoration: none;
}
#pied_de_page a:hover {
color: #fff;
background: #c30;
}
