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

* {
	margin:0;
	padding:0;
}
body {
	background:#E8E8E8 url(../images/int_fond_body.jpg) top left repeat-x;
	font-family:"Comic sans MS","Trebuchet MS", Georgia, Times, serif;
	font-size:0.9em;
}

/* Structure */
div#global {
	position:relative;
	margin:0 auto;
	width:840px;
}
div#header h1 {
	text-indent:-4000px;
	background:url(../images/int_fond_h1.jpg) bottom left no-repeat;
	float:left;
	width:347px;
	height:200px;
}
div#header form {
	background:url(../images/int_fond_header_bottom.jpg) bottom left no-repeat;
	height:35px;
	padding:6px 25px 0 0;
	text-align:right;
	color:#FFFFFF;
}
div#fd_content {
	background:url(../images/int_fond_content.gif) top left;
}
div#content {
	background:url(../images/int_font_content_top.jpg) top left no-repeat;
	padding:30px 18px 30px 18px;
}
div#content p {
	margin-bottom:7px;
	line-height:1.4em;
}

div#footer {
	background:url(../images/int_footer.gif) bottom left no-repeat;
	min-height:50px;
	padding:0 15px;
}

/* General */
.spacer {
	clear:both;
	visibility:hidden;
}
.masque {
	display:none;
}
a {
	outline:none;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#E0231D;
	text-decoration:underline;
}

/* Menu */
form select {
	border:1px solid #FFF;
	background-color:#363636;
	color:#FFFFFF;
}
form select option {
	padding:1px 5px;
	border-bottom:1px dotted #666;
	background-color:#E8E8E8;
	color:#000;
}

/* Contenu rubrique */
div#texte_rub {
	float:right;
	padding-right:10px;
	width:450px;
}div#texte_rub_vid {
	float:right;
	padding-right:10px;
	width:400px;
}
div#texte_rub h2 {
	margin-bottom:15px;
	font-size:1.8em;
}
div#texte_rub p#pages {
	font-weight:bold;	
	margin-bottom:15px;
	text-align:left;
}
div#texte_rub p {
	text-align:justify;
	margin-bottom:1em;
}
div#texte_rub p#pages a {
	height:100px;
}

div#vignettes_rub {
	position:relative;
	min-height:370px;
}
div#vignettes_rub p {
}
div#vignettes_rub a {
	display:block;
	position:absolute;
	padding:3px;
	border:1px solid #000;
	background-color:#FFF;
}
div#vignettes_rub a:hover {
	border-color:#FF0000;
}


/* Footer */
div#footer ul {
	list-style-type:none;
	text-align:right;
}
div#footer li {
	display:inline;
}
div#footer li a {
	margin-right:7px;
}
div#footer p {
	text-align:right;
	font-weight:bold;
}


