@import "Menu.css";
@import "Structure.css";
@import "BlocArrondi.css";
@import "Gauche.css";
@import "Milieu.css";
@import "Droite.css";
@import "Formulaire.css";
@import "bbcode.css";
@import "Panneau.css";
@import "Pagination.css";
@import "CatArt.css";
@import "multibox.css";
@import "Bouton.css";

*{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:#545454;
	font-size:11px;
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	width:100%;
	background-color:#ebe7e4;
	border:0;
	height:100%;
	
}

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


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

* html img{	
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

a, a:visited {
	cursor:pointer;
	outline:0;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}

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

h1{
	font-size:20px;
	color:#288e44;
	border-top:3px solid #38362f;
	padding-top:5px;
}

h2{
	font-size:14px;
	color:#288e44;
	border-bottom:1px solid #38362f;
	padding-bottom:3px;
	margin-bottom:5px;
}

h3{
	color:#288e44;
	font-size:14px;
	padding-left:30px;
	height:30px;
	line-height:30px;
	background-color:#e9e6e3;
}


h4{
	color:#fff;
	font-size:12px;
	text-align:right;
	margin-top:-3px;
}

h5{
	border-bottom:1px solid #38362f;
	margin-bottom:5px;
}

p{
	text-indent:0px;
	font-weight:normal;
	line-height:14px;
}

.FLeft{
	float:left;
}

.FRight{
	float:right;
}

.Clear {
	clear:both;
}

.Bold{
	font-weight:bold;
}

.Souligne{
	text-decoration:underline;
}

.Italic{
	font-style:italic;
	font-size:10px;
	margin-top:10px;
}

input {
	margin:0;
	padding:0;
/* 	width:100px; */
	font-size:11px;
/* 	margin-left:5px; */
}

* html input{
	margin:0;
	padding:0;
}


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

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

li{
	list-style:none;
}

.ErrorSys {
	background-color:#FF5C5F;
	color:white;
	padding:5px;
	margin-left:230px;
}

div[class="Defloat"]{
	overflow:auto;
	margin-top:15px;
}

* html .Defloat{
	clear:both;
}


