/*	-------------------------------------------------------------
	ARGELES SUR MER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	accueil.css
	Version:		1.0
	Date:			30/06/2007
	-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	background-color: #1C3C74;
	background:url(../images/accueilttu1.jpg) repeat-x top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 20px 0 10px 0;
	margin:0px;
}

#container {
	display:block;
	text-align: center;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	min-height:750px;
	height:auto !important;
	height:750px;
	background-color:#0791CE;
}


/*	-------------------------------------------------------------
	POLICES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.s10  {font-size: 10px;}
.s11  {font-size: 11px;}
.s12  {font-size: 12px;}
.s13  {font-size: 13px;}
.s14  {font-size: 14px;}
.s15  {font-size: 15px;}
.s16  {font-size: 16px;}

.black {color:#000}
.white {color: #fff;}

.bold {font-weight: bold;}
.italic {font-style:italic}
.uppercase {text-transform:uppercase}
.lowercase {text-transform:lowercase}
.capitalize {text-transform: capitalize}
.underline {text-decoration:underline}
A.over, .over  {text-decoration : none;}
A:hover.over {text-decoration : underline;}