/* Feuille de style CSS par défaut pour un nouveau projet d'application Web */


/* White space reset */
p, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

ul, ol { list-style-position:outside; margin-left:2.0em;}

select, input.texte, textarea{
	/*border: 1px solid #000;*/
}
input.date{ width:70px;}


body, html { height: 100%; }

body, html, fieldset {
	border: 0;
}

/* avoid browser default inconsistent font-sizes */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 2.3em;
}


/* no blue linked image borders */
a img, :link img, :visited img {
	border: none;
}

body {
	/*color: #9b202a; */
	/*color: #000; /*#4F5A4D;*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
/*	line-height: 1.3em;*/
}

html {
	font-size: 62.5%;	
}

.clear {
	clear: both;
}

a, a:link {
	text-decoration: none;	
	color: #566258;
}

a:hover {
	color: #566258;
	text-decoration: underline;
}	

hr
{
	border: 0;
    width: 100%;
    border-bottom: 1px solid #ff7b12;
    color: none;
    background-color: none;
    height: 0px;
}

.pagineur{ margin-top:1.5em; font-size:0.8em; font-weight:bold; }
a.pagineur_off{  }
a.pagineur_on{ color:#93082b; text-decoration:none; }
a.pagineur_on:hover{ color:#93082b; text-decoration:none; }

.cfElements{}
.cfLastElement{}

#mainContent a{ text-decoration:underline; }

