/*************************************************/
/* Gère les styles de modeleterme.php uniquement */
/*************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/fondbleu.jpg") fixed;
}

a img {border: none;}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** listes ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
 font-family: Arial,sans-serif;
}

#gras {
 font-weight:bold;
}

#bandeauhaut{
	position: absolute;
	top: 4px;
	left: 12px;
	width: 900px;
}

#titresite{
	margin: 0px;
	padding: 16px 0px 8px 2px;
	color: #ffffff;
	font-weight: normal;
}


#surtitre{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#bloccentral{  
	position:absolute;
	top: 106px;
	left: 12px;
	width: 900px;
	background-color: #ffffff;
	display: block;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#terme{ 
	font: bold 150% Arial,sans-serif;
	color:#1778AC;
	width: 890px;
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#terme img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

#colonnegauche{
	float: left;
	width:163px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	display: block;
}

/*************** partie centrale **************/
#corps{
	float: right;
	padding: 5px 6px 4px 0px;
	margin:0px 0px 0px 0px;
	min-height: 205px;
	width: 80%;
	font-size: 13px;
	text-align: justify;
	/*border-left: 1px solid #cccccc;*/
	display: block;

}

html>body .corps {height: auto;}

.corps h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.corps img{
	float: left;
	padding: 0px 10px 0px 0px;
}

#texte_haut{
	padding: 6px 1px 1px 7px;
	margin: 1px 1px 1px 1px 1px;
	color: #73848C;
	font-weight: 600;
}
/************** liens styles *****************/

#liens{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 23px;
	left: 633px;
	color: #919999;
}

#liens a{
	color: #ffffff;
}

#liens a:hover{
	text-decoration: underline;
}

/************* barres grises haut et bas ****************/

#barrehaut{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
display: block;
}

#barrehaut img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 2535px;
	left:20px;
	width: 988px;
}

/******************* barre du bas et renvois **************************/

#barrebas{
clear: both; /*permet de mettre ce bloc en dessous des 2 flottants*/
width: 900px;
height: 27px;
color: #cccccc;
padding: 1px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-image:  url("glbnav_background.gif");
display: block;
z-index:20;
}

#barrebas img{
	margin-bottom: 0px;
}

#gnr {
	float: right;
	top: 0px;
	right:0px;
	display: block;
	z_index: 10;

}

#toto{
	
	background-color: #FFFFCC;
	width: 197px;
	height: 14px; 
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 8px; 
	display: block;
}

#toto img{
	margin: 10px 0px px 0px;
	padding: 0px 0px 0px 0px;
}

#renvois{  /*contient les liens ci-dessous avec image sous renvois*/
	font-size: 12px;
	line-height: 1.7em;
	color: #006699;
	position: relative;
	width: 892px;
	padding: 3px 0px 6px 9px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #005FA9;
	border-bottom: 4px solid #005FA9;
	display: block;
	z-index: 30;
}


#renvois a {
	font-size: 11px;
	min-width: 640px;
  	color: #000000;
	background-image:  url("glblnav_selected.gif");
	font-weight: bold;
	margin: 0px -3px 0px -1px;
	padding: 2px 3px 5px 3px;
	border-right: 1px solid #8FB8BC;
	z-index: 100;
	white-space: nowrap;
	overflow: scroll;
}

#renvois a:visited{
  	font-size: 11px;
	min-width: 640px;
  	color: #000000;
	background-image:  url("glblnav_selected.gif");
	font-weight: bold;
	margin: 0px -3px 0px -1px;
	padding: 2px 3px 5px 3px;
	border-right: 1px solid #8FB8BC;
	z-index: 100;
	white-space: nowrap;
	overflow: scroll;
}

#renvois a:hover{
  	background-image:  url("glblnav_selectedbleu.gif");
	text-decoration: none;
}

/*************** search styles *****************/

#search{
	position: relative;
	text-align: right; 
	bottom: 20px;
	z-index: 101;
	
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ colonne gauche - menu haut **************/

#menuhaut{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0p;
}

#menuhaut h4{
	padding: 3px 0px 0px 10px;
	color: #cdcdcd;
}

#menuhaut a:link, #menuhaut a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	margin: 0px 0px 0px 0px;
	color: #21536A;
}

#menuhaut a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**************** colonne bas *****************/

#colonnebas{
	margin: 16px 0px 0px 0px;
	padding: 10px;
}

#colonnebas img{
	display: block;
}

/**************** lignes separation notes ********/
.ligne{color: #007edf;
background-color: #007edf;
width: 15%;
height: 1px;
border: 0;

}

/********************* fin **********************/

