@import "Pousspouss.css";
@import "PackCom.css";
@import "PlaceCom.css";
@import "Formulaire.css";
@import "bbcode.css";
@import "BlocArrondi.css";
@import "Panneau.css";
@import "bbcode.css";

*{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	margin:0;
	padding:0;
}


html,body{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}

* html body{
	text-align:center;/* = margin-auto pour IE */
}

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:18px;
	font-family:Times;
	color:#036B93;
	text-transform:uppercase;
/* 	border-bottom:solid 1px #036B93; */
	margin-bottom:5px;
}

h2{
	font-size:18px;
	font-family:Times;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-left:40px;
	padding-bottom:5px;	
 	border-bottom:1px solid #c1c1c1; 
}

h3{
	font-size:14px;
	font-family:Times;
	color:#000;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-top:12px;
}

h4{
	display:block;
	color:#036B93;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:17px;
}

h5{
	font-size:14px;
	color:#fff;	
}

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

.FLeft{
	float:left;
}

.FRight{
	float:right;
}

.Clear {
	clear:both;
}

input {
	margin:0;
	padding:0;
	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;

}