/**
 * Style sheet communs
 */
*
{
	margin:0;
	padding:0;
}

html
{
	overflow-x: hidden;
}

body
{
	background-color:#000;
}

#wrapper
{
	background-color:#36363A;
	color:#fff;
}

#curtain_top
{
	height:120px;
	background-image:url("template_images/curtain_top.jpg");
}

#curtain_left
{
	width:815px;
	height:1300px;
	float:left;
	margin-top:0px;
	margin-left:-815px;
	background-image:url("template_images/curtain_left.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}

#curtain_right
{
	width:815px;
	height:1300px;
	float:right;
	margin-top:0px;
	margin-right:-815px;
	background-image:url("template_images/curtain_right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
}

#header div.inside div#infos_pratiques
{
	height:24px;
	padding:8px 16px;
	background-image:url("template_images/bg_infos_pratiques.png");
	font-size:12px;
	color:#fff;
}

#header div.inside div#infos_pratiques span.horaires
{
	padding-left:20px;
}

#header div.inside div#infos_pratiques span.adresse
{
	padding-left:220px;
}

#main
{
	height:300px;
	margin-top:15px;
	margin-bottom:25px;
}

html>body #main
{
	height:auto;
	min-height: 300px;
}

#left
{
	margin-top:20px;
	color:#ebebeb;
}

#left div.inside
{
	width:230px;
	margin:0 auto;
}

#right
{
	margin-top:20px;
	color:#ebebeb;
}

#right div.inside
{
	width:200px;
	margin:0 auto;
}

#breadcrumbs
{
	margin-top:10px;
	margin-bottom:20px;
	color:#fff;
}

#footer
{
	width:100%;
	height:90px;
	padding:15px 0px;
	background-image:url("template_images/bg_footer.png");
}

#footer div.inside
{
	text-align:center;
	color:#fff;
}

html>body #main
{
	height:auto;
	min-height: 350px;
}

div.clear
{
	clear:both;
}
