/* Feuille de style */
/* Charte graphique : #AD1C1C #CC7C01 #EBCE8F */
a
{
	color : #CC7C01 ;
	text-decoration : none ;
}

a:hover
{
	color : #AD1C1C ;
}

body
{
	scrollbar-face-color: #CC7C01 ;
	scrollbar-track-color: #EBCE8F ;
	background-color : #EBCE8F ;
	color : black ;
	margin : 30 ;
	font-family : "Comic Sans MS" ;
	font-size : 11pt ;
}

body.menu
{
	background-color : #EBCE8F ;
	color : black ;
	margin : 0 ;
	font-family : "Comic Sans MS" ;
	font-size : 14pt ;
}

caption
{
	font-style : italic ;
	text-align : bottom ;
}

form
{
	margin : 0 ;
}

h1
{
	color	: #AD1C1C ;
	font-size : 32pt ;
	font-weight : bold;
	margin : 10 ;
	text-align : center ;
}

h2
{
	color	: #AD1C1C ;
	font-size : 14pt ;
	margin-bottom : 5 ;
	margin-top : 10 ;
	padding : 10 ;
	text-align : center ;
}

h3
{
	color	:#000000  ;
	font-size : 12pt ;
	margin-bottom : 5 ;
	margin-top : 0;
	text-decoration : none ;
}

h4
{
	color	:#000000  ;
	font-size : 10pt ;
	margin-bottom : 5 ;
	margin-top : 0 ;
	text-decoration : none ;
}

img
{
	border-color : black ;
	border-width : 0 ;
	margin : 10 ;
}

input
{
	font-size : 10pt ;
	height : 24 ;
	margin : 0 ;
	padding : 0 ;
	width : 500 ;
}


input.bouton
{
	background-color : #CC7C01 ;
	font-size : 10pt ;
	height : 24 ;
	margin : 0 ;
	padding : 0 ;
	width : 100 ;
}

li
{
	margin : 3 ;
}

p
{
	margin : 0 ;
	padding : 5 ;
	text-align : justify ;
}

select
{
	width : 500 ;
}

table
{
	align : middle ;
	background-color : transparent ;
	border-style : none ;
	font-size : 11pt ;
}

textarea
{
	height : 100 ;
	width : 500 ;
}

td
{
	border-style : none ;
}

th
{
	background-color : #CC7C01 ;
	border-style : none ;
	color :#FFFFFF ;
}

ul
{
	margin-top : 5 ;
	margin-bottom : 5 ;
}

.information
{
	font-style :  oblique ;
	font-size : 10 ;
}
