/* CSS Document */
html{
	font-size: 125%;	
	/letter-spacing: -1px;/* ie_win n'affiche pas correctement les espacements de caractère */
}
body {
	behavior:url(css/csshover.htc);
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	margin-right: 0;
	margin-left: 0px;
	margin-top: %;
	margin-bottom: %;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #ebe393;
	background-repeat: no-repeat;
}

*{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 1.6em;
	
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}
p{
	font-size: 1.3em;
}

img[alt] {
	font-size: 0.8em;
	font-variant: small-caps;
	color: #333;
}
img {
	border: none;	
}
hr{
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0px;
	padding: 0px;
	margin-top: -0.5em;
	margin-right: 20px;
	margin-bottom: -0.5em;
	margin-left: 20px;
}
html>body hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearfloatwithHeight { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 0px;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 190px;
}

  .submitContinue{
	font-size: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	margin: 5px;
 }
 .submitAutre{
	font-size: 1.6em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #396;
	margin: 5px;
 }
