div.sep {clear:both; height:40px;}
div.sepInt {height:40px;}

div.corps {
	background:#363636;
	color:#eaeaea;
	margin:0;
	padding:0;
	box-shadow:1px 1px 2px black;
	border-radius:0 0 5px 0;
}

div.corps p {text-align:justify; text-indent:1.2em; margin:0; padding:2px 10px;}
div.corps p:last-child {padding-bottom:10px;}
div.corps a {color:#f2f2f2; text-shadow:1px 1px 0px #283c53;}
div.corps a:hover {text-decoration:none;}
#contenu h1 {color:#283c53; text-align:right; font-variant:small-caps; font-size:1.8em; margin:0;}
div.corps h2 {
	background:#283c53;
	color:white;
	margin:0;
	margin-bottom:10px;
	font-size:1.2em;
	line-height:32px;
	padding-left:20px;
	text-shadow:1px 1px 1px #222;
}
div.corps h3 {font-size:1em; margin-left:20px; color:white;}

div.annonce {background:#283c53; border:1px solid #446183; border-width:0 8px; border-radius:0;}
div.annonce p {text-indent:0; text-align:center; font-size:120%; color:white; padding:8px;}

div.corps p.classic {text-indent:0;}
div.corps p.center {text-align:center;}
div.corps p.qrc {font-style:italic; font-size:80%;}
div.corps p.date {text-align:center; text-indent:0; font-size:90%; font-style:italic; font-weight:bold; padding:5px 0;}

img.qrcode {border-radius:12px;}

/* Intégral = aucune précision */

/* Divisés en 2 parties égales */
div.corpsD2 {width:460px;}
div.corpsD2A {float:left;}
div.corpsD2B {margin-left:500px;}

/* Divisés en 2 parties inégales big+small */
div.corpsD2Ibig {float:left; width:627px;}
div.corpsD2Ismall {margin-left:667px; width:293px;}

/* Divisés en 2 parties inégales small+big */
div.corpsD2IbigB {float:right; width:627px;}
div.corpsD2IsmallB {margin-right:667px; width:293px;}



/* Divisés en 3 parties */
div.corpsD3 {width:293px;}
div.corpsD3A {float:left;}
div.corpsD3B {width:294px; margin-left:333px; margin-right:333px;}
div.corpsD3C {float:right;}


/* CV */
ul.progression {
	list-style-type:none;
	padding:0;
	width:85%;
	margin:auto;
	
}

ul.progression li {
	border-radius:10px;
	box-shadow:1px 1px 3px black;
	line-height:28px;
	font-size:0.9em;
	text-align:center;
	margin:12px auto;
}
