/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 200%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body { 
position : relative; 
width : 770px; 
margin : 0 auto; 
text-align : left; }

div#content { 
position : relative; 
width : 100%; }

div#site_info {
	position : relative; 
	width:100%;
	margin-top:20px;
	text-align:center;
	border-top:#333 1px solid;
	padding-top:10px;
}

div#site_info p.sub {
		font-size:100%;
}

div#content_main {
left : 0; 
width : 50%; 
padding : 1em 0; }
  
div#content_sub { 
left : 50%;  
width : 50%; 
padding : 1em 0; }

div#content_sub li {
	border-bottom:#333 1px dashed;
}

div#content_sub li:last-child {
	border:none;
}

/* =switch columns */
div#content_main {
left : 70%; 
width : 30%; 
padding : 1em 0;
border: #333 1px solid;
top:70px;}

div#content_main2 {
left : 70%; 
width : 30%; 
padding : 1em 0;
border: #333 1px solid;
top:350px;}
  
div#content_sub { 
left : 0;  
width : 70%; 
padding : 1em 0;
background:url(../images/home_contenu.png) no-repeat;
top:70px;}

div#content_sub2 { 
left : 0;  
width : 70%; 
padding : 1em 0;
background:url(../images/home_contenu.png) no-repeat;
top:350px;
}

ul#nouveautes li {
	margin-bottom:10px;
	border-bottom:1px dashed #555555;
	padding-bottom:5px;
}

ul#nouveautes li a {
	font-weight:bold;
	font-size:120%;
}


div#branding, div#nav_main, div#site_info {
width : 100%; }

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

.rss {
	padding-top:10px;
	border-top:#555 1px dashed;
}

div#content_sub .rss {
	display:none;
}

#enter_btn {
	display:block;
	position:absolute;
	z-index:100;
	top:0px;
	text-align:center;
	width:800px;
	height:38px;
	text-indent:-9999px;
	background:url(../images/entrer_btn.png) no-repeat center;
}

#videodrome-vous-propose {
	width:500px;
	height:188px;
	background:url(../images/videodrome-vous-propose.png) no-repeat;
	margin-top:20px;
	padding-top:10px;
	margin-left:20px;
}

#videodrome-vous-propose p {
	width:80%;
	line-height:15px;
}

p.accroche {
	font-weight:bold;
}

div#form_abo {
	background:url(../images/form_abo.png) no-repeat;
	width:780px;
	height:610px;
}

div#form_abo input, div#form_abo textarea{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div#form_abo textarea{
	width:250px;
}

div#form_abo input#envoyer{
	display:block;
	width:230px;
	height:44px;
	background:url(../images/bt_carte_envoyer.png) no-repeat center top;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 auto;
}

div#form_abo form{
	margin-left:450px;
	padding-top:220px;
}

div#revolution a{
	display:block;
	width:230px;
	height:44px;
	background:url(../images/bt_carte.png) no-repeat center top;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	margin:0 auto;
}

div#revolution{
	background:transparent url(../images/revolution_intro.png) no-repeat scroll 0 0;
	height:70px;
	padding-top:250px;
	width:775px;
}


div#carte_dispo {
	background:transparent url(../images/carte_dispo.png) center top;
	height:270px;  
	width:775px;
	display:block;
	position:absolute;
	z-index:101;
	top:50px;
}

div#form_abo input#envoyer:hover, div#revolution a:hover{
	background-position:center bottom;
}

div#form_abo label{
	display:inline-block;
	width:60px;
	font-weight:bold;
	font-size:13px;
}

p#success{
	font-size:15px;
	color:#6dab09;
	background:#e1f6c0;
	padding:3px;
}

p.warning{
	background:#f5cebf;
	color:#f94d09;
	padding:2px;
	font-weight:bold;
}

div#flash {
	outline-style: none;
}
