@import "Menu.css";
@import "Structure.css";
@import "Formulaire.css";
@import "bbcode.css";
@import "Pied.css";
@import "Entete.css";
@import "News.css";
@import "Contenu.css";
/* @import "multibox.css"; */
@import "Pagination.css";
@import "Panneau.css";
@import "Ariane.css";
@import "Pied.css";
/* @import "Calendrier.css"; */
*{
	font-family:Arial,Helvetica,sans-serif;
	color:#ffffff;
	font-size:8pt;
	margin:0;
	padding:0;
}

body{
	width:100%;
	border:0;
	margin:0;
	padding:0;
	background-color:#A79893;
}

* html body{
	width:100%;
	text-align:center;/* = margin-auto pour IE */
	margin:0;
	padding:0;
}

img { 	
	margin:0;
	padding:0;
	border:0;
	border:none;
	outline:0;
}

a, a:visited, a:hover, a:active{
	cursor:pointer;
	outline:0;
}


a.jaune, a.jaune:visited {
	text-decoration : none;
	font-size : 8pt;		
	font-family : Arial, Helvetica, sans-serif;		
	color : #FACA10;		
}

a.jaune:hover, a.jaune:active {		
	text-decoration : none;		
	font-size : 8pt;		
	font-family : Arial, Helvetica, sans-serif;		
	color : #ffffff;		
}

.blanc {
	text-decoration : none;			
	font-size : 8pt;			
	font-family : Arial, Helvetica, sans-serif;		
	color : #ffffff;
	font-weight:bold;
}

a.blanc, a.blanc:visited {
	text-decoration : none;			
	font-size : 8pt;			
	font-family : Arial, Helvetica, sans-serif;		
	color : #ffffff;		
}

a.blanc:hover, a.blanc:active {
	text-decoration : none;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #D72D0F;	
}

a.Signature, a.Signature:visited {
	position:absolute;
	bottom:8px;
	right:0;
	display:block;
	z-index:1;
	text-decoration : none;
	font-size : 8pt;		
	font-family : Arial, Helvetica, sans-serif;		
	color : #000;		
}
	
a.Signature:hover, a.Signature:active {		
	text-decoration : underline;		
	font-size : 8pt;		
	font-family : Arial, Helvetica, sans-serif;		
	color : #ffffff;		
}


* html hr {
	margin:0;
	padding:0;
	border:0;
}

*+html hr {
	margin:0;
	padding:0;
	border:0;
	margin-top:-7px;
}
/*--------TITRES-------*/
h1{
	color:#F79648;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
/* 	padding-top:2px; */
}

h2{
	color:#F79648;
	font-size:14px;
	font-weight:normal;
	padding-top:3px;
}

h3{
	font-size:16px;
	font-weight:normal;
}

h4{
	font-size:14px;
	font-weight:normal;
}
p{
	text-indent:0px;
	font-weight:normal;
}

ul{
	list-style-type:circle;
}


/*----STYLES GENERAUX----*/
.FLeft{
	float:left;
}

.FRight{
	float:right;
}

.Clear {
	clear:both;
}

.Bold{
	font-weight:bold;
}

.Italic{
	font-style:italic;
}

.Souligne{
	text-decoration:underline;
}

input, textarea{
	border:none;
	border:1px inset #000;
}

input[type=radio]{
	width:auto;
	border:none;
}

input[type=checkbox]{
	border:none;
	width:13px;
}

/*----HACKX IE6----*/
* html img{	
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

* html input{
	margin:0;
	padding:0;
	/*border:none;*/
}

* html ul{
	padding:0;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}

* html li{
	padding:0;
	margin:0px;
}

* html a{
	padding:0;
	margin:0px;
}


