/*	-------------------------------------------------------------
	HOTEL LES CARANQUES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Styles communs
	Nom fichier:	style.css
	Version:		1.0
	Date:			22/02/2007
	-------------------------------------------------------------	*/

/* Pour exemple */
A.black10v, .black10v {color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration : none;}
A:hover.black10v {color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration : underline;}
.black12v {color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.date {color: #1060B5; font-size: 9.5px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/*	-------------------------------------------------------------
	Import
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #9DB9F1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 0px;
	margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	/*text-align:left;*/
}

/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#container {
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 931px;
}

#blocdate {
	text-align: left;
	width: 931px;
	height: 23px;
	background-image:  url(../images/ttu-haut.gif);
	background-position: 0px 17px;
	background-repeat: no-repeat;
}

#blocmenu {
	text-align: center;
	width: 931px;
	height:210px;
	background-color: #85A7ED;
	background-image:  url(../images/ttu-fond.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#bloccontent {
	text-align: center;
	width: 931px;
	background-color: #85A7ED;
	background-image:  url(../images/ttu-fond.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#bloccontent2 {
	text-align: left;
	width: 931px;
	background-color: #85A7ED;
	background-image:  url(../images/ttu-fond.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#blocadresse {
	text-align: center;
	width: 931px;
	background-color: #85A7ED;
	background-image:  url(../images/ttu-fond.gif);
	background-position: top;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A3FAC;
	padding-bottom:10px;
}

#blocurl {
	display: block;
	text-align: center;
	width: 931px;
	height: 20px;
	background-image:  url(../images/ttu-bas.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#bloctxt {
	display: block;
	text-align: center;
	width: 914px;
	margin:auto;
}




/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#poslogo {position:absolute; top:45px; left:324px;}
#posdrap {position:absolute; top:30px; right:10px;}
#poscarte {position:absolute; top:7px; left:144px;}
#posaccroche {position:absolute; top:93px; left:619px;}

/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menu {
	position:absolute;
	top:154px;
	left:137px;
}


	
/*	-------------------------------------------------------------
	Polices
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.marine11v {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A3FAC;
	}
	
/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Formulaires */
.formtxt {color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica;}
.formval {color: #FE4116; font-size: 11px; font-family: Verdana, Arial, Helvetica; font-weight: bold;}
.formabo {color: #0A3FAC; font-size: 10px; font-family: Verdana, Arial, Helvetica; font-weight: bold;}
