/* CSS Document */
/*---- configuration globale --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* POUR IE*/
a {
	color: #000000;
	text-decoration: none;
}
/*__________________________________________________*/
body {
	background-color: #fff;
	font: 1em Lucida sans unicode, Arial, Helvetica, sans-serif;
}
h1 {
	position: absolute;
	left: -5000px;
}
/*____________________________ AUTRES  __________________________________________________*/
.clear {
	clear: both;
	font-size: 0.1em;
}
/*__________________________________ CONTAINER ____________________________________________*/
#border-container {
 background-image: url(images/fond_index.jpg);
  background-repeat: no-repeat;
	
	margin: auto;
		margin-top: 20px;
	width: 700px;
	color:#000;
	min-height: 400px;
	padding: 50px ;
	text-align: center;
}

a
{
  color:#000;
}
a:hover
{
  font-weight: bold;
}
.bloc_age
{
  background-color: #DAAE14;
  border: 1px rgb(0,0,0) solid;
  margin:auto;
 
  width:600px;
  	text-align: center;
  	
}
.bloc
{
float:left;
height:200px;
}
.age
{
  float:left;
  width:150px;
  margin:50px 0px 50px 0px;
  text-align: center;
  	
}
.age2
{
  float:left;
  width:150px;
  margin:50px 0px 50px 0px;
  text-align: center;
  	
}

