﻿@charset "utf-8";

/* CSS Document */

* { margin:0; padding:0; }

html { background: #FDFDFD url(img/bg_html.png) center repeat-y; }

html,
body { height:100%; }

/************************************************************************************************/
/*** Logo ****************************************************************************/
/************************************************************************************************/
img.logo { position:absolute; top:5px; left:5px; }

/************************************************************************************************/
/*** Menu Principal *****************************************************************************/
/************************************************************************************************/
#menu { position:absolute; /* top: Personnalisé */
	/* left: Personnalisé */
	width:200px; text-align:right; }

#menu ul { list-style: none; }

#menu img { border: none; }

#menu li a { font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; letter-spacing:1px; text-decoration: none; voice-family: "\"}\""; voice-family: inherit; height: 24px; padding: 8px 40px 0 20px; display: block; text-decoration: none; color: #FFF; border-bottom:#FFF solid 1px; }

#menu a.a1 { background: url(img/bg1.png) right 0 no-repeat; }

#menu a.a2 { background: url(img/bg2.png) right 0 no-repeat; }

#menu a.a3 { background: url(img/bg3.png) right 0 no-repeat; }

#menu a.a4 { background: url(img/bg4.png) right 0 no-repeat; }

#menu a.a5 { background: url(img/bg5.png) right 0 no-repeat; }

#menu a:hover,
#menu li #current { background-position: right -32px; }

/************************************************************************************************/
/*** telechargez ************************************************************************************/
/************************************************************************************************/
#telechargez { width:209px; padding-top:30px; }

#telechargez a { display:block; background:url(img/ico_pdf.png) left center no-repeat; padding:6px 0 6px 20px; margin-left:10px; color:#C00; text-decoration: underline; }

#telechargez a:hover { color:#306; text-decoration: underline; }

/************************************************************************************************/
/*** bottom ************************************************************************************/
/************************************************************************************************/

#share table { width:980px; border-top:#CCC solid 1px; padding:3px 0; background-color:#FFF; }

#bottom { width:960px; font-family: Verdana, Geneva, sans-serif; font-size:10px; color:#000; padding:40px 10px 20px 10px; }

#bottom td { vertical-align:top; padding:0 10px; }

#bottom a { color: #600; font-weight:normal; text-decoration:none; }

#bottom a:hover { color: #C00; text-decoration: underline; }

/************************************************************************************************/
/*** z-index ************************************************************************************/
/************************************************************************************************/
img.logo { z-index:1; }

#login { z-index:2; }

#menu { z-index:5; }

#diapo_accueil { z-index:3; }

img.bgacc { z-index:0; }

#breves { z-index:4; }

#LeftCol { z-index:6; }

#telechargez { z-index:7; }

#intros { z-index:8; }

#bottom { z-index:9; }

