﻿
	html, body {
	  padding:0;
	  margin:0;
	  height:100%;
	  /*background-color: #FFFFFF;
    
	 background-color: #DCDCDC;
	  /* background:url('img/fond_jaune.png');*/
	  background-color: #cffaff;
	   background-color: #1E90FF;
	  
	}

.bloc1 {
		float: left;
		width: 10%;
		height: 40px;
		
		background: #048B9A;
	}
	.bloc2 {
		float: right;
		width: 80%;
		height: 65px;
		font: italic 12px Arial;
		text-align: justify;
	}
	.bloc3 {
	   background: white;
	   
		/*height: 10%;
		 /*background-image:url('logofka.png');*/
	}
	.bloc4 {
	   float: right;
		width: 100%;
		height: 50px;
		
		background: #048B9A;
		font: bold 20px Arial;
		color:white;
	}

		
	.header {
	   position:fixed;
	   padding:15px 0 0 0;
	   height:40px;
	   width: 100%;
	   height: 75px;
	   /* height: auto;*/
	   top:0;
	   left:0;
	   right:0;
	   color:#048B9A;
	   
	}

    /* Vos règles CSS pour les mobiles ici */
	
	.footer {
	   position:fixed;
	   height:6%;
	   height:40px;
	   bottom:0;
	   left:0;
	   right:0;
	   background-color: #048B9A;
	   color:white;
	}

	.content {
			padding:150px 0 25px 0;
	    	width:80%;
            height:auto;
	}
	
	
	article2
	{
		/*margin-right: 15px;*/
		width:25%;
		
	/*	height:75%;*/
		
		/*font-family:Goudy Old Style;*/
		/*font-family: Arial;*/
		/*font: bold 12px Arial;*/
	    background-color: #048B9A;
		box-shadow: 0px 2px 5px #1c1a19;
		border-radius: 5px;
	}
	
	article2, aside
	{
		display: inline-block;
		vertical-align: top;
		text-align: justify;
		
		/*width: auto;*/
        margin-bottom: 5px;
		
	}
	
	article
	{
		width:100%;
	    background-color: #FFFFFF;
		box-shadow: 0px 2px 5px #1c1a19;
		border-radius: 5px;
	}
	
	aside
	{
		position:fixed;
		/*position: relative;*/
		width: 235px;
		background-color: #706b64;
		box-shadow: 0px 2px 5px #1c1a19;
		border-radius: 5px;
		color: white;
		font-size: 0.9em;
	
	}
	
	article, aside
	{
		display: inline-block;
		vertical-align: top;
		text-align: justify;
		
		/*width: auto;*/
        margin-bottom: 5px;
		
	}
	
.bouton
{
 
 border-radius: 10px;
/*background-color:#555;*/
color:#CCC;
            background-color: #1c87c9;
            box-shadow: 0 5px 0 #105cad;
           position: relative;
           text-decoration: none;
           display: inline-block;
           width: 200px;
         height: 75px;
         /*background-color:#4682B4;*/
       
/*background-color:#555;
  background: #34393E;*/
background:#337AB7;
font: bold 12px Arial;
height: 40px; 
width: 100px; 
/*background: #FC7F3C;*/
}
button
{
 border-radius: 10px;
background-color:#555;
 
color:#CCC;

color: white;
/*background:#337AB7;*/
font: bold 12px Arial;
 
}
.button
{
 border-radius: 10px;
background-color:#555;
 
color:#CCC;

color: white;
/*background:#337AB7;*/
font: bold 12px Arial;
 
}
p span {
  background: green;
}

