/* HeleneGerster.ch CSS file, by Complex AI (admin@complex.ch) */
/*
Colors:
text -> #757575
link ->
dash -> #cdcdcd
*/

/************************* Reset ***************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;} */
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #757575;
	background: #fff url('../images/shade_page.gif') center repeat-y;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: dashed 1px #cdcdcd;
}

h1 {
	font-weight: bolder;
	margin: 1em 0;
}
h3 a {
	font-weight: bolder;
	color: #000;
	padding-right: 1em;
	background-image: url('/images/link.png');
	background-position: right center;
	background-repeat: no-repeat;
}

strong {
	font-weight: bolder;
}
p {
	margin-top: 1em;
}
/************************** IDs ****************************/
#wrap {
	margin: 0 auto;
	width: 960px;
	min-height: 500px;
	background: url('../images/shade_top.gif') top center no-repeat;
}

#menu {
	width: 120px;
	margin: 168px 70px 0 30px;
	float: left;
}
#menu ul li {
	border-top: dashed 1px #cdcdcd;
	padding: 12px 0;
}
#menu ul li ul {
	border-top: solid 1px #cdcdcd;
	margin-top: 10px;
	padding: 10px;
}
#menu ul li ul li { 
	border: none; 
	padding: 5px 0;
}
#menu ul li ul li ul {
	border: none;
	margin: 0;
}
#content {
	margin-left: 220px;
}
#text {
	margin-right: 180px;	
	padding-top: 100px;
	line-height: 1.4em;
}

#news {
	width: 180px;
	float: right;
}

/************************* Boxes ***************************/

ul.main_menu {
	border-bottom: dashed 1px #cdcdcd;
}

a.home_logos img {
	border: solid 3px #fff;
}

/* a.home_logos img:hover {
	border: solid 3px #000;
} */

div.home_table, div.article_table {
	margin-top: 25px;
	text-align: left;
	display: block;
}
div.article_img_browser {
	margin: 20px 0;
}
.article_img_browser img {
	margin: 0 1px;
}
.article_content {
	margin: 20px 0 100px 0;
}
div.news_content {
 	margin: 20px 0 0 0;
	text-align: justify;
}
.news_content p {
	margin: 0;
}
.news_content h2 {
	font-weight: bold;
}
.nav {	
}

.menu_expon {
	font-weight: bolder;
}

div.img_tv {
	display: block;
	width: 560px;
	height: 400px;
}

li.menu_art a {
	color: #757575;
}
div.art_desc {
	display: block;
	float: left;
	width: 50%;
}

table.spip tbody tr td {
	width: 50%;
	vertical-align: top;
	padding: 1em 0;
}
table.spip tbody tr td p.spip {
	margin: 0 10px 0 10px;
}
td.half {
	padding: 0 10px 0 0;
}

/************************* Typo ****************************/



