/*
Créé le 22 novembre 2007
Par Mimos@ http://www.breizhstudio.fr
Feuille de style du site contenant les diffèrents styles du site
Copyright pour le site de Saint Barthelemy
*/

/* Mise en place des diffèrents élèments du design (page, header, contenu, menu et footer) */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #71C12C;
	color: #000;
	font: 0.9em "Trebuchet MS", sans-serif;
}

#page{
	width: 1019px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background: url(images/background.png) top left repeat-y;
}

#header{
	width: 1019px;
	height: 185px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url(images/header.png);
}

#contenu {
	width: 739px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer{
	width: 1019px;
	height: 35px;
	margin : 0;
	padding: 0;
	clear: both;
	background: #fff url(images/footer.png);
}


img{
	border: 0;
	margin: 0;
	padding: 0;
}
/* -------------------------------------------------------------------------------------------------------------------------------------*/
/* Le contenu
-------------------------------------------------------- */ 
#content {
	padding: 0;
	margin: 0 0 0 135px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------*/

/* Le menu
-------------------------------------------------------- */ 
#menu h5
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 1.1em;
	text-transform: uppercase;
	
}

#menu ul
{
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #fff;
}

#menu .corpsmenu 
{
	padding: 0;
	margin: 4px 0 0 10px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------*/


/* Les liens
------------------------------------------------------ */
#content a {
	background-color: transparent;
	color: #ff6600;
}

#content a:hover {
	color: #35B0FF;
	background-color: transparent;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover
{
	 color: #ffffff;
	 text-decoration: none;
	 font-weight: bold;
     font-style: normal;
}

:focus{
background-image: none !important;
background-color:#666 !important;
color:#fff !important;
}
/* -------------------------------------------------------------------------------------------------------------------------------------*/

/* Les titres
------------------------------------------------------ */
h2 
{
	text-align: center;
	font-size: 13px;
	font-family:Trebuchet MS;
	color: black;
}

h3 {clear: both; color: #35B0FF; text-indent: 20px; font-size: 18px;}
h4{clear: both; color: #76FF0F; text-indent: 35px; font-size: 16px;}
/* -------------------------------------------------------------------------------------------------------------------------------------*/

/* Les News
------------------------------------------------------ */
#content .news
{ 
		background:#ecebea url(images/news.png) no-repeat 0 0; 
		width: 500px; 
		margin:0 auto 15px;
		font-size:0.9em;
}

#content .commentaire
{
		background: url(images/newsbas.png) no-repeat 0 100%; 
		width: 500px;
		text-align:right; 
		line-height:22px; 
		font-size:11px;
}

#content a
{
	color: #f11783;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------*/

/* Les tableaux
-------------------------------------------------------- */ 

table {
border: medium solid #6495ed;
border-collapse: collapse;
}
tr {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
}
td {
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
caption {
font-family: sans-serif;
}
