/* CSS Document */

*{
margin:0px;
padding:0px;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

img{
border:none;
max-width:100%;
}

html,body{
background-color:#000000;
font-family:arial, sans-serif;
}
#languages {
    margin-top: 0px;
    position: absolute;
    text-align: center;
    top: 5px;
    right:5%;
    z-index: 2
    }

#languages img {
    margin-left: 10px;
    width: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75
    }

#languages img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
    }
#message{

width:100%;
max-width:1500px;
margin-right:auto;
margin-left:auto;
padding-top:240px; 
padding-left:240px; 
}

#message p{
color:grey;
font:italic 0.9em Arial, sans-serif;
text-align:center;
}


.boite{
margin:36px auto;
width:780px;
max-width:100%;
height:auto;
min-height:1000px;
background-color:#000000; 
position:relative;
  
}

.general{
width:90%;
height:auto;
margin:0 auto;
  
}

#logo_portail{
margin-top:20px;
max-width:67%;
display:block;
}

#titre_portail{
margin-top:27px;
display:block;
max-width:100%;
width:300px;
margin:60px auto 0 auto;
}

.nav_portail{
clear:both;
 color:#B9BCC1;
max-width:100%;
width:300px;
text-align:right;
margin:0px auto;

font:normal 1.1em Arial, sans-serif;
}	
.nav_portail a{
 color:#B9BCC1;
 text-decoration:none;
} 

#reclames{
clear:both;
width:700px;
max-width:100%;
margin:50px auto;
text-align:center;
}
#portail_link_img{
text-align:center;
display:block;

}
#reclames img{
margin-top:30px;
max-width:100%;
}
#image_portail{
max-width:100%;
display:block;
}
.social{
 float:left;
 width:48%;
 text-align:left;
}
.social2{
 float:right;
 text-align:right;
}

.actions_cartouche span{
    float:left;
    width:50%;
    padding:5px;
    margin-top:20px;
    display:block;
    text-align:center;
}

.actions_cartouche span a {
   border-top: 1px solid #969696;
   display:block;
   margin:0 auto;
   width:90%;
   background: #333333;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
   background: -webkit-linear-gradient(top, #000000, #333333);
   background: -moz-linear-gradient(top, #000000, #333333);
   background: -ms-linear-gradient(top, #000000, #333333);
   background: -o-linear-gradient(top, #000000, #333333);
   padding: 8px 8px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   text-decoration: none;
   vertical-align: middle;
   }
.actions_cartouche span a:hover {
   border-top-color: #3f4040;
   background: #3f4040;
   color: #ccc;
   }
.actions_cartouche span aactive {
   border-top-color: #4d4d4d;
   background: #4d4d4d;
   }
.acces_bo{
width:30%;
margin:200px auto;
padding:50px;
background:url('../images/wood.jpg');
border:1px solid #333;
text-align:center;
}

.acces_bo a{
color:white;
text-decoration:none;
}

.acces_bo a:hover{
color:grey;

}
@media only screen and (max-width: 720px) {
.actions_cartouche span{
    float:none;
    width:100%;
    margin-top:10px;
}
}
@media only screen and (max-width: 380px) {
.social1, .social2{
   float:none;
   width:100%;
   margin-top:20px;
}
#reclames img{
  margin-top:0;
}
}



















