@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
img {
	border:			none;
}

#page {
	margin-top: 15px;
	width: 897px;
	position: relative;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#page #banner {
	background-image: url(images/skin_V1_03.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 127px;
	width: 897px;
}

#page #banner #menu {
	margin-right:10px;
	margin-top:66px;
	height: 20px;
	width: 400px;
	position:relative;
	float: right;
	text-align:right;
	font-size: 14px;
	color:#666666;
}

#page #banner #menu li {
	display:inline;
	text-decoration: none;
	list-style-type: none;
}
#page #banner #menu li a {
	text-decoration: none;
	color:#333333;
}

#page #banner #menu li a:hover{
	text-decoration: none;
	color: #990000;
}

#page #page_intern {
	margin-top: 0px;
}

#page #page_intern #scroll {
	background-image: url(images/skin_V1_07.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	margin-right: 0px;
	height: 470px;
	width: 32px;
	margin-top: 0px;
}
#page #page_intern #conteneur {
	background-image: url(images/skin_V1_06.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 470px;
	width: 690px;
	margin-left: 175px;
}

#page #page_intern #conteneur #content h1{
	font-size: 16px;
	margin-bottom:15px;

}

#page #page_intern #conteneur #content p{
	margin-top:5px;
	margin-bottom:2px;
}

#page #page_intern #menu {
	background-image: url(images/skin_V1_05.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 470px;
	width: 175px;
}

#page #page_intern #menu #title{
	float: left;
	margin-left:65px;
	height: 430px;
	width: 80px;
}

#page #footer {
	width: 897px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: center;
	margin-top: 3px;
	float: right;
}

/*relative to podcast page*/

.podcast h2{
	
	font-size: 12px;
	margin-top:5px;
	margin-bottom:2px;
}
.podcast .item{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:10px;
	height:75px;
}

.podcast .item .title
{
	text-decoration:none;
	margin-left: 65px;	
	font-size: 12px;
	color:#666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}

.podcast .item .img
{
	margin-top: 0px;	
	float:	left;
	width:60px;
	height:60px;
	background-color:#FFFFFF;
}
.podcast .item .infos
{
	margin-left: 65px;	
}
.podcast .item .date
{
	margin-left: 65px;	
}

.galerie h2{
	
	font-size: 12px;
	margin-top:5px;
	margin-bottom:2px;
}

.contact .item h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	margin-top:15px;
	margin-bottom:2px;
}

.contact .item img
{
	float:	left;
	margin: 3px;
	
}

.links .item h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	margin-top:15px;
	margin-bottom:2px;
}

.links .item{
height:120px;
}
.links .item .img
{
	float:	left;
	width: 100px;
	height:100px;
}

.links .item .txt
{
	margin-left: 110px;
}

.home img{
	text-align:left;
	margin:5px;
	margin-right:20px;
}

.home .right{
	float: right;
	margin-right:50px;
	margin-top:10px;
	width:250px;

}
.home .right .txt{
	margin-top:0px;
	margin-bottom:30px;
}

.home .right .news{
	
	width:250px;
	height:150px;
	border:1px double #333333;
}


.home .right .news .title{
	margin:2px;
	text-decoration: none;
	font-size:12px;
	color:#FFFFFF;
	background-color:#666666;
	list-style-position: inside;
	list-style-type: circle;
}

.home .right .news .item{
	margin-top:4px;
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
	width: 100%;

}

.home .right .news .item .date{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;

}

