/*########################################
##        Design general du site        ##
########################################*/

body
{
	margin:0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	position: absolute;
}
/* Entete */
#entete
{
	min-width:800px;
	height:65px;
	position: relative;
	z-index:2;
}
#bloclogo
{
	margin-right:auto;
	width:169px;
	height:62px;
	position: relative;
	z-index:2;
	background-image: url("../images/bloclogo.png");
}
.cellulebloclogo
{
	width:169px;
	vertical-align:center;
}
.celluletitrebandeaumenu
{
	vertical-align:center;
	padding-left:0px;
	padding-right:11px;
	font-size: 18px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
}
.cellulebandeaumenu
{
	vertical-align:center;
	padding-left:11px;
	padding-right:11px;
	font-size: 14px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	cursor:pointer;
	cursor:hand;
}
.cellulebandeaumenu:hover
{
	font-weight: bold;
}
.celluleinfoutilisateur:hover
{
	font-weight: bold;
}
.tableauentete
{
	border-collapse:collapse;
	vertical-align:center;
	max-width:70%;
}

.blocinfosutilisateur
{
	margin-left:80%;
	width:20%;
	top:0px;
	min-width:200px;
	height:65px;
	position: absolute;
	z-index:2;
	border-collapse:collapse;
	vertical-align:center;
	font-size: 14px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
.celluleinfoutilisateur-fixe
{
	padding-left:11px;
	vertical-align:center;
}
.celluleinfoutilisateur
{
	padding-left:11px;
	vertical-align:center;
}
.celluleinfoutilisateur:hover
{
	font-weight: bold;
}
.celluleinfoutilisateur-reduit
{
	padding-left:11px;
	vertical-align:center;
	font-size: 10px;
}
.celluleinfoutilisateur-reduit:hover
{
	font-weight: bold;
}
.cellulebandeaumenuhover
{
	font-weight: bold;
}
/* Fin entete */
/* Menu */
.blocmenu
{
	display:none;
	width:100%;
	height:40px;
	position: absolute;
	z-index:2;
	top:65px;
}
.tableaumenu
{
	border-collapse:collapse;
	vertical-align:center;
	height:40px;
}
.celluleblocmenu
{
	vertical-align:center;
	padding-left:11px;
	padding-right:11px;
	font-size: 14px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	cursor:pointer;
	vertical-align:center;
}

.celluleblocmenu:hover
{
	font-weight: bold;
}
.celluledebutblocmenu
{
	width:5px;
}

.debutblocmenu
{
	width:3px;
	height:36px;
}
/* Fin menu */
#cadrecorps
{
	margin:5px;
	font-size: 13px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
/* Debut tableau */
.tableau90
{
	width:90%;
	min-width:800px;
}
.tableau
{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

.tableau-entete
{
	height:25px;
	font-size: 15px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	background-color: #424242;
}
.tableau-ligne
{
	height:23px;
	font-size: 13px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.cellulecenter
{
	text-align:center;
}
.celluleleft
{
	text-align:left;
	padding-left:10px;
}
/* Fin tableau */

.messageblocagevue
{
	font-size: 14px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
}
#contenucorps
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	min-height:700px;
	position: relative;
	z-index:2;
	
}

.affichage_titre
{
	height:25px;
	font-size: 20px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	padding-left:10px;
	padding-top:10px;
	font-weight: bold;
}
.affichage_texte
{
	font-size: 13px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
.affichage_texte a
{
	font-size: 13px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration:none;
}
.affichage_texte a:visited
{
	font-size: 13px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration:none;
}
.liencliquable
{
	cursor:pointer;
	cursor:hand;
}
.champformulaireerreur
{
	background-color:#FA8258;
}