@charset "utf-8";
/* CSS Document */
html, body {
    background: #1c1c1c url(images/motif_top.gif) repeat-x;
    text-align:right;
    font-stretch:normal;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin:0px;
}

#container {
    position: relative;
    width:700px;
	height:auto;
    margin:0 auto;
}
#top {
	z-index:101;
	vertical-align: top;	
    width: 100%;
	float:right;
	height: 80px;
	width: 700px;
}
#header {
	z-index:101;
	vertical-align: top;	
    width: 100%;
	float:right;
	height: 31px;
	width: 700px;
}
#contenu {
	background:#232323;
	vertical-align: top;	
    width: 700px;
	float:right;
	height: auto;
}

/* PROFIL et LIENS */
#profil_liens {
	background:url(images/line.gif) repeat-x;
	z-index:102;
	height: 90px;
	width: 690px;
}
#menu_top {
    display: inline;
}
#menu_top li {
	height: 35px;
    list-style-type: none;
    float: left;
    text-align: left;
}

/*MENU CREAS*/

#menu{
	position:fixed !important;
	position:absolute;
	top: 150px;
	z-index:104;
	font-variant:small-caps;
	width:690px;
}
#YT {
	line-height: 22px;
	text-align: center;
	float: right;
	color: #ffffff;
	font-size:14px;
	background: #8a7343;
	width: 290px;
	height: 25px;
}
#menu_creas li {
	font-size: 11px;
	list-style-type: none;
	margin-bottom:4px;
    text-align: right;
	letter-spacing: 2px;
}
ul#menu_creas li a {
	color: #878787;
	text-decoration:none;
}
ul#menu_creas li a:hover {
	color: #ffffff;
	background-color:#8a7343;
	text-decoration:none;
}
#YT a {
	color: #ffffff;
	text-decoration:none;
}

/*CREAS*/

#container_creas {
	z-index: 102;
	width: 480px;
	height: auto;
	float: left;
	border:solid 10px #ffffff;
	margin-left: 10px;
	margin-bottom:10px;
}

#image {
	width:480px;
	height:auto;
}
#legende {
	padding-top: 5px;
	background: #FFFFFF;
	width: 480px;
	height: auto;
	text-align: left;
	color: #878787;
	font-size: 11px;
}
#titre{
    font-size: 12px;
	color: #232323;
	font-weight: bold;
}
#texte{
	font-style:italic;
}
#info{
	text-align:right;
	font-style:italic;
}
/*FOOTER*/

#footer {
	line-height: 45px;
	height:45px;
	width:700px;
	font-size: 10px;
	text-align: center;
	color: #878787;
}
#footer a{
	text-decoration:none;
	font-size: 10px;
	color: #878787;
}

/*PROFIL*/

#profil {
	float:left;
	text-align:left;
	width: 480px;
	height: auto;
	margin: 10px;
	font-size: 11px;
	color: #878787;
	line-height: 2;
}

#profil a{
	text-decoration:none;
	font-size: 10px;
	color: #878787;
}
#profil a.pdf{
	text-decoration:none;
	font-size: 10px;
	color: red;
}

/*LIENS*/

#liens {
	float:left;
	font-variant:small-caps;
	text-align:left;
	width: 480px;
	height: auto;
	margin: 10px;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 2;
}

#liens a{
	text-decoration:none;
	font-size: 11px;
	color: #878787;
}
#liens a:hover {
	color: #ffffff;
	background-color:#8a7343;
	text-decoration:none;
}