@charset "utf-8";
/* GLOBAL  */

/* couleurs specifiques (pr reference)

vert #96bf0d
	
*/

body, p, table {
	color: #5e5e5e;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin:0px;
	padding:0px;
	background-color: white;
	letter-spacing:1pt;
}


img, a img{
	border:none;
}

p {
	padding: 0;
	margin: 0;
	margin: 1em 0;
}


a {
	color: #ed1d24;
	text-decoration:none;
}

a:hover {
	color: #ed1d24;
	text-decoration: underline;
}


h1 {
	font-family: arial narrow; 
	color: #8f8e8e;
	font-size: 18px;
}

h2 {
	font-family: arial narrow; 
	color: #ed1d24;
	font-size: 18px;
}

h3 {
	font-family: arial narrow; 
	color:#8f8e8e;
	font-size: 11px;
}

h4 {
	font-family: arial narrow; 
	color:#ed1d24;
	font-size:11px;
}


ul, ol {
	margin: 0;
	padding: 0;
	list-style-position:inside;
}
li {

}


form {
	margin: 0;
	padding: 0;
}

hr, .hr {
	border-top: solid 1px black;
	margin: 10px 0;
}


.clear {
	clear:both;
}

/*input {
	font-size: 11px; 
	color: #5e5e5e;
	font-family: Arial, Helvetica, sans-serif; 
}*/

input[type="text"] {
	font-size: 11px; 
	color: #5e5e5e;
	font-family: Arial, Helvetica, sans-serif; 
	border:#5e5e5e solid 1px;
	padding:2px
}


textarea {
	font-size: 11px; 
	color: #5e5e5e;
	font-family: Arial, Helvetica, sans-serif; 
	border:#5e5e5e solid 1px;
	padding:2px
}


/*select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

.erreur {
	 border: 1px #B0232A solid;
}

.error{
	color:#CC0000;
}

/**** STYLES TINY ****/
.petitrouge {
	color:#ed1d24;
	font-size:10px;
}

.petitnoir {
	color:black;
	font-size:10px;
}

.defaut {
	color:#5e5e5e;
}

.rouge {
	color:#ed1d24;
}


