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

/*----------*/
/* LETTRINE */
/*----------*/
#Lettrine:first-letter
{
	margin-left: 10px;
	font-family : Comic sans ms, cursive;
	font-size : 30px;
	color : red;
	margin-right:0px;
	margin-bottom: 0px
	float : left;
}

/*------------*/
/* FORMULAIRE */
/*------------*/
input[type=submit], input[type=reset]
{
	box-shadow:1px 1px 1px #D83F3D;
	cursor:pointer;
	margin-left:0px;
	width:100px;
}
input[type=text]
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}
select
{
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
	width: 210px;
}
.submit
{
     background: transparent;
	 border: none;
     color: green;
     height: 5px;
     width: 110px;
}

/*--------*/
/* A HREF */
/*--------*/
a.Im_A_Retour:link
{
	text-decoration: none;
	color: Blue;
}
a.Im_A_Retour:visited
{
	text-decoration: none;
	color: Blue;
}
a.Im_A_Retour:hover
{
	text-decoration: underline;
}

/*-----*/
/* Div */
/*-----*/
#Im_Div_LayerVideo
{
}

.Im_Div_Position 
{
    height: 536px;
    margin: 10px auto; /*pour centrer*/
    overflow: hidden;
	position: relative;
    width: 800px;
}
/*-------*/
/* Table */
/*-------*/
.Im_Tab
{
	height: 100%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

/*---------*/
/* Colonne */
/*---------*/
.Im_Td_Libelles
{
	color: #660099;
	font-family: Arial;
	font-size: 9pt;
	font-style: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.Im_Td_ELibelles
{
	color: red;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: underline;
	width: 100%;
}
.Im_Td_Titre
{
	color: Green;
	font-family: Arial;
	font-size: 15pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Im_Td_Retour
{
	font-family: Arial;
	font-size: 11pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 100%;
}
.Im_Td_100C
{
	color: #660099;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
	width: 100%;
}
.Im_Td_100S
{
	text-decoration: underline;
}
.Im_Td_100N
{
	text-decoration: none;
}
.Im_Td_020
{
	width: 020%;
}
.Im_Td_020B
{
	color: blue;
	font-family: Arial;
	font-size: 10pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 020%;
}
.Im_Td_020V
{
	color: green;
	font-family: Arial;
	font-size: 10pt;
	font-style: bold;
	text-align: center;
	text-decoration:none;
	width: 020%;
}