﻿@charset "UTF-8";
*{padding:0;margin:0;border:0}
:link,:visited{text-decoration:none}
a img,:link img,:visited img{border:none}
ul,ol,dl{list-style:none}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,fieldset,address{font-weight:normal}

body{
font-family:Garamond,Arial,Helvetica,sans-serif;
font-size:1.1em;
line-height:normal;
background:url(../images/bg-accueil.jpg)
}

#container{
min-width:800px;
width:100%;
margin:40px auto 0 auto;
padding-bottom:3em;
line-height:120%;
}

/*#googletest{/* Voyons s'il est indexé par Google
position:absolute;
top:-500px;
font-size:0.2em
}*/
#languages{
position:absolute;
top:1%;
left:97%;
width:20px;
}
	#languages img:hover,#languages img:focus{
	margin-top:-1px;
	border-bottom:solid 1px #009
	}

#content{
width:auto;
padding:.5em 2em;
}
	#table_home{text-align:center}
	#title{
	width:auto;
	text-align:center;
	line-height:250%;
	}
	#title h1{font-size:2.8em}
	#title h2{font-size:1.5em}
	#table_home td a img{
	border:none;
	background:none;
	margin:1px
	}
	#table_home td a img:hover,#table_home td a img:focus{
	border:1px solid #484746;
	margin:0
	}
	#table_home td a:link,#table_home td a:visited{
	border:none;
	}
	#text_home{
	vertical-align:center;
	padding:1.5em 2em .5em 2em
	}
	#text_home a{
	color:#333;
	background:url(../images/link_dashed.gif) bottom left repeat-x
	}
	#text_home a:visited{color:#333}
	#text_home a:hover,#text_home a:focus{background:#BBB url(../images/link_solid.gif) bottom left repeat-x}
	#text_home p{margin:0 0 .5em 0}
	#info_home{
	padding-top:1em;
	font-size:1.1em;
	line-height:125%
	}
	#info_home ul{
	list-style:url(../images/list-icon.png);
	text-align:justify;
	padding:0 3em 0 3em
	}
	#info_home a{
	color:#333;
	background:url(../images/link_dashed.gif) bottom left repeat-x}
	#info_home a:visited{color:#333} 
	#info_home a:hover,#info_home a:focus{background:#BBB url(../images/link_solid.gif) bottom left repeat-x !important}
	#info_home p{margin:0 0 .3em 0}
	
#buttons{
position:fixed;
bottom:0;
left:0;
text-align:left;
margin:15px 15px 0 5px
}
