﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
    width: 100%;
    height: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
/* Styles for Masthead */
#masthead {
    height:10%;
    width:100%; 
	background-color: #c5d5e5;
	text-align: center;
	overflow:hidden
}
#masthead table {
	width: 100%;
	border-width: 0px;
	text-align: center;
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color: #000;
}
.style_Mastheadtd_l 
{
    background-image:url('images/Logo.gif');
	margin: 10px 0 10px 10px;
	padding: 0;
	width:90px;
	height:90px;
}
.style_Mastheadtd_r 
{
    background-image:url('images/File4900.jpg');
	margin: 10px 10px 10px 0;
	padding: 0;
	width:90px;
	height:90px;
}
.style_Mastheadtd {
	font-size:x-large;
	font-weight:bold;
	text-align:center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#page_content 
{
	position: relative;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	min-height:500px;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* Styles for Navigation */
#navigation {
	overflow: hidden;
	height:30px;
    background-image:url('images/regle.jpg');
    background-color:Transparent;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: inline;
	padding: 5px;
}
#navigation a:link {
    color:#000000;
	}
#navigation a:visited {
    color:#000099;
}
#navigation a:hover {
	color:#009900;
}
#navigation a:active {
    color:#FF0000;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
    text-align: center;
}
h2 {
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.table_td_gauche
{
    width:140px;
    background-color:Transparent;
    vertical-align:top;
}
.table_td_droit
{
   /* width:85%; */
    height:100%;
}
.table_photo
{
    width:100%;
}
.td_photo
{
    width:33%;
}
.td_photo1
{
    width:25%;
}
.td_photo2
{
    width:10%;
}
/* Styles for Footer */
#footer {

	background-color: #dfcfbf;
	padding-bottom: 5px;
}
#footer table {
	width: 100%;
	border-width: 0px;
	text-align: center;
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
	overflow:hidden;
}
.style_footertd td {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
.style_footertd_l 
{
    background-image:url('images/logoddec.jpg');
	margin: 10px 0 10px 10px;
	padding: 0;
	width:90px;
	height:90px;
}
.style_footertd_r 
{
    background-image:url('images/File4901.jpg');
	margin: 10px 10px 10px 0;
	padding: 0;
	width:90px;
	height:90px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_gras_sl {
	font-weight: bold;
	text-decoration:underline;
}
.style_italic {
	font-style: italic;
}
.style_mg40 {
	margin-left: 40px;
}
.style_link_photo
{
    color: #469;
    text-decoration: underline;
}
.style_link
{
    color: #469;
    text-decoration: underline;
    background-image:url('images/crayon.gif');
    background-repeat:no-repeat;
}
.style_link1
{
    color: #469;
    text-decoration: underline;
}
.style_link_td
{
    background-image:url('images/crayon.gif');
    background-repeat:no-repeat;
}


/* Affichage des photos ou des vidéos */

.video {
	display: block;
	position:absolute;
	background-color:transparent;
	top: 0px;
	z-index: 1;
	right: 0px;
}
.lcvideo {
	z-index: 1;
    width:  340px;
    height: 255px;
  }
.photo {
	display: block;
	position:absolute;
	background-color:white;
	top: 0px;
	z-index: 1;
	right: 0px;
}
.photo1 {
	display: block;
	position:relative;
	top:auto;
	z-index: 1;
	right: 0px;
}
