/************** open publishing *********************************************/

.op-bordure {
	display: block;
	border : 1px solid #d7b8e1;
}

.block-sans {
clear: both;
-moz-border-radius: 10px;
}

.block {
clear: both;
border: medium solid #00CCFF;
border:solid 1px #00CCFF;
-moz-border-radius: 10px;

}

.block-titre {
text-align: center;
color: #00CCFF;
font-weight: bold;
font-size: 1.2em;
padding-top: 2px;
padding-bottom: 2px;
margin-left : 5px;
margin-right : 5px;
}

.block-contenu {
text-align: justify;
font-weight: normal;
font-size: 0.9em;
padding-left: 8px;
padding-right: 8px;
}

.block-contenu a {
text-decoration: none;
background-color: #fff;
color: #00CCFF;
}

.block-contenu a:hover {
color : #fff;
background-color: #00CCFF;
text-decoration: none;
}

.block-contenu-txt {
text-align: justify;
font-weight: normal;
font-size: 0.9em;

padding-left: 8px;
padding-right: 8px;
}

.block-contenu-txt a {
text-decoration: none;
background-color: #fff;
color: #8a5e99;
}

.block-contenu-txt a:hover {
color : #fff;
background-color: #00CCFF;
text-decoration: none;
}

.block-contenu-txt img {
/*border: large solid #fff;*/
margin-right : 15px;
margin-bottom : 15px;
margin-left: 0px;
margin-top: 15px;
}

.block-pied {
color: #fff;
background-color: #00CCFF;
text-align: right;
font-weight: normal;
font-size: 0.8em;
padding-top: 4px;
}

.block-pied a{
text-decoration: none;
color: #fff;
border: 1px solid #fff;
-moz-border-radius:5px;
}

.block-pied a:hover{
color : #fff;
background-color: #00CCFF;
text-decoration: none;
}