.linktext 
{
   color                : #FFFFFF;
   text-decoration      : none;
   padding              : 5px;
   border-bottom-style  : none;
}
.linktext:hover
{
   color : #F00000;
   background-color:white;
} 

.logo-entreprise
{
	display	: inline-block;
}

.page
{
	max-width 			: 1050px;
}

.linkdiv 
{
   display: inline-block;
   margin-top : 5px;
   margin-bottom : 5px;
   margin-left : 1px;
}

body	
{
	color                   : #404040;
	background-color        : #F8F8F8;
	margin                  : 0px;
	padding                 : 0px;
    font-family             : Raleway, arial;
    background-repeat       : no-repeat;
    background-attachment   : fixed;
}

.shadow
{
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}

bodyold	
{
   background-image: -webkit-gradient(
   	linear,
   	left top,
   	right top,
   	color-stop(0, #00004F),
   	color-stop(0.52, #0072B0)
   );
   background-image: -o-linear-gradient(right, #00004F 0%, #0072B0 52%);
   background-image: -moz-linear-gradient(right, #00004F 0%, #0072B0 52%);
   background-image: -webkit-linear-gradient(right, #00004F 0%, #0072B0 52%);
   background-image: -ms-linear-gradient(right, #00004F 0%, #0072B0 52%);
   background-image: linear-gradient(to right, #00004F 0%, #0072B0 52%);
}

a
{
   color:#802020;
   text-decoration :none;
   border-bottom-style:dotted;
   border-bottom-width:1px;
   border-bottom-color:#C06060;
}

.rounded
{
   border-radius: 10px; 
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border: 1px solid #C0C0C0;
}

.block
{
   text-align:justify; 
   background-color:#FFFFFF;
   font-size:120%;
   margin-bottom:40px;
   margin-left:20px;
   margin-right:20px;
   padding:15px;
   display:block;
   clear:both;
   color:#606060;
}

.block_interne
{
   text-align        : justify; 
   background-color  : #FFFFFF;
   padding           : 10px;
   margin            : 0px;
   vertical-align    : top;
}

.block_separateur
{
   width             : 10px;
   background-color  : rgba(0, 0, 0, 0);
}
.logo
{
   border-color:silver; 
   border-style:solid; 
   border-width:1px; 
   margin-top:5px;
}

.img1
{
   float:left; 
   padding-right:10px;'
}

.logo_sponsoring
{
   float:left; 
   padding-right:10px;'
}

.img_big
{
   width:100%; 
}


#bkgnd
{
    background-color     : #303040; 
    background-position  : center; 
    background-repeat    : no-repeat; 
    font-size            : 110%;
    margin-top           : 0px; 
 }
 
#bkgnd3
{
    background-color     : #303040; 
    background-position  : center; 
    background-repeat    : no-repeat; 
    padding-bottom		 : 10px; 
}

.societe_img
{
	max-width			 : 320px;
	width				 : 100%;
}

#buttonbar
{
   text-align           : center; 
   background-color     : black;
}

#header_bar
{
   text-align:left; 
   background-color: black; 
   height:25px; 
   font-size:110%; 
   color:#F0F0F0;
}

.title_main_page
{
   font-size         : 160%;
   font-weight       : bold; 
   color             : #606060;
   width:            : 100%;
   margin-bottom     : 15px;   
   margin-top        : 5px;
   padding           : 0px;
   vertical-align    : middle;
   font-family       : Tahoma;    
   justify           : center;
}

.title_page
{
   font-size         : 200%;
   font-weight       : bold;
   font-family       : Tahoma;
   color             : #606060;
   margin-top        : 30px;
   margin-bottom     : 30px;
}

@media screen and (max-width: 800px)
{
    body 
    {
        background-size   : 100%;
        font-size         : 95%;
    }
	.logo-entreprise
	{
		width			: 300px;
		margin-top		: 10px;
		margin-bottom   : 10px;
		margin-left		: 10px;
		margin-right	: 10px;
	}
   .linkdiv 
   {
      margin-left : 0px;
   }
    .title_main_page
    {
       font-size         : 120%;
    }
   
   .block_interne
   {
      display:block;
      font-size:90%; 
      min-height:150px; 
   }
   
   .block_responsive
   {
      display:block;
   }
   
   .block_separateur
   {
      margin-top:20px;
      display:block;
   }
   .logo
   {
      margin-left:20px; 
      margin-right:20px; 
      margin-top:5px; 
      font-size:75%; 
      width:230px; 
      height:110px; 
   }
   #bkgnd
   {
      height     : 120px; 
      font-size  : 110%;
   }
   #bkgnd3x
   {
      height     : 100px; 
   }
   #buttonbar
   {
      font-size:90%;
   }
   #header_bar
   {
      display : none;
   }
   
   .img_contacts
   {
      display : block;
      max-width:100%;
   }
}

@media screen and (min-width: 800px) and (max-width: 2000px)
{
    body
    {
        background-size         : 100%;
    }
    
	.logo-entreprise
	{
		width			: 300px;
		margin-top		: 50px;
		margin-bottom   : 0px;
		margin-left		: 15px;
		margin-right	: 15px;
	}
	
   .linkdiv 
   {
      margin-left : 10px;
   }

   .block_interne
   {
      display           : table-cell;
      font-size         : 90%;
      width             : 49%; 
   }
   
   .block_responsive
   {
      display:block-inline;
   }
   
   .block_separateur
   {
      display           : table-cell;
      width             : 2%; 
   }
   
   .logo
   {
      margin-left:40px; 
      margin-right:40px; 
      margin-top:5px; 
      font-size:110%; 
      width:300px; 
      height:150px; 
   }
   #bkgnd
   {
      height:170px; 
   } 
   #bkgnd3x
   {
      height:200px; 
   } 
   #buttonbar
   {
      font-size:120%;
   }
   #header_bar
   {
      display : none;
   }
   .img_contacts
   {
      display : block;
   }
   
	.img_article
	{
		max-width 	: 350px;
	}

	.div_article
	{
		display			: table-cell;
	}	
	
   .img1
   {
      width:250px;
   }
   
   .logo_sponsoring
   {
      width:250px;
   }
}

@media screen and (min-width: 2000px)
{
	
	.page
	{
		max-width 				: 1400px;
		font-size				: 120%;
	}
	
	.logo-entreprise
	{
		width			: 400px;
		margin-top		: 50px;
		margin-bottom   : 5px;
		margin-left		: 15px;
		margin-right	: 15px;
	}
	
 	
     body
    {
        background-size         : 100%;
		font-size				: 120%;
    }
	
   
    
   .linkdiv 
   {
      margin-left : 10px;
   }

   .block_interne
   {
      display           : table-cell;
      font-size         : 90%;
      width             : 49%; 
   }
   
   .block_responsive
   {
      display:block-inline;
   }
   
   .block_separateur
   {
      display           : table-cell;
      width             : 2%; 
   }
   
   .logo
   {
      margin-left:40px; 
      margin-right:40px; 
      margin-top:5px; 
      margin-bottom:10px; 
      font-size:150%; 
      width:500px; 
      height:230px; 
   }
   #bkgnd
   {
      height:250px; 
   }
   #bkgnd3
   {
   }
   #buttonbar
   {
      font-size:130%;
   }
   #header_bar
   {
      display : none;
   }
   .img_contacts
   {
      display : block;
   }
   
	.img_article
	{
		max-width 	: 500px;
	}

	.div_article
	{
		display			: table-cell;
	}	
	
   .img1
   {
      width:250px;
   }
   
   .logo_sponsoring
   {
      width:250px;
   }
   
	.societe_img
	{
		max-width 	: 350px; 
		width : 100%;
	}
   
}