/* CSS DOCUMENT */
@import url("menu.css");

body {
	font-family: "Trebuchet MS", Arial;
	background-color: #f1f2ed;
	text-align: center;
	margin: 0px;
	background-image:  url("http://img1.img.x77y.com/g40/images/background.gif");
}
/*---------- Mise en page ----------*/
#top {
	background-image:  url(images/back_top.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-top: 10px;
}
#copyright {
	text-align: center;
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	padding: 8px;
}
.shadow, .photo_vignette1, .photo_vignette2, .video_vignette{
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999,strength=2);
}
.boxShadow{
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999,strength=2);
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
/*---------- Typographie ----------*/
p {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
}
.titreGrisFonce {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.titreBlanc {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.titreVertFonce {
	color: #77825b;
	font-weight: bold;
	font-size: 14px;
}
.photo_nombre, .video_duree, .histoire_auteur{
	font-weight: bold;
}
/*---------- Liens ----------*/
a, a:link {
	text-decoration: underline;
	color: #77825B;
}
a:hover {
	text-decoration: underline;
	color: #abba83;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a.lienFleche:link{
	background-image: url(images/bouton_fleche.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
	white-space: nowrap;
}
a.lienFleche:visited{
	background-image: url(images/bouton_crochet.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
	white-space: nowrap;
}
a.histoire_bouton:link, a.histoire_bouton:visited{ color: #ffffff}
/*---------- Table ----------*/
.cellulePadding {
	padding: 5px;
}
table { 
	margin-bottom: 5px;
}
td {
	font-family: "Trebuchet MS", Arial;
}
th {
	font-family: "Trebuchet MS", Arial;
}
#menu {
	background-image: url(images/back_menu2.gif);
	background-repeat: repeat-x;
	width: 749px;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 15px;
}
.menu img {
	margin: 0;
	padding: 0;
}
.txtSmallBouton {
	font-size: 10px;
	font-weight: normal;
}
.jumpmenu {
	height: 70px;
	width: 275px;
	padding-top: 32px;
}
.commentaires {
	padding-top: 10px;
	height: 71px;
	width: 275px;
	color: #FFFFFF;
	font-style: italic;
	background-position: center;
	font-size: 14px;
}
.boutonVoir {
	margin-left: 5px;
	vertical-align: top;
}

/*---------- Liste ----------*/
ul.rondvert {
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.rondvert li {
	padding-left: 15px;
	background-image: url(images/bullet_vert_rond.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.rondvert .histoire_titre{
	font-size: 11px;
}
.txtblanc .video_duree {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
.txtblanc {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
.txtblanc a:visited{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
.boxShadowSmall {
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999,strength=2);
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
.nbContenu {
	font-weight: bold;
}
.minus4pxTop {
	margin-top: -15px;
	line-height: 15px;
}
