 /*------------------------------------------------------*
  *-----------------------------------    ICARE-NET.COM / 2005     ----*
  *------------------------------------------------------*/

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS PAGES     ----*
  *------------------------------------------------------*/


.page_centree{
	background-color: #E8AE00;
	width: 770px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXTE     ----*
  *------------------------------------------------------*/
  
  
.texte{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.texte_gras {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

.titre {
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	text-align: left;
	font-weight: bold;
}

.texte_special {
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.texte_special_2 {
	font-family: Arial;
	font-size: 170%;
}

.texte_menus{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.texte_carte_titre{
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.texte_carte{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.texte_cartepetit{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

.texte_carte_prix {
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-align: right;
	font-weight: bold;
}

.texte_prix {
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.texte_plan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
	background-color: #CCC;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px #000;
	border-left: 1px solid #000;
	letter-spacing: 2px;
	padding: 5px;
}

.texte_plus_d_info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	margin-left: 15px;
}

.texte_adresse
{
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.lettrine {
font-size: 130%;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS TITRE     ----*
  *------------------------------------------------------*/


.titre_1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	background-color: #999999;
	padding: 5px;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

.tableau_1{
	background-color: #E3D6FA;
	border-top: thin solid #333;
	border-right: thin dotted #666;
	border-bottom: thin solid #333;
	border-left: thin dotted #666;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
.texte_menu_bas
{
	color:#666666;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
}

.texte_menu_bas:hover
{
	color:#6699CC;
	text-decoration:underline;
} 

.texte_menu_vertical
{
	color:#666666;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	text-decoration:none;
}

.texte_menu_vertical:hover
{
	color:#6699CC;
	text-decoration:underline;
} 

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIENS     ----*
  *------------------------------------------------------*/

a.lien1
{
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a.lien1:hover
{
	color:#873049;
	text-decoration:underline;
} 




a.lien_pt
{
	color:#000;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.lien_pt:hover
{
	text-decoration:underline;
}



a.lien_plan
{
	color:#000;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
	letter-spacing: 1px;
	float: right;
}

a.lien_plan:hover
{
	color:#333;
	text-decoration:underline;
}



a.lien_plus_d_info
{
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	font-style: italic;
	text-decoration:none;
}

a.lien_plus_d_info:hover
{
	color:#333;
	text-decoration:underline;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS BORD IMAGE     ----*
  *------------------------------------------------------*/


.bord_image {
	border: 1px solid #000;
}

.bord_image_plan {
	border: 1px solid #000;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
	