/* Standard styles, ordre alphabetik */
a {
	font-size: 11px;
	cursor: pointer;
}
 
a:link, a:visited {
	color: #4892b9;
	text-decoration: underline;
}

a:hover, a:active {
	color: black;
	background-color: #D9E194;
}

acronym {
    border-color: #404040;
    border-style: dotted;
    border-width: 0 0 1px 0;
    cursor: help;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000;
	height: 100%;
	background: #f0f1e7 url('../img/fond.png') repeat-x top;
	text-align: center;
}

blockquote {
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 30px;
    padding-left: 10px;
}

br {
    clear: none;
}

caption {
	font-weight: bold;
}

/* hierarchie des trois balises suivantes

<dl>
	<dt>Fred
  		<dd>Que penses tu de cette balise ?
	<dt>Yo
 		<dd>buena
</dl>

*/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
	margin: 0;
	border: none;
	padding: 0 0 1em;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 14px 0;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	width: 100%;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	width: 100%;
	color: #df1b19;
}

hr{
 	color:#BCCB33;
	background-color: #BCCB33;
	height: 1px;
	border: 0;
}

 
html {
	height: 100%;
}

img {
    border-style: none;
	border: none;
}

input, select, textarea {
	border: #aaa solid 1px;
	font-size: 12px;
	background: #fff;
	margin:0;
	padding: 2px;
}
input[type=image] {
	border: none;
}


label {
	font-size: 1em;
   font-weight: bold;
}

legend {
	font-weight: bold;
	color: #df1b19;
	font-size: 1.2em;
}

ol {
    margin: 5px 0 5px 25px;
    padding: 0;
}
ol li {
	list-style-type: decimal;
	font-size: 11px;
}
optgroup {
	font-size: 10px;
}

p {
	margin: 0.2em 0;
	font-size: 11px;
}

pre { /* Conserve les espaces et les retour-chariot du code source*/

}

table {
	empty-cells: show;
	/*clear: both;*/
}

textarea {
	overflow: auto;
}

td {
	/*padding: 2px;*/
}

th {
	/*padding: 2px 4px;*/
    vertical-align: top;
	white-space: nowrap;
}

