@CHARSET "ISO-8859-1";

html {
	font-size: 100%;
	height:100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .75em;
	line-height: 1.25;
	color: black;
	background: white;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	font-style: italic;
}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}

cite {
	font-style: italic;
}

a {
	color: #ff4d00;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}

pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}

#secondaire img{
	padding:5px;
}

#secondaire h3{
	margin:0 0 5px 0;
	text-align:center;
}

#principal p
{
	text-align:justify;
	margin:0;
	padding:10px 5px;
}

#principal h3
{
	font-family:arial;
	margin:10px 0;
	color:#333;
	padding-bottom:5px;
	border-bottom:1px solid #ff4d00;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.sponsor
{
	height:55px;
	text-align:justify;
	padding-bottom:5px;
	clear:both;
	overflow:hidden;
}

.sponsor img
{
	height:45px;
}

.sponsor img.perso
{
	height:auto;
}

.sponsor span
{
	padding-top:5px;
	white-space:nowrap;
}

.sponsor span
{
	font-size:11px;
}

.tarifs
{
}

.miniArticles
{
	padding:0 0 5px 0;
}

#principal h3.whiteBlock
{
	position:relative;
	padding:1px 0;
	margin:0;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #FF4D00;
	display:block;
}
	
.showResults
{
	position: relative; 
	top: -21px; 
	left: 5px; 
	font-size: 15px; 
	font-weight: bold;
}

.moins, .plus
{
	text-decoration:none;
	width:18px;
	height:18px;
	display:block;
}

.moins
{
	background : transparent url("../img/moins.gif") no-repeat 0 4px;
}

.plus
{
	background : transparent url("../img/plus.gif") no-repeat 0 4px;
}