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

html,body
{
	margin: 0 auto 0 auto;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background:url(IMG/background.gif);
}

*
{
     padding: 0;
     margin: 0;
}

img
{
	border-style: none;
}

.titre_bleu
{
	color: #333;
}

.puce_rose
{
	color: #a30000;
}

.contour_bleu
{
	border: solid 1px #a30000;
	color: #333;
	background-color: #f7ebd1;
}

/* Style Texte */

h1
{
	font-size: 12px;
	font-weight: bolder;
	color: #333;
}

h2
{
	font-size: 12px;
	font-weight: bolder;
	color: #a30000;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

a:hover
{
	color: #a30000;
}

/* Mise en Page */

#langues
{
	position: absolute;
	z-index: 11;
	top: 10px;
	left: 720px;
}

#fond_conteneur
{
	position: fixed;
	width: 806px;
	height: 100%;
	background:url(IMG/body_back.jpg) repeat-y;
	left: 50%;
	margin-left: -403px;
}

#conteneur
{
	position: absolute;
	width: 806px;
	left: 50%;
	margin-left: -403px;
}

.fond_page
{
	position: fixed;
	height: 313px;
	width: 806px;
	background:url(IMG/body_logo.jpg) no-repeat;
	bottom: 35px;
	z-index: 4;
}

#footer
{
	position: fixed;
	bottom: 0;
	width: 806px;
	height: 35px;
	background:url(IMG/footer.jpg);
	z-index: 6;
}

.contenu
{
	position: absolute;
	top: 270px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
	z-index: 5;
	text-align: justify;
}

.copyright
{
	position: fixed;
	bottom: 10px;
	font-size:10px;
	margin-left: 10px;
}

.plan_mentions
{
	position: fixed;
	bottom: 10px;
	font-size:10px;
	margin-left: 295px;
}

.head1
{
	position: absolute;
	top: 0px;
	z-index: 5;
}

.head2
{
	position: absolute;
	top: 148px;
	z-index: 5;
}

/* Menu RollHover */

#menu
{
	position: absolute;
	top: 208px;
	z-index: 5;
}

ul#menu /* Positionnement du menu */
{
	background: transparent url(IMG/menu.jpg) top left no-repeat;
	height: 44px;
	width: 806px;
	z-index: 10;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li /* Affichage en ligne du menu */
{
	float:left;
	text-indent: -3000px;
}

/* Liste des sous-menus */

ul#sousMenu
{
	position: absolute;
	margin-left: 1px;
	background: #FFF;
	list-style-type: none;
	z-index: 7;
	display: none;
}

ul#sousMenu li
{
	background: #f4e5c4;
	border-bottom: 1px solid #a30000;
	padding: 2px;
	text-indent: 0px;
	float: none;
}

li#accueilHover:hover ul#sousMenu
{
	display:block;
}

li#competencesHover:hover ul#sousMenu
{
	display:block;
}

li#contactHover:hover ul#sousMenu
{
	display:block;
}

/* Fin liste des sous-menus */

a#accueil
{
	display: block;
	height: 44px;
	width: 85px;
}

a#accueil:hover
{
	background: url(IMG/menu.jpg) top left no-repeat;
	background-position: 0px -44px;
}

a#competences
{
	display: block;
	height: 44px;
	width: 200px;
}

a#competences:hover
{
	background: url(IMG/menu.jpg) top left no-repeat;
	background-position: -85px -44px;
}

a#liens
{
	display: block;
	height: 44px;
	width: 150px;
}

a#liens:hover
{
	background: url(IMG/menu.jpg) top left no-repeat;
	background-position: -285px -44px;
}

a#correspondants
{
	display: block;
	height: 44px;
	width: 260px;
}

a#correspondants:hover
{
	background: url(IMG/menu.jpg) top left no-repeat;
	background-position: -435px -44px;
}

a#contact
{
	display: block;
	height: 44px;
	width: 108px;
}

a#contact:hover
{
	background: url(IMG/menu.jpg) top left no-repeat;
	background-position: -695px -44px;
}

li.colTF
{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #a30000;
	list-style-image: url(IMG/puceTF.gif);
	margin-left: 40px;
}

.photoTF
{
	border: solid 1px #a30000;
}

#haut_Page
{
	position: fixed;
	height: 11px;
	width: 90px;
	background:url(IMG/hautPage.jpg);
	bottom: 35px;
	margin-left: 713px;
	z-index: 5;
}