body
{
	background-color:#BBDDFF;
	font-family:"arial";
	overflow:scroll;
}




#contenu
{
	margin:auto;
	width:100%;
	max-width:800px;
}


.paragraphe
{
	padding:20px;
	background-color:white;
	border-radius:30px;
	margin-bottom:20px;
	box-shadow: 1px 1px 12px #555;
}

.paragraphe h2
{
	cursor:pointer;
	margin:-20px;
	padding:20px;
}

.paragraphe h2:hover
{
	color:#EE9955;
}

.paragraphe .contenuParagraphe
{
	display:none;
	margin:0px;
	overflow: hidden
}

p, ul
{
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

strong
{
	font-weight:bold;
	color:#66AAFF;
}

a
{
	color:#EE9955;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

h3
{
	color:#0088AA;
}

h4
{
	margin-left:50px;
}

.code
{
	border:solid;
	padding:10px;
	background-color : black;
	color:white;
	font-family:"Courier";
	border-radius:10px;
}

table
{
	border-collapse: collapse;
}

td
{
	border: 1px solid black;
}

th
{
	border: 1px solid black;
}

.variable
{
	font-family:"Courier";
	font-weight:bold;
	color:#0088AA;
}

#menu
{
	margin:auto;
}

#menu td
{
	border:none;
}

#menu td a
{
	display:inline-block;
	width:300px;
	height:80px;
	text-align:left;
	margin:10px;
	padding-left:20px;
	padding-top:10px;
	background-color:white;
	border-radius:10px;
	font-size:20px;
}

#menu td a:hover
{
	text-decoration:none;
	background-color:#FFCCCC;
}

img, #menu span
{
	vertical-align:middle;
	display:inline-block;
}


input:focus, textarea:focus
{
	background-color:#FFEEBB;
}




.titreClicable,.titreClicable-ouvert, .sousTitreClicable
{
	cursor:pointer;
}

.titreClicable:before,.titreClicable-ouvert:before,.sousTitreClicable:before
{
	content:"↦ ";
}



.paragrapheCache
{
	display:none;
	overflow:hidden;
	margin-left:50px;
	border-left:solid;
}





/* BOUTON RETOUR */
/*
.boutonRetour
{
	margin-top:30px;
	margin-right:30px;
	width:32px;
	float:right;
	transition: all 0.2s;
}

.boutonRetour:hover
{
	margin-top:25px;
	margin-right:25px;
	width:42px;
	transition: all 0.2s;
}

.boutonRetour img
{
	width:100%;
}
*/

/* BOUTON DEVELOPPE */

.boutonDeveloppe
{
	margin-top:15px;
	margin-right:30px;
	width:32px;
	float:right;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	transition: all 0.2s;
}

.boutonDeveloppe:hover
{
	margin-top:10px;
	margin-right:25px;
	width:42px;
	transition: all 0.2s;
}




/* *** ELEMENTS PARTICULIERS ********** */

.image-centrale
{
	text-align:center;
}

.attention
{
	margin:auto;
	padding:10px;
	padding-left:50px;
	text-align:center;
	width:500px;
	border-radius:5px;
	background-color:#FFCC99;
	background-image:url('images/icone-warning.png');
	background-repeat:no-repeat;
	background-position:10px 0px;
}
