/* 
    Document   : dimension
    Created on : 1 juil. 2013, 09:01:37
    Author     : bassirou.wagne
    Description:
        Purpose of the stylesheet follows.
*/

/*root { 
    display: block;
}*/

div#blocprincipal{
    background-color: #fff;
    width: 83%;
    margin: auto;
    padding: 15px;
    background-image:url(../img/topback.png);
    background-repeat: no-repeat;
}

div#topentete{
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    padding: 5px;
}

#entete{
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

#cadreentete{
    padding-top: 5px;
    position:relative;
	font-size:1vw;
    margin-bottom: 8px;
    /*background-image:url(../img/backentete.png);
    background-repeat: no-repeat;*/
}
#cadreentete:after {content: "";display: table;clear: both;}


#cadreentete >a img{
    width:7vw;
	height:auto;
    border-radius: 2px;
    box-shadow: 2px 2px 12px #000;
    -webkit-box-shadow: 2px 2px 12px #000;
    -moz-box-shadow: 2px 2px 12px #000;
	margin-left: 3%;
	margin-right: 1.5%;
    margin-top: 1%;
	margin-bottom: 2%;
    
}

div#banner{
    /*width: 500px;*/
	height:95px;
	padding: 0;
    text-align:left;
	position:relative;
	margin-left:43%;
	
}
.titrebanner{
    text-align:left;
	font-family: 'Philosopher', sans-serif;
	line-height: 15px;
	font-size:18px;
	font-weight:bolder;
	color:#27ea1f;
}
.textebanner{
    text-align:right;
	font-family: 'Courgette', cursive;
	font-size:17px;
	color:#fff;
}



#contenu{
    width: 100%;
    padding-top: 0;
    margin-top: 0;
}


section#colonneverticalegauche{
    width: 20%;
    padding-left: 0;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: left;
    
    
}

section#colonnecentrale{
    width: 70%;
    /*padding-left: 1%;*/
    padding-right: 0;
    padding-top: 1%;
    padding-bottom: 1%;
	padding-left: 0;
	float: left;
    /*border: 1px #000 solid;*/
}
section#colonnemilieucache{
   display:none;
}
section#colonnebas{
    width: 100%;
   display:none;
}

@media screen and (max-width:1024px)
{
section#colonnecentrale{
    width: 100%;
    /*padding-left: 1%;*/
    padding-right: 0;
    padding-top: 1%;
    padding-bottom: 1%;
	float: left;
    /*border: 1px #000 solid;*/
	
}
section#colonnededroite{
    display:none;
}
section#colonnebas{
    
   display:block;
}

section#colonnemilieucache{
   display:none;
   width: 100%;
}
}
section#colonnededroite{
    width: 27%;
    /*padding-right: 0;
    padding-left: 1%;*/
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
	margin-left: 2%;
	/*border:#ddd double 1px;*/
    
	/*border: 1px #000 solid;*/
}
/*   Tableau du milieu*/
.tabmilieu{
	width: 100%;
	
	}
section#bloccontenant{
    width: 50%;
    padding-right: 0;
	float: right;
	
}


section#colonneverticaledroite{
    width: 19.5%;
    padding-right: 0.5%;
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    float: right;
    
}
section#blocgauche{
    width: 20%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    float: left;
    /*border: 1px solid #ddd;*/
    
}
section#blocdroite{
    text-align: justify;
    width: 78%;
    padding-right: 0.5%;
    padding-left: 1%;
    
    padding-bottom: 1%;
    float: right;
    
}


#piedpage{
    width: 100%;
    /*height: 200px;*/
    
    margin-bottom: 10px;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#blocfooter{
    width: 33%;
    height: 100%;
    line-height: 17px;
    float: left;
    
    color: #fff;
    font-size: 13px;
    /*border-right: ridge 1px #ddd;*/
    font-stretch: ultra-expanded;
    
    
}
#blocfooter a{
    color: #fff;
}
#blocfooter a:hover{
    color: #27ea1f;
    font-weight: bold;
}
#blocfooter a h3{
    color: #27ea1f;
    font-weight: bolder;
    font-stretch: ultra-expanded;
    font-style: oblique;
    text-shadow: none;
    text-align: center;
}
#blocfooter ul{
    padding-left: 8px;
    padding-right: 8px;
}
#blocfooter ul li{
    list-style: none;
    border-bottom: #060 solid 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    
}



article#cadrearticle{
    padding: 5px;
    margin-bottom: 10px;
}
article#cadrearticlebloc{
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 46%;
    height: 240px;
    float: right;
    text-align: justify;
}
article#cadrearticleblocdoc{
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 40%;
    height: 10px;
    float: left;
    text-align: justify;
}


nav#bloc_de_lien_1{
    float: right;
    padding: 1px;
}
nav#bloc_de_lien_2{
    float: right;
    padding: 1px;
}

/*div#bloc_du_logo{
    margin-left: 70px;
    margin-top: 10px;
}*/

.logoelement>img{
    text-align: right;
    float: right;
    clear: left;
    border: #ddd solid 1px;
    padding: 7px;
    margin: 10px;
    
}
hr#ligne{
    color: #ddd;
    border: #ddd inherit 1px;
    width: 100%;
}

.newsletter{
   
  
    
   
   
}

.barrenav{
    float: right;
}

#titrenews{
    width: 100%;
}

#blocmarron{
    
    
    padding: 3px;
    /*width: 100%;*/
    margin-bottom: 5px;
    list-style: none
    
}

#blocmarron header{
    
    
}

h4#title {
    border-radius: 2px;
    background-color: #c60;
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
	margin-top: 0px;
	margin-bottom: 4px;
	clear:both;
	}
.divenbas{clear:both;}
	
div#lang{
    float: next;
    clear: right;
    margin-right: 28px;
    text-align: right;
}

#chemin{
   
    width: 80%;
    margin-left: 4px;
    float: left;
    clear: left;
    
   
    
}
#logoarticlenews{
    float: right;
    clear: right;
    
   vertical-align: text-top;
}

#logoarticlestaff{
   
    padding: 0;
}

#auteuretdate{
   text-align: right;
   margin-top: 5px;
}


#affichedoc{
   float: left;
   width: 60%;
   
}

/*catalogue de publications*/
#cataloguepub{
    width: 90%;
    
   float: left;
   
   border: 1px solid #ddd;
   padding: 1%;
   margin-top: 3px;
   
}

.members{
    width: 91%;
    height: 239px;/*280px;*/
    padding: 10px;
    color: #fff;
    background-image:url(../img/members.png);
    background-repeat: no-repeat;
}
.members a{
    color: #fff;
	font-weight:bold;
}

#africamap{
    /*position: absolute;
    left: 640px;
    top: 2030px;*/
    width: 233px;
    height: 245px;
    background-image:url(../img/africa.png);
    background-repeat: no-repeat;
}

 /*Deuxieme type de menu2*/
 /*div#menu2 {
 
 }
#menu2 ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:left;
 /*position:absolute;*/
 /*text-align:right;
 }
#menu2 li {
 float:left;
 margin:auto;
 padding-left:8px;
 padding-right:8px;
 
 }
#menu2 li a {
 display:block;
 /*width:100px;*/
/* color:#000;
 text-decoration:none;
 padding:10px;
 font-weight:bold;
 font-size:22px;
 text-transform:capitalize;
 }
#menu2 li a:hover {
 color:#fff;
 }
 #menu2 ul li ul {
 display:none;
 }
 #menu2 ul li:hover ul {
 display:block;
 }
#menu2 li:hover ul li {
 float:none;
 background-color:#C60;
 }
 #menu2 li ul {
 position:absolute;
 }*/
  /*Fin Deuxieme type de menu2*/
  
  
  /*Boutons de partages pour les rés sociaux*/
  .socialshare {
	  
	  height: 20px;
	  text-align:right;
   }
   
/*Lien haut de page*/
div#hdp a img { border:0; position:fixed; top:300px; right:25px; }
/*Lien bas de page*/
div#bdp a img { border:0; position:fixed; top:395px; right:25px; }


/*Centre*/
.titreblocmilieu{
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
    font-size: 2vw;;
	font-variant:small-caps;
	font-stretch:narrower;
	text-shadow: 2px 5px 3px #ddd;
	color:#C60;
	text-align:center;
	border-bottom: #D5D5D5 inset 1px;
	float:left;
	clear:right;
	
}
.blocmilieu{
	width:31%;
	margin-left:1%;
	margin-right:1%;
	

	
	float:left;
}

.logoelementcentre>img{
    text-align: center;
    border: #ddd solid 1px;
    padding: 7px;
    margin-bottom: 7px;
    width:93%;
	height:auto;
	
}

.logoelementcentre>b{
    text-align: left;
}
.logoelementpub>img{
    text-align: center;
    border: #ddd solid 1px;
    padding: 5px;
    margin-bottom: 4px;
    width:20%;
	height:auto;
	float:left;
	clear:left;
}
/*Fin Centre*/