body				/* style.css est la feuille de style de index.html - pour l'affichage à l'écran */
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.95em;
}
a {
	text-decoration: none;  /* text-decoration: underline;  */
	font-weight: bold;
	color: #006699;
}
a img
{
	border: none;   /* permet d'oter les bordures sur les images de validation XHTML et CSS en pied_de_page  */
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff9801;
}
#logo
{
	background: url("images/logo_gpinfo.png") no-repeat;
	width: 198px;
	height: 59px;
	top: 0px;
	left: 50px;
}
#en_tete
{
	margin-bottom: 10px;
	/* -moz-border-radius:5px;   ---> fonctionnalité non CSS, fonctionne avec Firefox mais pas avec IE*/
}
#en_tete h1
{
	background: url("images/degrade_orange.png") repeat-x;
	background-color: #ff9801;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 1.05em;
	font-style: italic;
}
#en_tete h2
{
	text-indent: -5000px;  /* pour ne pas afficher le texte, et n'avoir que la ligne en couleur */
	font-size: 23px;
	background: url("images/degrade_bleu_haut.png") repeat-x;
	background-color: #006699;
	margin: 0px;
	margin-top: 0.85em;
}
#en_tete h3
{
	text-indent: -5000px;  /* pour ne pas afficher le texte, et n'avoir que la ligne en couleur */
	font-size: 21px;
	background-color: #eeeecc;
	margin: 0px;
}
hr
{
	margin: 0px;
	border-style: none;
}
.hr2
{
	background: #eeeecc; 
	height: 25px;
	clear: both; 
}
.hr3
{
	background: #006699; /* couleur pour Firefox */
	color: #006699; /* couleur pour IE */
	height: 1px;
}
#menu
{
   float: left; 
   width: 20%;
   font-size: 0.90em;
}
.element_menu
{
	padding-bottom: 5px;
	margin-top: 20px;
	background-color: #eeeecc;
	font-size: 1em;
	font-weight: normal;
	/* -moz-border-radius: 0px 0px 15px 0px;  ---> fonctionnalité non CSS, fonctionne avec Firefox mais pas avec IE*/
}
.element_menu h3 
{
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: url("images/degrade_bleu1.png") repeat-x; 
	background-color: #006699; 
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 1.05em;
	font-weight: bold;
	font-variant: small-caps;
}
.element_menu img
{
	vertical-align: top;  /* permet d'aligner vers le haut le petit triangle orange dans les menus, et aussi d'avoir le texte centré verticalement */
}
.element_menu ul 
{
	list-style-type: none;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	font-size: 1em;
}
.element_menu li 
{
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #006699;
}
.element_menu p
{
	padding: 5px;
	padding-left: 8px;
	padding-bottom: 8px;
	margin: 5px 0px 5px 0px;
}

#corps
{
	margin-left: 22%;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px; 
	padding-top: 0px;
	text-align: justify;
	border-right: 1px solid #006699;
	border-left: 1px solid #006699;
	font-size: 1em;
	font-weight: normal;
}
#corps h1
{
	color: #006699;
	font-size: 1.3em;
	margin-bottom: 30px;
}
#corps h2
{
	color: #ff9801;
	text-align: left;
	font-size: 1.0em;
}
#corps h3
{
	color: #006699;
	font-size: 1.2em;
}
#corps li, #corps p
{
	font-size: 0.95em;
	list-style-image: url("images/OrangeArrow.gif");
}
/*
#corps ul
{
	list-style-image: url("images/OrangeArrow.gif");
}
*/
#par_courrier, #par_telephone, #par_mel
{
background: url("images/barre_haut.png") no-repeat;
margin-left: 30px;
margin-top: 40px;
}
#par_courrier p, #par_telephone p, #par_mel p
{
	padding-left: 40px;
	padding-bottom: 25px;
	background: url("images/barre_bas.png") no-repeat left bottom;
}
.liste_date
{
	font-weight: bold;
	font-style: italic;
}
.sous_titre
{
	font-size: 1.3em;
	height: 30px;
	color: #ff9801;
	text-align: left;
	margin-top: 40px;
	margin-left: 30px;
	background-color: #ffffff;
	padding: 5px; 
}
.logo
{
	margin-left: 10px; /*  permet de décaler les logos/photos situés dans le menu de gauche, de 10 pixels vers la droite - SPAN CLASS=LOGO -  */
}
.logiciels123
{
	padding: 1px 2px 1px;
	background: #e3eff9 url("images/fond_rond.png") no-repeat top left; 
	border-right: 1px solid #CFE0EE;
	border-bottom: 1px solid #CFE0EE; 
	margin-bottom: 15px;
	text-align: left;
}
.logiciels123 h2
{
	color: #ff9801;
	text-align: left;
	font-size: 1.0em;
	margin-left: 8px;
}
.logiciels123 ul 
{
	padding-left: 5%; 
	padding-right: 5%;
	margin-left: 2px;
	list-style-type: none;
	list-style-image: none;
}
#logiciels1 
{
	float: left;
	margin: 0 0 15px 0;
	width: 31%;
}
#logiciels2 
{
	float: left; 
	margin-left: 2%; 
	margin-right: 0; 
	width: 35%;
}
#logiciels3 
{
	float: right; 
	margin-left: 2%; 
	margin-right: 0; 
	width: 30%;
}
#logiciels1 li, #logiciels2 li, #logiciels3 li
{
	list-style-image: none;
	border-top: 1px solid #CFE0EE;
}

#pied_de_page
{
	clear: left;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}
