/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html, textarea{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
}
body{
	font-size:11pt;
	background:#197544;
	margin-bottom:15px;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a{
	text-decoration:none;
	color : #;
}
a:hover{
	text-decoration:underline;
}
a:visited,
a:active{
}
/*------------------------------------------------------------------*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#page{
	margin-right:4%;
	margin-left:4%;
	background-color:#FFF;
}
/*------------------------------------------------------------------*/
#header{
	border-left:solid 1px #1F582E;
	border-right:solid 1px #1F582E;
	background:url(images/header.gif) repeat-x;	
}
#header h1{
	height:31px;
	background:url(images/adresse.gif) no-repeat;	
}
#header h1 a{
	display:block;
	height:31px;	
	width:185px;
}
#header .logo{
	float:left;
	width:180px;
	padding-top:20px;
	text-align:center;
	background-color:#FFF;
}
#header .logo img{
	margin-bottom:6px;
}
#header #bandeau{
	width:100%;
	height:182px;
}
#header .rebord{
	display:block;
	float:left;
	width:19px;
	height:182px;
	background:url(images/rebord.gif) top left no-repeat;
}
#header .adresse{
	font-family:Arial;
	font-size:11px;
	padding-top:16px;
	background:#F8CD1E;
}
/*------------------------------------------------------------------*/
#menu{
	clear:both;
	float:left;
	font-family:Arial;
	font-size:11px;
	color:black;
	background:white;	
	width:180px;
	border-left:solid 1px #1F582E;		
}

#menu ul li{
	list-style-type:none;
}

#menu a{
	color:black;
	text-decoration:none;
}
#menu .menu a:hover{
	color:#002E15;
	font-weight:bold;
}

#menu ul.adresse{
	background:#F8CD1E;
	text-align:center;
	padding-bottom:15px;
}
#menu ul.adresse a:hover{
	text-decoration:underline;
}

#menu ul.menu li{
	background:url(images/puce.gif) left center no-repeat;
	padding-left:12px;
	border-bottom:solid 1px #D3D3D3;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:5px;
}

#menu h2{
	background:url(images/degrade.gif) repeat-x;
	height:28px;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial Black;
	color:white;
	text-align:center;
	padding-top:12px;
}

#menu .equipe{
	height:75px;
	margin:10px;	
}
#menu .equipe img{
	float:left;
	margin-right:10px;
}
#menu .equipe h3{
	font-size:12px;
	font-weight:bold;
}
#menu .equipe p{
	font-style:italic;
}

/*------------------------------------------------------------------*/
#content{
	border-bottom:solid 8px #F8CD1E;
	border-left:solid 1px #1F582E;
	border-right:solid 1px #1F582E;	
	padding:10px;	
	padding-left:190px;
	background:white url(images/ombre.jpg) repeat-y;		
	font-size:12px;
	min-height:500px;
}

#content h2{
	background:url(images/puce.gif) left center no-repeat;
	font-size:13px;
	font-family:Arial;
	color:#197544;
	padding-left:12px;
	margin-bottom:15px;
	zoom:1;
}

#content p{
	margin-bottom:20px;
	zoom:1;
}

#content a.retour{
	display:block;
	margin-top:20px;
	width:115px;
	color:#002E15;
	font-size:11px;
}
#content a.retour:hover{
	background:#002E15;
	color:white;
}
/*---------------------ROUNDED BOX------------------------------*/
#content .rbtop div { background: url(images/tl.gif) no-repeat top left; }
#content .rbtop { background: url(images/tr.gif) no-repeat top right; }
#content .rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
#content .rbbot { background: url(images/br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */
#content .rbtop div, .rbtop, .rbbot div, .rbbot {width: 100%; height: 7px; font-size: 1px;}
#content .rbcontent { margin: 0 7px; }
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#footer{
	color:white;
	font-size:11px;
	padding-right:140px;
	background:url(images/footer.gif) top right no-repeat;
	background-color:#197544;
	height:17px;
	text-align:right;
}

#footer img{
	border:none;
	vertical-align:middle;
}
#footer a{
	color:white;
	text-decoration:none;	
}
#footer a:hover{
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
.hidden{
	visibility:hidden;
	display:none;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
/*------------------------------------------------------------------*/
