/** Structure Carde d'Identité **/
.carte-id
{
	background-color: #4C4E59;
	border : 1px solid black;
	display: inline-block;
	margin-bottom:5%;
	width:100%;
}


/* Mise en page de l'image */
.carte-id img
{

	width : 30%;
	float : left;
	margin-left:1%;
	margin-top:1%;
	margin-bottom:1%;
}

.dessous
{
	clear:both;
}



/* Mise en page */
.carte-id li
{
	margin-right:5%;
}

.titre
{
	font-family : Mighz;
	font-size: 1.8em;
	text-align:justify;
	display:inline-block;
	margin-top:115px;
	margin-left:8%;
	color: #F8CB00;
}

.soustitre
{

	text-decoration :underline;
	font-weight: bold;
	font-size:1.2em ;
	color: #F8CB00;
}

.plus-moins
{
	font-family : ComicBook;
	font-weight:bold;
	font-variant:small-caps;
	font-style:normal;
	color: #F8CB00;
}


.carte-id li
{
	list-style-type:none;
	text-align:justify;
	
}

.avis
{
	font-style:italic;
}

.avis-auteur
{
	font-family : ComicBook;
	font-weight:bold;
	font-variant:small-caps;
	font-style:normal;
	color: #F8CB00;
}




/* Mise en forme de l'index */
.index
{
	text-align:center;
	margin-top:3%;
	margin-bottom:3%;
	font-weight:bold;
}



.index a
{
	color : #F2E606;
	text-decoration : none;
}

.hautdepage a
{
	font-family : ComicBook;
	color : #F2E606;
	text-decoration : none;
	font-size : 0.8em;
}


/** Message d'absence de jeu **/
#message_jeu .lettre
{
	font-family : Mighz;
	font-size:1.3em;
	
}

#message_jeu 
{
	border : 1px solid black;
	background-color : #4C4E59;
	padding-left:2%;
	padding-bottom:2%;
	
}
#message_jeu td
{
	text-indent : 10px;
	font-weight:normal;
	
}




