#content {
	clear:both;
}
h1 {
	font-size:40px;
	color: #FFF;
	padding:10px 0;
}
h1 small {
	font-size:30px;
}
h2 {
	font-size:24px;
	color: #F13F30;
	padding:7px 0;
}
h3 {
	font-size:1.1em;
	padding:5px 0;
}
ul.list {
	margin-top:10px;
	margin-bottom:10px;
}
ul.list li {
	list-style:disc;
	list-style-position:inside;
}
/* **************************************************************************************************** */
/* TABLEAUX
/* **************************************************************************************************** */
table {
	width:100%;
	margin:10px 0;
}
table th , table td {
	text-align: center;
	border:1px solid #CCC;
	border-collapse: collapse;
	padding:3px 10px;
	vertical-align: middle;
}
table th {
	background:#EEE;
}
table td {
}
table .th {
	display: none;
}
/* **************************************************************************************************** */
/* FORMULAIRES
/* **************************************************************************************************** */
.form {
}
.form ul li {
	padding-top:10px;
	clear: both;
}
.form label {
	display:block;
	min-width:10%;
	float: left;
}
.form input[type=text] , .form input[type=password] , .form textarea  {
	display:block;
	padding:5px 10px;
	width:90%;
	border:1px solid #CCC;
	background:white;
	float: left;
}
.form textarea {
	width:100%;
	min-height:100px;
}
.form input[type=text]:focus , .form input[type=password]:focus , .form textarea:focus  ,
.form input[type=text]:hover , .form input[type=password]:hover , .form textarea:hover
{
	outline:none;
}
.form select {
	padding:3px 2%;
}
.form input[type=text].error , .form select.error , .form textarea.error , .form input[type=password].error {
	border:1px solid red;
}
.form input[type=submit] {
	border:none;
	width:200px;
	margin:20px auto;
}
.form ul li.short {
	float:left;
	width:48%;
	margin-right:2%;
}
.form ul li.short.endline {
	margin-left:2%;
	margin-right:0%;
}
.form ul li.short input[type=text] , .form ul li.short input[type=password] , .form ul li.short textarea  {
	padding:5px 10px;
	width:100%;
}
.form ul li.long {
	width:100%;
	clear:both;
}
.form ul li.long input[type=text] , .form ul li.long input[type=password] , .form ul li.long textarea  {
	padding:5px 10px;
	width:100%;
}
.form .short select {
	width:98%;
}
.bcolor , .form input[type=submit] {
	color: #F14230;
    border: 1px solid #F14230;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    background: #FFF;
    cursor: pointer;
    display: block;
}
.bcolor.active , .form input[type=submit].active {
	background:#444;
}
.bcolor {
	display: inline-block;
}
.submits {
	text-align: center;
}
.submits input[type=submit] {
	display: inline-block;
	margin-left:10px;
	margin-right:10px;
}
/* **************************************************************************************************** */
/* PAGINTATION
/* **************************************************************************************************** */
.pagination {
	float:right;
	margin-top:20px;
}
.pagination-item {
	display:block;
	padding:4px 7px;
	background:#DBDBDB;
	color:white;
	float:left;
	margin-right:3px;
	border-radius:15px;
}
.pagination-item.current , .pagination-item:hover {
	cursor:pointer;
	background:#706F6F;
}
/* **************************************************************************************************** */
/* INFOS BULLE
/* **************************************************************************************************** */
.bulle {
	background: rgba( 199 , 0 , 106 , 0.1 );
	border-bottom: 2px solid red;
	padding:10px;
	margin:auto;
	margin-bottom: 7px;
	margin-top: 3px;
	overflow:hidden;
}
.bulle.message {
	background: #a6f8b7;
	border: 1px solid #49f160;
	padding:10px;
	margin-top: 10px;
}
.bulle.errors {
	background: #f36767;
	border: 1px solid #f14343;
	padding:10px;
	margin-top: 10px;
	color:white;
}
/* **************************************************************************************************** */
/* S_SELECT
/* **************************************************************************************************** */
.sSelect {
	display:inline-block;
}
.sSelect .sSelectbar {
	padding:5px 10px;
	cursor:pointer;
	display: inline-block;
	padding-right:30px;
	border: 1px solid #CCCCCC;
	width:200px;
	background: url("../images/elements/arrowselect.png") white no-repeat top right;
}
.sSelect .sSelectUl {
	background:white;
	cursor:pointer;
	width:240px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top:26px;
	left:0;
}
.sSelect .sSelectUl li {
	padding:5px 10px;
	border-bottom: 1px solid #EEEEEE;
}
.sSelect .sSelectUl li:hover {
	background:#EEEEEE;
}
.sSelect .sSelectInput {
	background:white;
	width:100%;
	border:none;
	outline:none;
}