
/* default elements */
* {margin: 0; padding: 0;}

body {background:#033A61 url(../images/bcg_2008.jpg) no-repeat;}
font{ font-size: 13px;}

a {font: normal 13px sans-serif; color: #D6CF8C; text-decoration: underline;}
a:hover {color: #FFF;} 
a.download {color: #D6CF8C; text-decoration: underline; font-size: 9px;}
a.download:hover {color: #FFF;} 
a.btn_content {color: #033A61; text-decoration: none;
background: url(images/btn_content.gif) no-repeat top right;
height: 23px;
padding: 3px;
padding-right: 23px;
padding-left: 15px;
}
a.btn_content:hover {color: #6A92AE;} 
a.btn_intro {
color: #033A61; text-decoration: none;
background: url(images/btn_intro.gif) no-repeat top right;
height: 13px;
padding: 3px;
padding-right: 23px;
padding-left: 212px;
}
a.btn_intro:hover {color: #6A92AE;} 
h2 {font: bold 13px Verdana,sans-serif; color: #FFF; padding-bottom: 10px;}
img {border: none;}
ul {padding: 0 2em 1.4em;}
li {line-height: 1.2em; list-style-image: url(images/icon_pdf.gif);}
p.intro {width: 280px; font-size: 16px; font-weight: normal; font-family: sans-serif;/*font: normal 1em sans-serif; */line-height: 1.1em; color: #FFF; padding-top: 5px; padding-left: 20px; padding-bottom: 5px;}
.small {font: normal 11px sans-serif; color: #6A92AE;}
.small_intro {font: normal 11px sans-serif; color: #6A92AE; padding-left: 225px; margin-top: 5px;}
.small_content {font: normal 11px sans-serif; color: #6A92AE; padding-left: 15px; margin-top: 5px;}
#title {margin-left: 20px;}

/* structure */
#wrapper {
	width: 574px;
	margin: 30px 0;
}
#intro {
	background: url(images/bg_home_top.gif) no-repeat 0 0; display:block;
	height: 135px;
	padding-top:58px;
}
*html #intro {
	background: url(images/bg_home_top.gif) no-repeat 0 0; display:block;
	height: 132px;
	padding-top:58px; padding-bottom:5px;
}
#content {
	background: url(images/bg_home_bottom.gif) no-repeat bottom left;
	padding: 0px 10px 10px;
	border: 0px solid #C9C6B3;
	height: 102px;
}

#dossier {
	background: url(images/banniere_zen_fr.gif) 0 0 no-repeat;
	width: 271px;
	height: 100px;
	position: relative;
	margin-top: 20px;
}

#dossier.en {
	background: url(images/banniere_zen_en.gif) 0 0 no-repeat;
}

#dossier .none {
	display: none;
}

#dossier .lien {
	position: absolute;
	bottom: -21px;
	left: 13px;	
}

#dossier a {
	background: url(images/icon_pdf.gif) 0 0 no-repeat;
	padding: 0 0 0 2em;
}

