@charset "utf-8";
/* CSS Document */


{
}
img
{
border:none;
}
a
{
color:#0e5283;
}
a:hover
{
color:#a5a084;
}
li
{
font-family:Tahoma, "Trebuchet MS";
font-size:13px;
}


	#global
	{
		
		margin:0px auto;
		padding:0px;
	}
	
	#logo
	{
	display:block;
	width:201px;
	height:111px;
	padding:5px 0px 0px 5px;
	margin:0px;
	text-align:right;
	
	
	 }

#entete
{
display:block;
width:960px;
height:275px;
background-image: url(../ecole_des_arts_appliques_2009/images_eaa/entete.png);
background-repeat:no-repeat;
margin:0px auto auto 0px;

}
	
	#cgauche /* bloc gauche*/
		{
			display:block;
			background-color: #C1BFAD;
			width:450px;
			float:left;
			padding:10px;
			
		}
		#cdroite /* bloc droite*/
		{
			display:block;
			background-color:#cac7b7;
			
			width:300px;
			float:left;
			margin-left:10px;
			padding:10px 10px 10px 20px;
			text-align:center;
			vertical-align:top;
			
		}

				#materiel	
				{
				display:block;
				width:375px;
				float:left;
				margin-left:10px 10px 20px 10px;
				padding:10px 20px 10px 20px;
				border: thin inset #CAC7B7;
				}
				
	

.titremoyen
{
	font-family:'Tahoma', Trebuchet MS;
	color: #0E5283;
	font-size:24px;
	font-style:normal;
	text-align:justify;

}

.gras
{
	font-family:"Trebuchet MS";
	font-weight: bold;
	font-size: 13px;

}	
.texte_commun
{
	font-family:"Trebuchet MS";
	font-size: 13px;

}
.texte_commun
{
	font-family:"Trebuchet MS";
	font-size: 13px;

}	
.biffer
{
text-decoration:line-through;
}		

	.clear 
	{
	clear:both; /* Règle pour supprimer le float */
	} 
