

.link1
{
	color: #0a5ca3;
}

.link1 span
{
	color: #769c2a;
}

.link1:hover
{
	color: #000;
	text-decoration:none;
}


.item a
{

	
}


.link2
{
	color: #000;
}

.link2 span
{
	color: #000;
}

.link2:hover
{
	color: #0a5ca3;
}


.link3
{
	color: #fff;
	text-decoration:none;
	font-size:11pt;
}



.link3:hover
{
	color: #fff;
	text-decoration:underline;
}

.item
{
	background: url(../images/bg-menu.png) top left no-repeat;
	width:180px;
	height:31px;
	float:left;

	padding-left:5px;
	font-size:11pt;
	color:#fff;
}

.item:hover
{
	background: url(../images/bg-menu.png) top right no-repeat;

	height:30px;

	padding-top:1px;

}



.item a
{
	color:white;
	font-size:10pt;
	font-family: Comic Sans MS, Arial, serif;
	text-decoration:none;
	width:173px;
	height:38px;
	float:left;
	padding-top:8px;
	margin-right:5px;
}	

.item a:hover
{
	color:white;
	font-size:10pt;
	font-family: Comic Sans MS, Arial, serif;
	text-decoration:none;
}	

.item_mise_en_valeur
{
	background: url(../images/bg-menu-mise-en-valeur.png) top left no-repeat;
	width:180px;
	height:31px;
	float:left;

	padding-left:5px;
	font-size:11pt;
	color:#fff;
}

.item_mise_en_valeur:hover
{
	background: url(../images/bg-menu-mise-en-valeur.png) top right no-repeat;

	height:30px;

	padding-top:1px;

}



.item_mise_en_valeur a
{
	color:white;
	font-size:10pt;
	font-family: Comic Sans MS, Arial, serif;
	text-decoration:none;
	width:173px;
	height:38px;
	float:left;
	padding-top:8px;
	margin-right:5px;
}	

.item_mise_en_valeur a:hover
{
	color:white;
	font-size:10pt;
	font-family: Comic Sans MS, Arial, serif;
	text-decoration:none;
}	

.right
{
	background-color:white;
	float:left;
	width:100%;
	border:1px solid #1b5b99;
	margin-bottom:20px;
}

.right_head
{
	background: url(../images/bg-right-head.png) top right repeat-x;
	height:36px;
	color:#fff;
	font-size:11pt;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}

.right_content
{
	padding-left:5px;
	padding-bottom:5px;
}


.bouton
{
	float:left;
	width:250px;
	height:50px;
	background:url(../images/bg-bouton-coulissant.png) top left no-repeat;
}

.bouton:hover
{
	background:url(../images/bg-bouton-coulissant.png) top right no-repeat;
}

.bouton p
{
	font-size:13pt;
	color:white;
	text-align:center;
	margin-top:12px;
}


.bouton a
{
	font-size:13pt;
	color:white;
	text-align:center;
	margin-top:12px;
}

.visual
{
	margin:0 auto;
	width:400px;
	margin-top:20px;
}

.visual img
{
	border:1px solid #0a5ca3;
}


/* INTERSTITIEL */ 

.interstitiel table
  {
	border-collapse:collapse;
	width:100%;
  }
  
.interstitiel   td
  {
	border-bottom:1px solid black;
  }
  
 .interstitiel p
 {
	color:black;
 }
  
.interstitiel   h2
  {
	text-align:center;
	color: #0a5ca3;
  }
