/* CSS Document */
* {
	border:medium none;
	border-collapse:collapse;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #b2cad5 url(../img/bg_body.gif) repeat-x;
}
hr {
	clear: both;
	visibility: hidden;
}
* html div#bandeau,
* html div#contenu,
* html div#piedepage {
	width: 960px;
}

/*******************************/
/*         BANDEAU             */
/*******************************/
div#bandeau {
	background: #fff url(../img/bg_logo.gif) repeat-x;
	clear:both;
	height:100%;
	width: 95%;
	max-width:1260px;
	min-width:960px;
	overflow:hidden;
	margin: 0 auto;
}
div#bandeau h1{
	background: url(../img/fondafip.gif) no-repeat top left;;
	min-width: 470px;
	width: 60%;
	height: 140px;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 15px;
	float: left;
}
div#bandeau h1 a{
	display: block;
	width: 300px;
	height: 120px;
}

div#bandeau h1 span {
	display: block;
	font-size: 12px;
	margin: 0 0 0 98px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#bandeau h1 a span,
div#bandeau div#langues ul li a span,
div#bandeau div#langues ul li.en a{
	display: none;
	color: #fff;
	font-size: 0.01em;
}
div#bandeau div#langues {
	background: #fff url(../img/bg_bandeau.jpg) right top no-repeat;
	position: relative;
	overflow: hidden;
	height: 140px;
}
div#bandeau div#langues ul li.fr,
div#bandeau div#langues ul li.en {
	border: none;
	padding: 0;
	width: 40px;
	height: 23px;
}
div#bandeau div#langues ul li.fr.on ,
div#bandeau div#langues ul li.en.on{
	background: url(../img/bg_langue_on.gif) no-repeat;
}
div#bandeau div#langues ul li.fr a,
div#bandeau div#langues ul li.en a {
	display: block;
	width: 35px;
	height: 18px;
	padding: 25px 2px 0 2px;
	position: absolute;
	clip: rect(auto, auto, auto, auto);
}
div#bandeau div#langues ul li.fr a {
	background: url(../img/francais.gif) no-repeat center 4px;
}
div#bandeau div#langues ul li.en a {
	background: url(../img/english.gif) no-repeat center 4px;
}
div#bandeau ul{
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	display: block;
}
div#bandeau ul li{
	float: left;
	width: auto;
	font-size: 0.7em;
	padding: 0 10px;
	border-right: solid 1px #7693a2;
	position: relative;
}
div#bandeau ul li a{
	color: #7693a2;
}





/*******************************/
/*         CONTENU             */
/*******************************/
div#contenu {
	background: #eaf3f6 url(../img/bg_contenu.gif) repeat-x;
	clear: both;
	height: 100%;
	width: 95%;
	max-width: 1260px;
	min-width: 960px;
	overflow: hidden;
	margin: 0 auto;
}


/*      OUTILS DU SITE     */
div#contenu div#outils {
	background: url(../img/bg_outilSite.gif) no-repeat;
	border-right: solid 1px #748e9b;
	width: 74%;
	height: 33px;
	float: right;
	overflow: hidden;
	font-size: 0.7em;
	margin: 10px 0 0 0;
	padding: 1px 0;
}
div#contenu div#outils ul {
	float: right;
	width: auto !important;
	width: 77%;
}
div#contenu div#outils ul li {
	float: left;
	background: url(../img/bg_li_outils.gif) repeat-x;
}
div#contenu div#outils ul li a {
	display: block;
	padding: 9px 50px 10px 10px;
	color: #7693a2;
}
div#contenu div#outils ul li a.contact {
	background: url(../img/a_contact.gif) no-repeat right top;
}
div#contenu div#outils ul li a.impression {
	background: url(../img/a_impression.gif) no-repeat right top;
}
div#contenu div#outils ul li a.rss {
	background: url(../img/a_rss.gif) no-repeat right top;
}


div#contenu div#outils ul li form legend {
	display: none;
}
div#contenu div#outils ul li form label {
	display: block;
	padding: 10px;
	color: #7693a2;
	float: left;
}
div#contenu div#outils ul li form input {
	float: left;
	margin: 9px 10px 9px 0;
	border: solid 1px #748e9b;
	font-size: 1em;
	color: #748e9b;
}
div#contenu div#outils ul li form input.bouton {
	background: url(../img/input_ok.gif) no-repeat;
	width: 40px;
	border: none 0px;
	margin :0;
	padding: 9px 0;
}

/*******************************/
/*         PIEDEPAGE           */
/*******************************/
div#piedepage {
	/*position: absolute;
	bottom: 3%;*/
	background: #EAF3F6;
	color: #26698b;
	font-size: 0.7em;
	margin: 0 auto;
	max-width: 1260px;
	min-width: 960px;
	width: 95%;
}
div#piedepage p {
	padding: 8px;
}
div#piedepage a {
	color: #000;
}

div#print {
	display: none;
}

