@charset "iso-8859-1";
/* auteur: de jong */
/* Date de création: 08/09/2004 */

body {
	margin: 10px;
	background-color: #C9FF8E;
	color: #000000;
	font-family: Times new roman;
	font-size: small; /* Choose her the default font size */
	scrollbar-arrow-color: #000000; 
	scrollbar-face-color: #B0C4DE; 			/* LIGHTSTEELBLUE */
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	text-decoration: none;
}

a:active {
	color: #82C53F; 
	text-decoration: none
}

a:hover {
	color: #82C53F; 
	text-decoration: none;
	background: #FFFFFF; 
}

a:link {
	text-decoration: none; 
	font-family: Times new roman; 
	color: #006600		/* VERT FONCE */
}

a:visited {
	text-decoration: none; 
	font-family: Times new roman; 
	color: #82C53F /* VERT MOYEN */
}

table {
	border-collapse: collapse
}

img {
	border-width: 0px
}


/* Titre principal blanc */
h1 {
	margin: 0px;
	color: #006600;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

h2 {
	color: #006600;
	font-size: 120%;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
}

h3 {
	color: #006600;
	font-size: 100%;
	font-weight: 400;
	text-decoration: underline;
	margin-left: 30px;
	text-align: center;
}

.text {
	margin: 0px;
	color: #000000;
	font-size: 1O0%;
	font-weight: 200;
	text-align: justify;
}

.italic {
	margin: 10px;
	color: #000000;
	font-size: 1O0%;
	font-weight: 200;
	text-align: justify;
	font-style: italic;
}

#Page {
	width: 100%;
	border: none;
}

#PageHead {
	padding: 0px;
	font-family: Times new roman;
	font-size: 13px;
	background-color: #82C53F;
	color: #C9FF8E; /* #C9FF8E */
	background-image: url(../images/frise.jpg);
	text-align: center;
	vertical-align: sub;
	font-style: italic;
}


#PageSmenu {
	float: none;
	padding: 2px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: sub;
}

#PagePmenu {
	vertical-align: top;
	padding: 5px;
	width: 180px;
	font-family: Times new roman;
	background-color: #82C53F;
	font-size: 15px;
}

#PageContent {
	vertical-align: top;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
	
}

#PageFoot {
	padding: 4px;
	text-align: center;
	background-color: #82C53F;
	font-size: small;
	font-weight: bold;
	color:006600;
}

#Page, #PageHead, #PagePmenu, #PageContent, #PageFoot, #Boite {
	border: none
}

#PagePmenu .PmenuTitle, #PagePmenu .PmenuSTitle, #PagePmenu .PmenuAdminTitle, #PagePmenu .PmenuIntraTitle, #PagePmenu .PmenuFormation, #PagePmenu .PmenuInformation {
	padding: 2px;
	font-family: Times new roman;
	background-color: #006600;
	border: 1px solid #111111;
	color: #FFFFFF;
	font-weight: bold;
}


#PagePmenu .PmenuContent {
	padding: 2px;
	border: 1px solid #111111;
	border-top-width: 0px;
	font-family: Times new roman;
	background-color: "white"
}

#PagePmenu .PmenuContent span.subtitle {
	display: block;
	margin: 2px;
	color: #CCFF66;
	font-weight: bold;
	text-decoration: underline
}

#PagePmenu .PmenuContent ul {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#PagePmenu .PmenuContent ul li {
	list-style:none;
	margin:0px;
	padding: 0px;
	border-bottom:1px solid #C9FF8E;
}

#PagePmenu .PmenuContent ul li a:link {
	color: #82C53F;
	text-decoration: none
}

#PagePmenu .PmenuContent ul li a:visited {
	color: #82C53F;
	text-decoration: none
}

#PagePmenu .PmenuContent ul li a:active {
	color: #808080
}

#PagePmenu .PmenuContent ul li a:hover {
	color: #006600;
	text-decoration: underline;
	background-color: #82C53F;
}

#PagePmenu .PmenuContent ul li a {
	color: #000066;
	display:block;
	text-decoration:none;
	background-color:#fff;
	padding-left:1px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: InfoBackground;
	border: thin;
}


.spacer { 
	clear: both; 
} /* pour empêcher un élément flottant de déborder vers le bas sur le contenu qui le suit */
 
 
.pair {
	background-color: #C8CFD3;
	font-size: 12px;
} 			

.impair {
	background-color: #F0F8FF;
	font-size: 12px;
} 			

.entete {
	background-color: #C2CDD6; /* gris */
	font-weight: bold
} 

/* bas de page copyright */
.copyrightnoir {
	color: #000000; 
	font-family: times new roman; 
	font-weight:  normal; 
	font-size: 10px; 
}
 
.copyrightgrasnoir {
	color: #000000; 
	font-family: times new roman; 
	font-size: 12px; 
	font-weight:  bold; 
}



ul.list	li{
	list-style-type: circle;
	text-align: center;
	list-style-image: url(images/raisinliste.gif);
	margin: 5px 0;

		}


.blocgauche {
	float: left;
	border-style: dashed;
	border-width: 1px;
	background: #F0F0F0;
	width: 40%;
	padding: 10px;
}

.blocdroite {
	border-style: dashed;
	border-width: 1px;
	background: #F0F0F0;
	width: 40%;
	padding: 10px;
	margin-left: 20px;
}


.gauche {
  float: left;
  } 
.right {
  float: right;
  } 


