@charset "utf-8";
/* CSS Document */

/************/
/* Template */
/************/
#main{
	width: 100%;
	height: 100%;
}

#header{
	height: 60px;
	background-color: #343434;
	width: 100%;
}

#header #header-logo{
	float: left;
	height: 60px;
	width: 60px;
	display: block;
	background-image: url(../img/icones/headerLogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header h1 {
	float: left;
	font-weight: 600;
	font-style: italic;
	color: #f2f2f0;
	height: 60px;
	font-size: 21px;
	line-height: 60px;
	padding-left: 5px;
}

#header #deco{
	width: 69px;
	height: 60px;
	float: right;
	border-left: 1px solid #1b1b1b;
}

#header #compte{
	width: 69px;
	height: 60px;
	float: right;
	border-left: 1px solid #1b1b1b;
}

#header #utilisateur{
	height: 60px;
	background-color: #2a2a2a;
	float: right;
	position: relative;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 14px;
}


.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	background-color: #666;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ui-tooltip div{
	color: #fff;
}

#conteneur{
	float: left;
	position: relative;
	width: calc(100% - 281px);
}

#conteneur .inner {
	padding: 30px;
}

#conteneur #titre{
	padding-top: 17px;
	padding-bottom: 16px;
	background-color: #fff;
	border-top: 6px solid #6cab36;
	border-bottom: 1px solid #cdcbbe;
	width: 100%;
	position: relative;
}

#conteneur #titre h1{
	font-size: 21px;
	color: #5d5d5d;
	font-weight: 600;
	font-style: italic;
	padding-left: 24px;
}

#conteneur #titre #flecheTitre{
	width: 16px;
	height: 12px;
	position: absolute;
	background-image: url(../img/menu/flecheTitre.png);
	bottom: -12px;
	left: 24px;
	display: block;
}

#conteneur h3 {
	color: #757575;
	font-weight: 600;
	font-size: 21px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 8px;
	width: 511px;
}

#conteneur .inner .table .created{
	font-style: italic;
	color: #999;
	font-size: 13px;
}

#conteneur .inner #recherche{
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	margin-top: -5px;
}

#conteneur .inner #recherche input{
	margin-bottom: 0px;
}

#conteneur .inner #recherche form{
	float: right;
}

#conteneur .inner #recherche #btnRecherche{
	float: right;
	background-image: url(../img/icones/loupe.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 45px;
	cursor: pointer;
	border-left: 1px solid #f2f2f0;
}