/* Body****************** */
body {
	color: #C3C4D2 ;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;  /* Permet la graduation de la taille des caractères dans MSIE */
	margin: 0;
	padding: 0;
	background-color: #3D5C7A;
	}
a {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	}
a:hover {
	color: #FFFFFF ;
	text-decoration: none;
	}

 h1 {
	color: #C3C4D2 ;
	font-size: 22px;
	font-weight: bold;	
	}

 h2 {
	color: #FFCC00 ;
	font-size: 18px;
	font-weight: normal;	
	}

 h3 {
	color: #C3C4D2 ;
	font-size: 18px;
	font-weight: normal;	
	}

/* En tête ****************** */
/* Zone 1 */
td.superHeader {
/*	background-color: #19334E;
*/	background-repeat: repeat-x;
	height: 25px;
	vertical-align:middle;
	padding: 3px;
	padding-left: 10px;
	}


/* Zone 3 */
td.subHeader
	{
	padding: 3px;
	padding-left: 10px;
	color: white;
	height: 24px;
	background-color: #19334E;
	}

td.middleHeader
	{
	background-color: #3D5C7A;	
	}
	
td.mainPage
	{
	background-color: #19334E;
	margin-left: 25px;
	}

td.footer
	{
	background-color: #19334E;
	height: 25px;
	color: #C3C4D2;
	text-align: right;
	vertical-align:middle;
	border-top-color: #3D5C7A;
	border-top-style: solid;
	border-top-width: 1px;
	padding-right: 15px;
	}


table.main
{
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 2px;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}




.doNotDisplay {
  display: none !important;
}


/* autres éléments par défaut */
input.login {
	background-color: #C3C4D2;
	color : #000000;
	border: 0px;
	font-size: 11px;
	}
input.main {
	background-color: #C3C4D2;
	color : #000000;
	border: 0px;
	font-size: 11px;
	}
textarea {   
   font-size:11pt;
   color:#000000;
   border:thin ridge;
   border-color: #000000;
   background-color:#C3C4D2;
}


select {  
	background-color: #000000;
	color : #FFFFFF;
	font-size: 12px;
	border: 0px;
}

hr {}


/* ##### Header ##### */

/* ##### Side Menu ##### */

#sidebar {
  width: 12em;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 1.5ex;
  top: 11em;
  z-index: 100;
}


/* ##### Contenu central ##### */

#pagecentre {
  font-size:1em;
  text-align: left;
  color: rgb(61,92,122);
  padding: 0.5em 10px;
  width: auto;
  min-height: 400px;
  clear: left;
}

* html #pagecentre {
  height: 400px; /* hack uniquement interprété par IE Win+Mac*/
} 

#pagecentre h1 {
  color: rgb(193,102,90);
  background-color: transparent;
  font-family: "Courier New", Courier, monospace;
  font-size: 25%;
  margin: 0;
  padding: 1.5ex 0 0 0;
}

#pagecentre h2 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1ex 0 0 0;
}

#pagecentre p {
  color:rgb(33,50,66);
  line-height: 1.5em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.newsHeading {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

.more {
  width:96%;
  text-align: right;
  margin: 2em 0;
  padding: 0;
}

.more a {
  color: rgb(61,92,122);
  font-size: 92%;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.more a:hover {}

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
  background-color: transparent;
}

.quarter {
  width: 21%;
/*  padding: 0 1.9%; */
margin:0 1.9%;
_margin:0 1.5%;
  border-left: 1px solid rgb(255,255,255);
}

.oneThird {
  text-align: left;
  width: 28%;
  padding: 0 12px;
}

.half {
  text-align: left;
  width: 46%;
/*  padding: 0 1.9%; */
margin:1.9%;
margin-top:0;
_margin:0 1.3%;
  border-left: 1px solid rgb(255,255,255);
}

.twoThirds {
  text-align: left;
  width: 63%;
  padding: 0 12px;
}

.fullWidth {
  text-align: left;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

.diviseVertical {
  background: url(Prosimii/colbg.gif) repeat-y 25% 0;
  margin-top: 1em;
}

.diviseVertical2 {
  background: url(Prosimii/colbg.gif) repeat-y 49.8% 0;
}

/* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove
 * that don't require the creation of new classes - but which are not
 * supported by MSIE - are the following:
 *
 * .rowOfBoxes > div:first-child {
 *   border-left: none;
 * }
 *
 * .rowOfBoxes + .rowOfBoxes {
 *   border-top: 1px solid rgb(204,204,204);
 * }
 */


/* ##### Footer ##### */

#footer {
/*
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  text-align: center;
*/
  clear: left;

  text-align: center;
  font-size: 87%;
  line-height: 1.25em;
  margin: 1em 0 0 0;
  padding: 1ex 10px;
  color: white;
  background-color: rgb(117,144,174);
  margin: 0;
  padding: 0.5ex 10px;
  position:relative;
}

#footer a {
  color: rgb(0,68,204);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer form, #footer form div {
  display:inline;
}

#conception {
  display:inline;
  position:absolute;
  right:10px;
  top:10px;
  color:rgb(33,50,66);
  font-size:0.8em;
}
