﻿/**************************
 *  Mise en page générale 
 *************************/
body
{
	
	background-attachment:fixed;
	
	font-family: 'Cambria', "Arial Black", Arial, Verdana, sans-serif;
	font-size:medium;
	text-align:justify;
	
}

h1,h2,h3
{
	margin:0 auto;
	font-variant : small-caps;
	
}

h1
{
	text-decoration:none;
	font-size:xx-large;
}
h2{
	font-size:xx-large;	
}

h3
{
	
	font-size:x-large;
	
}


ul /* On identifie les puces*/
{
	list-style-type:disc;
}

a{
	text-decoration:underline;
	color:blue;
}


strong{
	font-weight:bold;
}


/**************************
 *  Mise en place du bloc principal 
 *************************/

.navigation .toggleSubMenu .sous_titre_liste /*On s'occupe ici des titres des listes du menu navigation*/
{
	font-family:Verdana,Arial;
	font-size:15px;
	font-weight:bold;
}

.navigation .date
{
	font-weight:bold;
}

.navigation a

{
	font-size:14px;
	text-decoration:none;
	color: blue;
	
}

.navigation a:hover

{
	text-decoration:underline;
}


.navigation .subMenu /*On change les puces*/
{
	list-style:circle;
}

.navigation .subsubMenu /*On change les puces*/
{
	list-style:square;
}




#bloc_CV li ul { /* espace entre un li et un ul*/
	margin: 0px 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#bloc_CV li li { /* Espace entre 2 li*/
	line-height: 30px;
}
	
/**************************
 *  Footer
 *************************/
#footer
{
	text-align: right;
	font-size:small;
	font-style:italic;
	
	padding-bottom:.1cm;
	padding-top:.1cm;
}
#logo_cpe
{
	position : absolute;
	right : 15%;
	top:4%;
	width:15px;
	height:20px;
}

/**************************
 *  Puzzle boutons 
 *************************/

#contenu
{
	width: 400px;
}

.cellule
{
	width : 100px;
	height : 100px;
	float : left;
	text-align:center;
}

/**************************
 *  Puzzle images
 *************************/
#bloc_puzzle/*On gère les dimensions du bloc puzzle pour bien mettre les autres bloc en dessous.*/
{
	height:430px;
	width:430px;
	float:left;
	
}

#bloc_puzzle div/*On gère les dimensions du bloc puzzle pour bien mettre les autres bloc en dessous.*/
{
	margin-top:150px;
	margin-left:30px;
}

#bloc_informations
{
	margin-left:30px;
	float:left;
}

#bloc_partie_finie
{
	padding-top:30px;
}

