body
{
	font-family:  Verdana, Geneva, helvetica, sans-serif,Times new roman, Arial;
	font-size: 12pt;
	/*background-color: #EEEEEE;*/
	background-image:url(./images/background.png);
	margin: auto;
	width: 1200px;
	color: #003366;
}

h1
{
	font-family: arial, helvetica, geneva, sans-serif;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	/* color:#1059AC; */
	color:#009A5E;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-family: helvetica, geneva, sans-serif;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color:#BD0202;
}
h3
{
	font-family: helvetica, geneva, sans-serif;
	text-align: left;
	font-size: 12pt;
	font-weight: 900;
	color:#7A447C;
	margin-left: 20px;
}

.titre_menu
{
	border: 1px solid black;
	border-radius: 5px ;
	padding: 5px;
	background-image: -webkit-radial-gradient(50% 50%, ellipse closest-side, #C8D6F8,#1A58F4 50%);
	background-image:radial-gradient(#C8D6F8,#1A58F4);
	color: white;
	text-shadow: 
	#000000 1px 1px 1px, 
	#000000 -1px 1px 1px, 
	#000000 -1px -1px 1px, 
	#000000 1px -1px 1px; 
	/*background-image:radial-gradient(white, grey);
	color:#BD0202;*/
	font-family: helvetica, geneva, sans-serif;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	
}
.important {
	font-weight: 900;
}
.previent{
	font-style : italic;
	font-family: Times new roman, Arial,helvetica, geneva, sans-serif;
}
.remarque
{
	text-decoration: underline;
	font-weight: 900;
}
.info
{
	padding: 10px 10px 10px 84px;
	margin: 10px 50px;
	border: 2px solid #154268;
	border-radius: 20px ;
	text-align: left;
	font-size: 12pt;
	font-weight: 400;
	color: #342928;
	/*background-color: #38789D;
	background-image: url("./images/bullet_info.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;*/
	/* #2FB1FB */
	background-image: url("./images/bullet_info.png"), radial-gradient(#D0EBFA,#84AFC8);
	background-position: left top, left top;
	background-size: 64px 64px, 100% 100%;
	background-repeat: no-repeat;
}
.syntaxe
{
	padding: 10px 10px 10px 84px;
	margin: 10px 50px;
	border: 2px solid #9D1000;
	border-radius: 20px ;
	background-color: #F4CC87;
	text-align: left;
	font-size: 12pt;
	font-weight: 900;
	color: #000000;
	background-image: url("./images/syntaxe_icon.png");
	background-size: 64px 64px;
	background-repeat: no-repeat;
}
.erreur
{
	color:red;
	font-weight: 900;
}
legend
{
	text-align: left;
	font-size: 12pt;
	font-weight: 900;
	color: #9D1000;
}
.centre { text-align: center; }
.synthese
{
	border: 2px solid black;
	margin: 20px 50px;
}
.synthese td
{
	border: 1px solid black;
	width: 300px;
}
.synthese th
{
	background-color: #C0C0C0;
	border: 1px solid black;
	text-align: center;
}
td.cache, table.cache
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* CODES */
code
{
	text-align: left;
	font-size: 12pt;
	font-weight: 900;
}
.code
{
	padding: 10px;
	margin: 10px 30px;
	border: 2px solid #154268;
	color: black;
	/* background-color: lightgrey; */
	border-radius: 20px ;
	/*
	background-image: url("./images/syntaxe_icon.png"),radial-gradient(white,lightgrey, grey);
	background-position: left top, left top;
	background-size: 64px 64px, 100% 100%;
	background-repeat: no-repeat;
	*/
	background-image: radial-gradient(white,lightgrey, grey);
	position: relative;
	float: left;
	width: 670px;
}

pre {display: inline; tab-size: 4;}
.execution
{
	padding: 10px;
	margin: 10px 50px;
	border-radius: 20px 0px;
	border: 2px solid #156842;
	background-color: #FFFFFF;	
}
.souspartie
{
	width: 750px;
	display: block;
	float:left;
	position: relative;
	margin: 20px 0px;
}
/*	LIENS */
a
{
	font-size: 11pt;
	font-weight: 900;
	color: #006197;
	text-decoration: none;
}
a:hover
{
	color: #808080;
	text-decoration: none;
}
.info a:hover 
{
	color: #474747;
	text-decoration: none;
}

.centree { display: block; margin-left: auto; margin-right: auto; }
/*	STRUCTURATION PAGE */
.menu, #contenu, #banniere
{
	float: left;
	position: relative;
	border: 1px solid #C0C0C0;
	padding: 10px;
	border-radius: 20px ;
	box-shadow: 6px 6px 6px #C0C0C0;
	background-color: #FFFFFF;
}

.menu
{
	width: 172px;
}
#contenu
{
	width: 750px;
	margin: 0px 20px 20px 20px;
}

#banniere
{
	height: 70px;
	width: 1180px;
	margin: 10px 0px; 
	border-radius: 0px ;
	font-family: arial, geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}
#block  {
    background-image: url("./images/banniere.png");
	opacity:0.5;
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}
#home
{
	opacity: 1;
    position: absolute;
    top: 38px; left: 0;
    height: 32px; width:32px;
}
#sommaire
{
	opacity: 1;
    position: absolute;
    top: 38px; left: 52px;
    height: 32px; width:32px;
}
#greta
{
	opacity: 0.6;
    position: absolute;
    top: 15px; left:1023px;
}
#text {
	
	padding: 10px;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#footer img
{
	vertical-align: middle;
}
#footer span
{
	/*text-align: center;*/
	margin-left: 230px;
	font-family: arial;
	font-size: 12pt;
	font-weight: 300;
	color: #D0D0D0;
}
.logo
{
	text-align: center;
	width: 100px;
	margin: auto;
}

	item { font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-weight: 900; color: #1f3d7a; }
	figcaption { color: #778388; font-style: italic; text-align: center; margin-top: -5px;}