/********************
CORPS
********************/
body
{
	text-align : center;
	color : black;
	font-family : Arial, serif;
	background : rgb(100,100,100);
}

#corps
{
	margin : auto;
}

/********************
CADRE
********************/
#cadre
{
	margin : auto;
	background : rgb(153,139,139);
	padding : 0px;
	padding-right : 9px;
	padding-left : 10px;
}

/*
td, table
{
	border : black 1px solid;
} 
*/

/********************
MENU
********************/
#menu
{
	height : 100px;
	width : 300px;
	text-align : left;
	padding : 5px;
	padding-left : 60px;
}

/********************
LIENS
********************/
a
{
	color : white;
	text-decoration : none;
}

.lienHover
{
	text-decoration : underline;
}

/********************
DESCRIPTION
********************/
#description
{
	width : 600px;
	height : 300px;
	text-align : justify;
	padding : 5px;
}


/********************
ILLUSTRATION
********************/
#illustrations
{
	height : 265px;
	text-align : left;
}

img
{
	margin-top : 15px;
	margin-bottom : 15px;
	border : none;
}

.titreBande
{
	float : left;
	color : white;
}


/********************
TITRE
********************/
#titrecase
{
	height : 60px;
	width : 300px;
	margin : 0px;
}

#titre
{
	height : 60px;
	margin : 0px;
}


/********************
MAIL
********************/
#mail td
{
	padding : 0px;
	padding-left : 5px;
	padding-right : 5px;
}

.important
{
	font-size : 14px;
}


/********************
ERREUR
********************/
.erreur
{
	font-weight : bold;
	color : rgb(166,0,0);
	font-size : 20px;
}

#phraseVerif, .recommandation
{
	font-size : 12px;
}


/********************
ADMINISTRATION
********************/
.miniaCheck
{
	text-align : right;
	width : 25px;
}

.miniature
{
	width : 100px;
}

.bouton
{
	margin-left : 6px;
	margin-right : 6px;
}


/********************
CONCEPTION
********************/
#conception
{
	text-align : center;
	font-size : 10px;
	margin : auto;
	padding : 0px;
	padding-right : 9px;
	padding-left : 10px;
}

#conception a
{
	color : white;
}


.absent
{
	display : none;
}

