@media all {

.maj {
	color: #000000;
	font-style: italic;
	font-size: 11px;
}

.tablecp {
	width: 95%;
	border-collapse: collapse;
	border: 1px solid #b9d3f4;
}

.bottomAlignment {
	vertical-align: bottom;
}

.tdcptitle {
	border: 1px solid #b9d3f4;
	padding: 5px;
	text-align: center;
	background-color: #dfeaf9;
	color: #153668;
	font-weight: bold;
	font-size: medium;
}

.tdcpname {
	border: 1px solid #b9d3f4;
	padding: 5px;
	width: 20%;
	height: 20px;
	text-align: center;
	background-color: #f0f5fa;
	color: #153668;
}

.tdcpplat {
	border: 1px solid #b9d3f4;
	padding: 5px;  
	text-align: center;
	background-color: white;
}

.tdcomment {
	background-color: #DDEEFF;
}

.lienTableCP {      
	display: block;
	text-decoration: none;
}

.fauxLien {
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	cursor:pointer;
}

.fauxLien:hover {
	color:#FF0000;
	text-decoration:underline;
}

#tip {
	display: none;
	position:absolute;
	padding: 3px;
	top: 20px;
	left: 20px;
	width: 400px;
	text-align: left;
	border: 2px solid #153668;
	background-color: #dfeaf9;
	color: #153668;
	vertical-align:top;
}

#imageHautTip {
	background-image:url(images/imageHautTip.gif);
	width: 100%;
	height: 21px;
}

#iconeFermer {
	margin-left: 373px;
	background-image:url(images/croix.gif);
	width: 21px;
	height: 21px;
}

div.titre {
  margin-top:      40px;
  margin-bottom:   15px;
  text-align:      center;
  font-weight:     bold;
  font-size:       28px;
  color:           #153668;
  letter-spacing:  6px;
}


div.stat {
  margin-right:    20px;
  margin-left:     20px;
  text-align:      center;
  font-size:       11px;
}


div.edito {
  margin-right:    20px;
  margin-left:     20px;
  font-size:       11px;
  text-align:      justify;
}


div.edito_paragraphe {
  text-indent:     40px;
}

A.lienArticle {
  color : #153668;
  font-weight : bold;
  text-align : center;
  font-size : 11px;
  font-family: Verdana,sans-serif;
}

.maxWidth {
	width: 100%;
}

.maxHeight {
	height: 100%;
}

.leftColumn {
	width: 30%;
	text-align:left;
	vertical-align:top;
}

.rightColumn {
	width: 70%;
	text-align:left;
	vertical-align:top;
}

.fullColumn {
	width: 100%;
	text-align:center;
	vertical-align:bottom;
}

#divRecherche {
	display: none;
	width: 100%;
}
}