/* éléments principaux */

body
{
	background: url(images_cv/fond-site-blanc.jpg) fixed ;
	font-family: 'Trebuchet MS', Arial, san-serif; 
	color: black;
	
}

#bloc_page
{
	width: 900px;

}

/* RESUME */

#RESUME
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

#RESUME h3
{
	margin: 10px 100px 10px 20px; 
	font-size: 1.2em;
}

/* STAPS et AMOS */ 

.COURS h2
{
	text-align: center;
	font-size: 1.7em;
	padding-top: 25px;
	margin-top: 30px;
	background: url(images_cv/separateur.png) repeat-x top;
	margin-right: 50px;
	margin-left: 50px;

}

.COURS h3
{
	text-align: center;
	font-size: 1.5em;
	padding-top: 25px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.COURS h4
{
	text-align: center;
	font-size: 1em;
	margin-top: -10px;
}

.COURS h5
{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: -10px;
	color: #375E97
}

.COURS p
{
	text-align: center;
	font-size: 1em;
	padding: 0px 15px 0px 15px;
}

.COURS ul
{
	text-align: center;
	font-size: 1em;
	padding: 0px 15px 0px 15px;
}

.logos
{
	text-align: center;
}

#memoire
{
font-weight: bold;
font-size: 1.2em;
}

a:hover 
{
	color: #c60030;
	text-decoration: underline;
}
