
body
{
	background: #EBEBEB url(/.cps_themes/pm/images/fond.png);
	margin:auto;
	font-family: Helvetica, sans-serif;
	text-align: center;
}

img
{
	border:0px;
}

a
{
	text-decoration:none;
	color:black;
	font-weight:bold;
	border:0px;
}

a:hover
{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.contenu h1, .contenu h2, .contenu h3, .contenu h4, .contenu h5, .contenu h6
{
    color: #e2003c;
}


div.ddefault a
{
  text-decoration: none;
  color: blue;
  font-weight: normal;
}

div.ddefault a:hover
{
  font-weight: bold;
}

div.dcolleft a
{
  text-decoration: none;
  color: blue;
  font-weight: normal;
}

div.dcolleft a:hover
{
  font-weight: bold;
}

div.dcolright a
{
  text-decoration: none;
  color: blue;
  font-weight: normal;
}

div.dcolright a:hover
{
  font-weight: bold;
}

ul
{
	font-family: Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: inside;
	display:inline;
}

div
{
	margin:0px;
}

table
{
	margin:0px;
	border-collapse:collapse;
}

/***********************[Mise en forme]***********************/
.ronds
{
	display: block;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 322px;
	width: 454px;
	padding: 0px;
}

.logo
{
	display:block;
	z-index: 3;
	height:129px;
	width:300px;
	margin:20px;
	margin-left:28px;
}

.logoie
{
	display:none;
}

.rays
{
	display:none;
	z-index: -1;
	position: absolute;
}

.rays_inv {
	display:none;
	z-index: -1;
	position: absolute;
}

div.header {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 1024px;
}

div.postheader {
   clear: both;
   position: relative;
   top: 170px;
}

.diaporama
{
	z-index: -10;
	float: right;
	margin-top: 27px;
	height:auto;
	width:666px;
	background-color:transparent;
	background-image: url(/.cps_themes/pm/images/fondiapo.png);
	background-repeat:no-repeat;
}

object.flash {
  z-index: -5;
  margin-top: 20px;
}

div.box
{
	width:90%;
	height:100%;
	margin-top:1%;
	margin-bottom:20px;
	margin-left:2%;
	margin-right:10%;
}


div.main_right
{
	height:100%;
	float:right;
	width:75%;
}

div.contenu
{
    border:1px solid black;
    background-color:#FFFFFF;
    font-family: Calibri,sans-serif;
    padding-left:40px;
    padding-right:40px;
    padding-bottom: 15px;
    text-align:justify;
}

.entetemenu
{
	border:10px solid #e7e7e7;
	height:96%;
	text-align:left;
	height:100%;
	width:140px;
	background-color:#ffffff;
	float:left;
}

.lien
{
	font-size:0.7em;
}

.lien li
{
	background-color:#FFFFFF;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}


.lien li.firstlevel {
      	border-top:1px solid black;
	padding-bottom:5px;
	padding-top:10px;
}

.lien li.first {
      border: 0px none;
}

.menu li.selected {
    background: #C0C0C0;
}

#pages
{
	border-bottom:1px solid black;
}

ul
{
	margin:0px;
	padding:0px;
}

.menu li
{
	padding-left:1em;
}

.titre
{
	border-top:10px solid #e7e7e7;
	padding:10px;
}

div.footer {
   text-align: center;
   background: transparent;
   margin: auto;
   width: auto;
   font-size: 80%;
   margin-top: 5px;
   margin-bottom: 20px;

}

div.footer a {
    padding-left: 1em;
    padding-right: 1em;
}


ul.breadcrumbs {
    list-style-type : none;
    padding: 0;
    margin: 0;
}

ul.breadcrumbs li {
 display: inline;
 background-image: url(/.cps_themes/pm/images/breadcrumbs_li.png);
 background-repeat: no-repeat;
 background-position: 0px 7px;
 padding-left: 1.5ex;
 margin-right: 0.25ex;
}

ul.breadcrumbs li.first {
 background-image: url(/.cps_themes/pm/images/pmfav16.png);
 background-repeat: no-repeat;
 background-position: 5px 4px;
 padding-left: 3ex;
}

#portlet_actions_object {
  text-align: center;
}

#portlet_actions_object {
   position: relative;
}

#portlet_actions_object li
{
	display:inline;
}

#portlet_actions_user2 li
{
	display:inline;
}

#portlet_actions_user2
{
	font-size:11px;
}

#user_actions
{
	white-space:nowrap;
	width:400px;
	font-size:11px;
	display:inline;
}

#user_actions li
{
	display:inline;
}

#user_actions ul
{
	display:inline;
}

#portlet_actions_object
{
    font-size: 11px;

}

#portlet_actions_object img
{
    vertical-align: bottom;
}

#user_actions img
{
    vertical-align: bottom;
}


/***********************[Infobulles]***********************/

.cloud
{
	float:right;
	text-align:center;
}

.cloud div
{
	display:inline;
}

.cloud a.info
{
	position: relative;
	color: black;
	text-decoration: none;
}

.cloud a.info span
{
	display: none; /* on masque l'infobulle */
}

.cloud a.info:hover
{
	background: none; /* correction d'un bug IE */
	z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}

.cloud a.info:hover .bulle
{
	font-size: 0.8em;
	font-family:Helvetica, sans-serif;
	display: inline; /* on affiche l'infobulle */
	position: absolute;

	white-space: nowrap;
	top: 20px; /* on positionne notre infobulle */
	left: 10px;
	background: white;
	color: black;
	padding: 3px;
	border: 1px solid black;
}

.a1
{
	font-size: 2em;
}

.a2
{
	font-size: 1.5em;
}

.a3
{
	font-size: 2.5em;
}

.a4
{
	font-size: 0.5em;
}

/* textimage widgets */

.photoWidget img {
  margin-top: 3px;
}

div.photoWidget {
  padding: 0;
}

.photoWidget p {
 margin-top:0;
}

/* PSM */

div.message {
  background: #d1e2ff;
  border: 2px solid #333333;
  color: black;
  font: normal 120% Arial, sans-serif, Verdana, Helvetica;
  margin: 1em 0;
  padding: 0.5em 1em;
  vertical-align: middle;
}

/* CPSCollector */

div.field {
 margin-top : .7ex;
 margin-bottom: .7ex;
}

div.field p {
 margin: 0;
}

/* Normally from document.css but needed for lists of News Items */
.dright {
  float: right;
  text-align: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

.dleft {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

.dcenter {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

/* News item listing */

div.ListingItem {
  margin-top: 2ex;
  border-top: 1px solid black;
}

div.ListingIllus {
  padding-right: 1em;
}


.ListingInfo {
  font-weight: 400;
}

/* Site map */

div#plan_site {
padding-top : 1.5ex;
}

div#plan_site .itemDescription {
  font-weight: 400;
  font-size: 90%;
}

/* hilight message */

div.hilit_msg {
   z-index : 10;
   position : absolute;
   top: 15px;
   width: 666px;
}

.hilit_msg h3 {
   position : relative;
   z-index : 15;
   margin : 0 0 0 1em;
   display: inline;
   float: left;
   color: #3a9800;
}

.hilit_msg div {
  margin : 0;
  margin-top : .05ex;
  float: left;
}

.hilit_msg a {
  top : 100px;
  font-size: 110%;
  padding : 0 .2em;
}

.hilit_msg a:hover {
  color: #3a9800;
}

