html,body{
	margin: 0; /* pour éviter les marges */
	padding:0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family:Arial, Helvetica, sans-serif;
	background-color:#336699;
	font-size:0.85em;
	color:#fff;
}

.cloud{
	margin:9px;
}

.cloud:hover {
	text-decoration:underline;
}


.cloud a{
	text-decoration:none;
}

.site{
	background:url('images/bg.jpg') top center #336699 no-repeat;
	margin-left: auto;
    margin-right: auto;
    width: 780px;
	height: 750px;
    text-align: left;
	border: solid 2px #049DCF;
	margin-top:20px;
	box-shadow: #333333 3px 3px 4px 1px;

	/* Mozilla/Firefox/Gecko */
	-moz-box-shadow: #333333 3px 3px 4px 1px;

	/* Webkit (Safari/Chrome) */
	-webkit-box-shadow: #333333 3px 3px 4px;
}

.cont_dynamique{
	background:url('images/content.png') no-repeat;
	width: 496px;
	height: 669px;
	float:left;
	padding-top:43px;
}

.logo{
	float: right;
	margin-right:35px;
}

.menu{
	float:left;
}

.box_home{
	float:left;
	width:220px;
	height:209px;
	background:url('images/box.png') no-repeat;
}

.pied a{
	text-decoration:none;
	color:#98D9F1;
}

/******************************/
/** Style nuage de mots clef **/
/******************************/

.tag_1 {
	color:#336699;
	font-size: 18px;
	font-weight:bold;
}

.tag_1 a{
	color:#336699;
	font-size: 18px;
	font-weight:bold;
}

.tag_2 {
	color:#349BDE;
	font-size: 12px;
}

.tag_2 a{
	color:#349BDE;
	font-size: 12px;
}

.tag_3 {
	color:#006666;
	font-size: 10px;
	font-weight:bold;
}

.tag_3 a{
	color:#006666;
	font-size: 10px;
	font-weight:bold;
}

.tag_4 {
	color:#3D9FDE;
	font-size: 12px;
}

.tag_4 a{
	color:#3D9FDE;
	font-size: 12px;
}

.tag_5 {
	color:#ADD8E8;
	font-size: 9px;
}

.tag_5 a{
	color:#ADD8E8;
	font-size: 9px;
}

.tag_6 {
	color:#228DDF;
	font-size: 18px;
}

.tag_6 a{
	color:#228DDF;
	font-size: 18px;
}

.tag_7 {
	color:#77A4C3;
	font-size: 12px;
	font-style:italic;
}

.tag_7 a{
	color:#77A4C3;
	font-size: 12px;
	font-style:italic;
}

.tag_8 {
	color:#049DCF;
	font-size: 16px;
}

.tag_8 a{
	color:#049DCF;
	font-size: 16px;
}

.tag_9 {
	color:#8FC5D6;
	font-size: 11px;
	padding:5px;
}

.tag_9 a{
	color:#8FC5D6;
	font-size: 11px;
	padding:5px;
}

.tag_10 {
	color:#056A8B;
	font-size: 16px;
	font-weight:bold;
	padding:1px;
}

.tag_10 a{
	color:#056A8B;
	font-size: 16px;
	font-weight:bold;
	padding:1px;
}

/*******************/
/**   News Home   **/
/*******************/

.news_home{
	color:#ABE1F4;
	padding:0 7px 7px 7px;
}

.news_home h1{
	color:#3197DF;
}

.news_home a{
	color:#fff;
	font-style:italic;
	text-decoration:none;
	margin-left:120px;
}

/*******************/
/**  Page contact **/
/*******************/

.ligne_cont{
	margin:5px 0 10px 0;
}

.titre_cont{
	float:left;
	margin-left:50px;
	width:100px;
	font-weight:bold;
	color:#fff;
}

.contenu_cont{
	float:left;
}

.btn_envoyer{
	background: url(images/btn_envoyer.png) top no-repeat;
	border:0;
	height:23px;
	width:121px;
	font-weight:bold;
	color:#fff;
	float:right;
	margin-right:100px;
}

.btn_envoyer:hover{
	background-position:bottom;
	text-shadow:#000 1px 1px 2px;
}

.ligne_catcha{
	margin:20px;
}

.img_catcha{
	float:left;
	margin-left: 150px;
	width:100px;
}

.code_catcha{
	float:left;
	margin-left: 50px;
}

.tel_cont{
	margin: 5px 0 5px 0;
}

.adresse_cont{
	margin-top:10px;
}

.contact_num{
	padding-top:50px;
}

/***************/
/**  ARIANE   **/
/***************/

.fil_ariane{
	text-decoration:none;
	color:#E75113;
	font-size:0.75em;
	font-weight:bold;
}

.fil_ariane:hover{
	color:#BCA2BD;
	font-weight:bold;
}

/***************/
/**  SCROLL   **/
/***************/
.up {
	background-image:url(./images/ascensseur_up.jpg);
	height:15px;
	width:15px;
}

.dn {
	background-image:url(./images/ascensseur_down.jpg);
	height:15px;
	width:15px;
}

.root 		{
		position:		relative;
		height:			312px;
		width:			620px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:		absolute;
		height:			33px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute;  
		width:			620px; 
		height:			312px; 
		clip:			rect(0 687 312 0); 
		overflow:			auto; 
		}
.scrollContent { 
		position:		absolute;  
		width:			620px; 
		padding: 10px;
		}

