/* MEDIAIDEA TECHNOLOGIES - 'Mediaidea', by Benoit Baverel & Alexandre Viennot, http://mediaidea.fr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Mediaidea Technologies */
/* Added: October 1st, 2006 */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
ul.content_list {
	margin-left:20px;
	margin-bottom:20px;
}

ul.content_list li {
	list-style-type:disc;
	margin-bottom:10px;
}
   
.showcase #header {
	top: 290px;
}
.showcase #hero {
	height: 345px;
	margin-bottom: -11px; /* allows showcase hero image to overlay content area */
}

.showcase .wrap h1 {
	font-size:20px;
}


.formulaire #header {
	top: 110px;
}
.formulaire #hero {
	height: 165px;
	margin-bottom: -11px; /* allows showcase hero image to overlay content area */
}

.formulaire .wrap h1 {
	font-size:20px;
}

.formulaire input[type=text] {
	border:1px solid #cccccc;
}



