/*
	styles.css
	version 2.0 @ 2.0
*/

/*
	liens
*/

.menu a, .menu a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

#contenu a, #contenu a:visited {
	color: #E20000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration : none;
}

#contenu a:hover {
	color: #E20000;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}

#contenu h2 a, #contenu h2 a:visited, #contenu h2 a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #FE9225;
	text-decoration: none;
}

#contenu a.nofollow, #contenu a.nofollow:active, #contenu a.nofollow:hover, #contenu a.nofollow:visited {
	text-decoration: none;
	color: #000000;
	cursor: text;
}

#contenu a.forum:visited {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration : none;
}

#partenaires a, #partenaires a:active, #partenaires a:hover, #partenaires a:visited {
	text-decoration: none;
	color: #000000;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/*
	hx
*/

h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #FE9225;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #FE9225;
	text-align: left;
}

/*
	div / span
*/

.signature {
	border-top: 1px dashed #FE9225;
	margin-top: 5px;
	padding-top: 3px;
	font-size: 10px;
}

.gauche {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.droite {
	float: right;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.quote {
	border: 1px solid #FE9225;
	background: #FFFFFF;
	padding: 3px;
	margin: 3px;
	font-size: 0.9em;
}

.aide {
	font-size: 0.8em;
	font-weight: italic;
	cursor: help;
}

.altern1 {
	background: #FFF4DF;
	padding: 5px;
}

.altern2 {
	background: #FFFFFF;
	padding: 5px;
}

.blink {
	text-decoration: blink;
}

.pagination {
	text-align: center;
}

.mini {
	font-size: 0.9em;
}

/*
	messages
*/

.msg {
	background-position: 5px 7px;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 50px;
	height: auto; /* Gecko */
	_height: 30px; /* IE != 7 */
	min-height: 30px;
	text-align: left;
}

.erreur {
	color: red;
	background-image: url("/images/icones/erreur.gif");
}

.ok {
	color: green;
	background-image: url("/images/icones/ok.png");
}

.attention {
	color: rgb(236, 118, 0);
	background-image: url("/images/icones/attention.png");
}

.information {
	color: blue;
	background-image: url("/images/icones/information.png");
}

/*
	divers
*/

table img {
	vertical-align: middle;
}

img.image {
	border: 1px solid #000000;
}