body{
	quotes: '\0000ab\0000a0' '\0000a0\0000bb' '\00201c\0000a0' '\0000a0\00201d';
	
	font-family :verdana, sans-serif;
	font-size: 70%;
	
	margin:0px;
	padding:0px;
	
background: #888 ;
color : #ba8 ;
}


/************************
*	Général				*
*************************/

img {border:none;}

acronym, abbr{
  border-bottom: 1px dotted;
  cursor : help;
}

kbd { /*Personalisation de la balise keyboard: <kbd>*/
  padding: 0px 1px 0px 1px;
  font-size: 1.1em;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  background: #faf6f6;
  color: #000;
  border-color: #edd #baa #baa #eed;
}
#messages {
	width: 500px;
	height: 300px;
	margin: auto;
	text-align:center;
}
#messages h5 {
	margin:0px;
	padding: 2px;
}
#message-ok {
	text-align:left;
}
#message-erreur {
	text-align:left;
	color: red;
}
.obligatoire {
color: #F90;
}
.souligner {
text-decoration:underline;
}
/************************
*	Taille de texte		*
*************************/

h1, h2, h4, h5 {
	padding : 0px;
	margin: 0px;
color:#BA8;
letter-spacing: 0.45em;
}
h1 {
font-size: 1.8em;
background: url('images/h1.gif') no-repeat;
text-indent:-5000px;
}
h2 {
font-size: 1.4em;
margin-left:50px;
background: url('images/h2.gif') no-repeat;
text-indent:-5000px;
line-height:22px;
}
h4 {
font-size: 1.3em;
margin:10px 0px;	
}
/************************
*		Liens			*
*************************/

a, a:visited {
  text-decoration:none;
  color: #ba8;
}
a:hover{
	color: #bbb;
}
/*si clavier dessus */
a:focus{
	color: #bbb;
}

/* etat appuy? */
a:active {
  color: #fff;
}


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

table {
	border:1px solid;
	margin:0px;
	padding: 0px;
}
th,td {border:1px solid;}


/************************
*		Formulaires		*
*************************/

fieldset {
	border: 0px;
}
legend {
display: none;
}
label {
  float:left;
  width: 150px;
  cursor: pointer;
}
input, textarea, select {
	font-family :sans-serif;
	border: 1px solid #aaa;
	margin-top: 2px;
	vertical-align: top;
	color: #666;
	background: #eee;
	font-size: 1.1em;
}
input, textarea {
	
}
textarea {

}
input[type= submit] {
	min-width: 0px;
}
.date {
	min-width:0px;
	margin-right:4px;
}
input[type=text]:focus, textarea:focus, select:focus{
	border: 1px solid;
	background: #fff;
	color: #000;
}




/************************
*		Site			*
*************************/

#conteneur {
width: 800px;
height:490px;
position:absolute;
top:50%;
left:50%;
margin: -260px -400px;
border:1px solid #AAA;
background: #444 ;
padding:5px;
}

#menu-accessibilite {
	float:right;
	font-size:90%;
	text-align:right;
}
#menu-accessibilite ul,
#menu-site ul {
padding:0px;margin:0px;
}

#menu-accessibilite li,
#menu-site li {
display: inline;
padding:1px;
color: #444;
}
#menu-accessibilite li a {
color: #444;
}
#menu-site a {
font-style: italic;
padding : 2px;
}
.lien1 a{
color : #fff;
border:1px solid #333;	
}

.lien2 a{
color : #ba8 ;
border:1px solid #333;
}

#menu-accessibilite a:hover,
#menu-site a:hover {
color: #C60;
}


#haut-de-page {
padding-bottom:20px;
}
#menu-site {
margin: 20px 0px 0px 20px;
}
#menu-site img, span { 
   vertical-align: middle;
   display: inline; 
}
#corps-de-page {
	clear:both;
height:390px;
overflow:auto;
	text-align:justify;
}
#pied-de-page {
clear:both;
position:absolute;
bottom:0px;
}
#links {
position:absolute;
bottom:-20px;
right:0px;
}
