/** bloc avertissant que l'on est connecté en mode administrateur sur les pages view_content**/
#wadmin
{
	-moz-border-radius : 10px 10px; 
   -webkit-border-radius: 10px 10px;
   border-radius: 10px 10px;
   background-color: #FFD800;
   border: 0px solid black;
   -webkit-box-shadow: 1px 1px 2px ;
   -moz-box-shadow: 1px 1px 2px ;
    box-shadow: 1px 1px 2px ; 
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
}
/** bloc avertissant de la non existance d'une traduction entre le menu et le corps**/
#wtrad
{
	-moz-border-radius : 10px 10px; 
   -webkit-border-radius: 10px 10px;
   border-radius: 10px 10px;
   background-color: #FF7F7F;
   border: 0px solid black;
   -webkit-box-shadow: 1px 1px 2px ;
   -moz-box-shadow: 1px 1px 2px ;
    box-shadow: 1px 1px 2px ; 
	margin-top: 3px;
	padding: 5px;
}
/** Corps**/
/** commun a tous**/
#corps, .edito
{
   display:block;
   
   margin-top: 3px;
   margin-bottom: 2px;
   padding: 5px;
  
  border: solid 1px #6d6d6d;  
   -moz-border-radius : 10px 10px; 
   -webkit-border-radius: 10px 10px;
   border-radius: 10px 10px;
   
}
/** style interne du corps **/
#corps h1, .edito h1
{
   color: red;   
   text-align: center;   
   text-shadow: 1px 1px 1px #777; 
   text-decoration:underline;
   
}
#corps h3
{
	color: #000080; 
	font-size: 14pt; 
	
	text-align: center;
}
#corps h2
{
   
   font-size: 14pt; 
   
   text-decoration:underline;
   padding-left: 30px;
   color: #00137F;
}
#corps p, .edito p
{
	margin-left: 30px;
	margin-right:30px;
	
	
}
.edito h1
{
   color: red;   
   text-align: left;   
   text-shadow: 1px 1px 1px #777; 
   text-decoration:underline;
   padding-left:15px;
}
/** Fin **/

.signature
{
	color: green;
   text-align: right;
   
   font-weight:bold;
}



/*bloc spécifique à la page d'accueil/ index.pxp*/
#aff-mult
{
display:flex;
width:100%;

flex-wrap: wrap;
}

.aff-mult-cell
{
width:45%;

border: solid 1px #6d6d6d;
-moz-border-radius : 10px 10px; 
-webkit-border-radius: 10px 10px;
border-radius: 10px 10px;

flex-grow: 1;
lex-shrink: 1;

}

.aff-mult-cell p
{
	margin-left: 30px;
	margin-right: 30px;
}


.aff-mult-cell h1
{
	text-align: center;
	color: #00137F;

    text-shadow: 1px 1px 1px #777; 
	text-decoration:underline;
	font-size: 24px;
	padding-bottom: 20px;
}

.aff-mult-cell h2
{
		color: green;
		margin-left: 20px;
		text-align: left;

		font-size: 20px;
}
.readmore
{
 margin: 15px;
}
/* bloc objectif et a l'attention des veterans inclus dans le texte de la page d'accueil*/
.bloc
{
	display:table;
	table-layout:fixed;
	width:100%;
	border-collapse: separate;
	border-spacing: 5px 1px;
}
.bloc-cell
{
	display: table-cell;
	word-wrap: break-word;
}
.bloc-cell h2
{
	text-align: center;
	color: #00137F;
    text-shadow: 1px 1px 1px #777; 
	text-decoration:underline;
	font-size: 24px;
	padding-bottom: 20px;
}
.bloc-cell h2:hover
{

}
.obj, .vetatt
{
	opacity: 0;
	height:0px;
	-webkit-transition: height 3s, opacity 4s; /* For Safari 3.1 to 6.0 */
	-moz-transition: height 3s, opacity 4s; /* For Safari 3.1 to 6.0 */
    transition: height 3s, opacity 4s;
	overflow:hidden;

}
.bloc-cell:hover .obj 
{
	opacity: 1;
	height:200px;
}
.bloc-cell:hover .vetatt 
{
	opacity: 1;
	height:550px;
}
