/* 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 : 100%; }

/* 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 */

html {
	text-align : center;
}

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

div#content { 
position: relative;
	text-align: left;
	width: 900px;
	visibility: visible;
	background-color: white;
	margin: 0 auto;
	padding-bottom: 10px;
}

div#content_main {
	min-height: 340px;
margin-top: 0px;
margin-left : 280px; 
width : 500px;
position: relative;
margin-bottom: 40px;
}

 span.top img {
	margin-top: 20px;
	float: right;
	margin-right: -50px;
}

div#flash {
	width: 900px;
	height: 177px;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: white;
}

div#nav {
	top: 19px;
	position: absolute;
	left: 0;
	width: 140px;
	z-index:1;
}

div#ours {
	width: 100%;
}



#list, #list ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	
	}
	
#list li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 168px;
	}

#list li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-top : -35px;
		margin-left: 179px;
}
	
#list li ul ul { /* third-and-above-level lists */
		left: -999em;
	}	
#list li a {
	width: 168px;
	display : block;
	padding : 0 5px;
}

#list li:hover ul ul, #list li:hover ul ul ul, #list li.sfhover ul ul, #list li.sfhover ul ul ul {
		left: -999em;
	}
	
	#list li:hover ul, #list li li:hover ul, #list li li li:hover ul, #list li.sfhover ul, #list li li.sfhover ul, #list li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

div#branding {
width : 100%; }


.news_date {
	position: absolute;
	left: -92px;
	float: left;
	width: 70px;
	height: 70px;
	padding: 8px;
}

h5 + p.size {
	min-height:100px;
	padding: 0;
	margin: 0 0 10px;
}

p.author {
	padding-top: 10px;
	font-weight: bold;
	font-style: italic;
}

h5 > img {
	vertical-align: middle;
	border: 1px dashed silver;
	margin: 5px 5px 5px;
	padding: 5px;
	background-color: #e7e7e7;
}

h4 + img {
	border: 1px dashed silver;
	margin: 5px;
	padding: 5px;
	background-color: #e7e7e7;
	text-align: right;
	float: right;
	display: inline;
}

/* @group liste */

#gallery a
	{
	color: black;
	text-decoration: none;
	}

#gallery a:visited
	{
	color: black;
	border: none;
	}

#gallery a:hover
	{
	color: black;
	}

#gallery { width:550px;
	color: black;
}

#gallery .switch {display:block; 
color:#000; font-weight:normal;
	border: 1px solid silver;
	margin-bottom: 5px;
	vertical-align: middle;
	width: 538px;
	padding: 5px;
	height: 16px;
}
#gallery .switch .turn_off {display:none; color:#000}
#gallery .off {color:#000;}
#gallery .off .turn_off { color:#000;
	display: inline;
}
#gallery .off .turn_on {display:none; color:#000}
#gallery .hide {display:none; color:#000}

#gallery b img {
	position: static;
	right: 0;
	float: right;
	margin-top: 0px;
	cursor: pointer;
}

#gallery .texte {
	color: #000;
}
#gallery .show { top:0; display:block; width:528px; z-index:200;
	color: #000;
	margin-top: -5px;
	margin-bottom: 5px;
	padding: 10px;
}




/* @end */
