/*
	CSS WACO AVO
*/
html {
	width:100%;
	/*height:100%;*/
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #ffffff;
}

table#page{
 width:100%;  height:100%; text-align:center; border:none;
}

a{
	text-decoration: none;
	font-size: 9px;	
}
a:link,
a:visited {
	color: #555555;
	text-decoration:none;
}
a:hover,
a:active {
	color: #ED2C25;
}


#header { 
	margin-top:20px;
	background:url(img/waco_bg.gif) repeat-x;
	width:100%;
	height:93px;
	
	
}
#title{width:700px; background: url(img/waco_avo.gif) no-repeat 27px 24px; margin:auto; height: 80px; }
#logo{ border:none; margin-top:14px; margin-right:26px;}

#conteneur{width:700px;height:500px;margin:auto;}
div#waco { 
	width:700px;
	height:500px;
	margin:auto;
}
#informations{
	background-color:#f9f9f9;
	width: 678px;
	height: 578px;
	padding:10px;
	text-align:justify;
	overflow:auto;
	font-size:12px;
}
#informations h1{
	font-size:20px; color:#333;
}
#informations h2{
	font-size:16px; color:#999;
}

cite{display:block;}
cite, cite a, cite a:link, cite a:visited{
	font-size:12px;
	color:#F30;
	text-align:center;
	font-weight:normal;
	font-style:normal;
}
noscript object
{
	display:block;
	position:absolute;
	z-index:2;
}
#pied_de_page{
	width:100%;
	margin:auto;
	font-size:10px;
	color:#666;
	text-align:center;
}
#pied_de_page a, 
#pied_de_page a:hover,
#pied_de_page a:visited {
	text-decoration:none;
	font-size:10px;
	color:#666;
}