BODY
{
	font-size: 15px;
	color: #fefefe;
	background-color: #00365B;
	font-family: verdana;
}

.link_accueil 
{
	text-decoration: underline;
	color: #fefefe;
}

.link_accueil:hover
{
	color: #cdcdcd;
	text-decoration: none;
}

A
{
	text-decoration: underline;
	color: #676767;
}

A:hover		
{
	color: #909090;
	text-decoration: none;
}

.middle {
	vertical-align:middle;
}

p
{
	text-indent:30px;
	margin-bottom:20px;
	margin-right:30px;
	margin-left:30px;
	
}


pre
{
	margin: 1em 0;
	background: #ECECEC;
	padding: 0.5em 1.5em;
	border:1px #676767 SOLID;
	color: #676767;
}


hr
{
	border-style: none none dotted;
	width:90%;
}

.input {
font-size : 14px ;
background:#E6E2E1;
border:1px solid #7D7D7D;
color:#000000;
}

.input:hover{
background:#D7D7D7;
border:1px solid #7D7D7D;
color:#000000;
text-decoration:none;
}


.titre
{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.sous_titre
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding-left:30px;
}

.sous_sous_titre
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding-left:60px;
}




.cadre_centre
{
	background-color: #f4f4f4;
}

.centre, .table
{
	color: #333333;
	font-size: 15px;
	font-family: times;
}


.arborescence
{
	color: #999999;
	font-size: 13px;
	font-family: verdana;
}

.foot, .commentaire
{
	color: #999999;
	font-size: 12px;
}



.cadre_hg
{
	background-image: url(/_images/cadre_hg.jpg);
}

.cadre_h
{
	background-image: url(/_images/cadre_h.jpg);
}

.cadre_hd
{
	background-image: url(/_images/cadre_hd.jpg);
}

.cadre_g
{
	background-image: url(/_images/cadre_g.jpg);
}

.cadre_d
{
	background-image: url(/_images/cadre_d.jpg);
}

.cadre_bg
{
	background-image: url(/_images/cadre_bg.jpg);
}

.cadre_b
{
	background-image: url(/_images/cadre_b.jpg);
}

.cadre_bd
{
	background-image: url(/_images/cadre_bd.jpg);
}

.sourceKeyword
{
	color:#0000FF;
	font-weight:bold;
}

.sourceOperator
{
	color:#FF0000;
}

.sourceArobase
{
	color:#FF00FF;
}

.sourceVariable
{
	color:#FF8000;
	font-weight:bold;
}

.sourceProgram
{
	color:#0080FF;
}