/*
//------------------------------------------------------------------
// 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:Helvetica,Verdana,Arial,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	background-color:#f1f1f1;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:visited{
	color:#d13100;
	text-decoration:none;
}
a:hover,
a:active{
	color:#ab6100;
	text-decoration:underline;
}
/*------------------------------------------------------------------*/
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
/*------------------------------------------------------------------*/
#page{

}
/*------------------------------------------------------------------*/

#header{
	height:85px;
	margin-top:10px;
}
#header h1 a{
	color:#fff;
	text-decoration:none;
}
#logo {
	margin-left:10px;
	float:left;
}

#bandetitre {
	margin-left:310px;
	background-color:#AA2800;
	border:solid 1px black;
	height:61px;
	color:white;
	line-height:61px;
	text-align:right;
	padding-right:20px;
	font-family: trebuchet ms, arial, sans-serif;
	font-weight:normal;
	font-size:26px;
}
/*------------------------------------------------------------------*/
#menu{
	width:180px;
	float:right;
	text-align:center;
}

#menu ul {
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	width:119px;
}

#menu a{
	display:block;
	witdh:119px;
	height:46px;
	color:black;
	font-size:12px;
	margin-top:10px;
	text-indent:-1000em;
	overflow:hidden;
}

#menu #flags a{
	margin-left:auto;
	margin-right:auto;
	height:20px;
	width:33px;
	margin-top:5px;
	text-indent:0;
	overflow:visible;
}
/*------------------------------------------------------------------*/
#content{
	margin-right:180px;
	padding:20px;
}
#cadrecontent {
	background-color:white;
	border:solid 1px #BABABA;
	padding-bottom:21px;
}
#cadrecontent2 {
	float:left;
	width:95%;
	text-align:center;
	height:250px;
}
#cadrecontent2 p {
	text-align:justify;
}
html>body #cadrecontent2 {
	height:auto;
	min-height:250px;
}
.photoprincipale {
	margin-left:20px;
	margin-right:20px;
}
#content a{
	color:#d13100;
}
#content a:hover{
	color:#ab6100;
}
#coinhaut {
	width:18px;
	height:55px;
	float:left;
	background:url(images/coinhaut.gif) top left no-repeat;
}
#coinbas {
	width:18px;
	height:21px;
	float:right;
	background:url(images/coinbas.gif) top left no-repeat;
}
#titrepage {
	width:200px;
	height:35px;
	margin-left:20px;
	margin-top: 20px;
	margin-bottom:10px;
	text-indent:-1000em;
	overflow:hidden;
}
.signature, .url {
	float:right;
	font-weight:bold;
	margin-right:20px;
}
.important {
	color:#aa2800;
	font-weight:bold;
}
.introduction {
	padding-left:10px;
	margin-bottom:10px;
}
.citation {
	font-style:italic;
}
/*------------------------------------------------------------------*/
#content{
}
/*------------------------------------------------------------------*/
#footer ul{
	list-style-type:none;
	text-align:center;
}
#footer ul li{
	display:inline;
}
/*------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.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;
}
/*------------------------------------------------------------------*/
