
body
	{
		width: 1100px;
		margin: auto;
	}

.blanc
	{	color: white;}

.bleu_nuit
	{	color: rgb(21,60,107);}
	
.bleu
	{	color: rgb(0, 64, 128);}


	
header
	{
		display: inline-block;
		vertical-align: top;
		position: relative; 
		width: 1100px;
		height: 150px;
    	background: rgb(58, 113, 169);
	}	


aside
	{
		display: inline-block;
		vertical-align: top;
		position: relative;
		top:-20px;
		left:15px;
		width: 220px;
		height:430px;
		z-index:1;
   		background: rgb(187, 226, 237);
	}

rubrique
	{
		display: inline-block;
		vertical-align: top;
		position: relative; 
		top: 40px;
		left: 800px;
		width: 270px;
		height : 40px;
		padding-right:10px;
		text-align: right;
		z-index:2;
    	background: rgb(58, 113, 169);
	}

section
	{
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index:1;
		width: 860px;
		height: 480px;
	}
	
footer
	{
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index:1;
		width: 1100px;
		height: 100px;
	}	
	
	
.text_bloc1
	{
		text-transform: uppercase;
		font-family: 'Arial Hebrew', Arial, sans-serif;
		font-size: 36px;
		font-style: normal;
		color: white;
	}
	
.text_bloc2
{
		font-family: 'Arial Hebrew', Arial, sans-serif;
		font-size: 18px;
		color: white;
}

.text_bloc3
{
		font-family: 'Arial Hebrew', Arial, sans-serif;
		font-size: 24px;
		color: white;
}

.text_bloc4
{
		text-transform: uppercase;
		font-family: 'Arial Hebrew', Arial, sans-serif;
		font-size: 18px;
		color: white;
}
	
	
	
#header_bloc1
	{
		display: inline-block;
		position: absolute; 
		top: 10px;
		left: 430px;
		width: 600px;
		height: 80px;
		text-align: right;
		z-index: 5;
		vertical-align: top;
	}
	

	
#header_bloc2
	{
		display: inline-block;
		position: absolute; 
		top: 35px;
		left: 20px;
		width: 350px;
		height: 90px;
		overflow: hidden;
		text-align: right;
		z-index: 5;
		vertical-align: top;
	}
	
#header_bloc3
	{
			display: inline-block;
			position: absolute; 
			top: 110px;
			left: 870px;
			width: 150px;
			height: 40px;
			text-align: right;
			overflow: hidden;
			z-index: 5;
			vertical-align: top;
	}
	
	
#header_bloc4
	{
			display: inline-block;
			position: absolute; 
			top: 105px;
			left: 520px;
			width: 270px;
			height: 50px;
			text-align: right;
			overflow: hidden;
//			border: 1px solid white;
			z-index: 5;
			vertical-align: top;

	}
	

#aside_texte
	{
		position: absolute; 
		top: 120px;
		left: 10px;
		height:280px;
		width: 200px;
		font-family: 'Arial Hebrew', Arial, sans-serif;
		font-size: 18px;
		text-align: right;
//		border: 1px solid red;

	}	


	
#section_titre
	{
		position: absolute; 
		top: 60px;
		left: 10px;
		height: 33px;
		width: 800px;
		text-align: right;
		padding-right:10px;
		background: rgb(230, 230, 230);
		font-family: 'Georgia', Georgia, sans-serif;
		font-size: 1.5em;
	}	


#section_video
	{
		position: absolute; 
		top: 120px;
		left: 180px;
	}

	
#section_texte
{
		position: absolute; 
		top: 160px;
		left: 580px;
		width: 250px;
		height:310px;
		overflow: hidden;
		font-family: 'Georgia', Georgia, sans-serif;
		font-size: 1.2em;
		text-align: right;
		padding-right: 10px;
//		border: 1px solid red;

}	
	
#rubrique_texte
{
		font-family: 'Georgia', Georgia, sans-serif;
		font-size: 1.5em;
		padding-right:10px;
		text-align: right;


}
	
#footer_texte
	{
		position: absolute; 
		top: 10px;
		left: 0px;
		height:30px;
		width: 1100px;
		text-align:left;
		padding-left:10px;
		padding-top:10px;
		font-family: 'Veranda', Veranda, sans-serif;
		font-size: 0.8em;
		background: rgb(230, 230, 230);
//		border: 1px solid red;

	}	
