/* Propriétés globales */

/*
* {
	margin: 0;
	padding: 0;
}
*/

html, body {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	background-color : #EFEFDE;   
	color: #595b72;
}

/* Titres */

h1 {
	padding-left : 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	background : url(../images/carre.gif) left bottom no-repeat ;
	border-bottom : solid 1px #666666;
	color: #ff9900;
}

h1 a {
	color: #ff9900;
}

h2 {
	padding-left : 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	background : url(../images/carre.gif) left bottom no-repeat ;
	border-bottom : solid 1px #666666;
	color: #ff9900;
}

h1.haut1{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ff9900;
	padding-left : 15px;
}

h2.haut1{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ff9900;
	border-bottom : none;
	background : none;
	padding-left : 0px;
}

h3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ff9900;
}

/* Liens */

a:link, a:visited {
	color: #595b72;
	text-decoration: none;
	font-weight : bold;
}
a:hover, a:active {
	color: #9999ff;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Paragraphes / Listes */

p.fil_ariane {
	margin:0;
}

ul, ol {
	margin-left: 15px;
}

ul li {
	
}

/* Tableaux */

table {
	
}

table tr {
	
}

table tr th {
	
}

table tr td {
	
}


/* Formulaires */

form {
	
}


fieldset {
	width : 580px;
	background : #F7C676;
	border : 1px dotted;
	margin: 10px 0px 0 0px;
}

fieldset legend {
	font-weight : bold;
	padding: 0 5px;
	background : #F7C676;
}

form label {
	/*color : gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;*/
}

form input.champ_texte {
	
}

form textarea {
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form input.valider {
	
}

form select option {
	padding-right: 10px;
}

/* Autres balises */

marquee {
	font-weight: bold;
	font-size: 25px;
	color: #903345;
}

strong {
	font-weight: bold;
	font-size: 15px;
	color: #903345;
}