/***************************************************************************************************/	
/* CSS BALISES PAR DEFAUT **************************************************************************/
/***************************************************************************************************/
body 
	{ 
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:14px; 
	
	
	}
	
ul 
	{
	margin:0px;
	padding-left:10px;
	}
li
	{
	list-style-type: none;
	}

a
	{
	border:0px;
	color:#3A5E7B;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}

h2
	{
	color:#3A5E7B;
	}

h4
	{
	color:#CC0000;
	margin:0px;
	padding-left:5px;
	text-align:left;
	}
	
input, textarea
{
width:600px;
 margin:5px;
 padding:5px;
 }
 

	
/***************************************************************************************************/	
/* DIVERS ******************************************************************************************/
/***************************************************************************************************/
.logo_image
{
margin:5px;
float:left;

}

.div_miniatures
{
overflow:auto;
height: 150px;
border:#CCCCCC 1px solid;
padding:10px;
width:600px;
text-align:left;


}
.div_upload
{
width:500px;
border-left: #CC0000 1px solid;
border-right: #CC0000 1px solid;
padding:10px;

}
.conteneur1
{
padding-left :15px;

}
.conteneur_index
	{
	width:180px;
	border: #CCCCCC 1px solid;

	}
.info_tech
	{
	font-size:11px;
	text-align:justify;
	}

.af_news
	{
	padding:5px;
	text-align: justify;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.ap_news
	{
	width:600px;
	margin:10px;
	padding:5px;
	text-align: justify;
	font-size:11px;
	}
	
.ar_news
	{
	width:600px;
	background-color:#d4d4e0;
	margin:10px;
	padding:5px;
	border:#cccccc 1px solid;
	text-align: justify;
	font-size:11px;
	}
	
.submit
	{
	width:150px;
	}

.submit_div
	{
	width:150px;
	float: right;
	}
	
.color1
	{
color:#CC0000;
	}

.color2
	{
	color:#3A5E7B;
	}
	
.site
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:24px;
margin-bottom:20px;
}
.cadre_menu
{
width:150px;
float:left;
border-left: dashed 1px #CC0000;

}

.cadre_contenu
{
width:600px;
float: left;
text-align:center;

}

