/*
---------------------------------------------------------
Titre :         layout.css
Auteur :        Memoris
Client/URL :    Fit-conseil
Description :   Positionnement des éléments du site web
Création :      05/12/2005
---------------------------------------------------------
*/
body
{
	margin: 0;
	padding: 0;
}



#conteneur
{
	position: absolute;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	margin-top: 50px;
	height: 542px;
}

#centre
{
	padding: 0px;
	margin: 0 0 0 0px;
	background-image: url(images/accueil_2.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-color: #5786BE;
	background-position: center top;
}
#gauche
{
	position: absolute;
	left:-2px;
	top: 382px;
	width: 181px;
	height: 355px;
}

#titre
{
	padding-bottom: 30px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 180px;
}

#degrade
{
	top: 0px;
	height: 218px;
	padding-top: 0px;
}

#adresse
{
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pied
{
	background-image: url(images/accueil_3.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 177px;
	margin-left: 70px;
}
#accroche {
	padding: 20px 0px 0px 270px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}

#titrePage
{
    position:absolute;
    height:30px;
	margin-left: 0px;
	margin-right: 17px;
	padding-left: 40px;
    padding-top:3px;

}

#titrePage img
{
    vertical-align:top;
    margin-top:-3px;
}

#titre_article
{
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 40px;
}

.txtmenugauche
{
	padding-left: 20px;
}

a.txtmenugauche:link
{
	margin-left: 20px;
}

.picto
{
	float: right;
	margin-left: 4px;
}

#menu_v ul
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0px 0px 30px;
}

#menu_v li
{
	margin: 0px;
	padding: 0px 0px 5px;
}

#menu_v a:link, #list_v a:visited,#menu_v a:hover
{
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
    padding: 0px 0px 10px 30px;
}

#menu_v a:hover
{
    color: #FFB20C;
}

/* menu horizontal
---------------------------------*/

#navigation_h
{
	position: absolute;
	left: 204px;
	top: 102px;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 20px;
}
#entree
{
	background-color: #FF6666;
	margin: 0px;
	padding: 0px;
}

#txtnormal
{
	padding: 10px 40px;
}

/* contacts
---------------------------------*/

#contacts
{
	left: 566px;
	top: 17px;
	top: 20px;!important;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 95px;
	position: absolute;
}

#cont ul
{
	margin: 0;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#cont li
{
	margin: 0px;
	padding: 0px 0px 5px;
}

#cont a:link, #cont a:visited,#cont a:hover
{
	display: block;
	padding: 0px 0px 0px 15px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 2px !important;
	margin-bottom: 0px;
}

#conteneur_pictos
{
	position: absolute;
	left: 284px;
	top: 12px;
	height: 60px;
	padding: 0px;
	width: 268px;
}
#navig {
	padding: 0px 0px 0px 270px;
}
#down{
	padding: 0px 0px 0px 270px;
	height: 177px;
}
a.download_acc:link, a.download_acc:visited, a.download_acc:hover, a.download_acc:active {
	text-decoration: none;
	background-image: url(images/down_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	display: block;
	padding-left: 55px;
	padding-top: 2px;
	height: 25px;
	margin-top: 0px;
}
a.download_acc:hover {
	background-image: url(images/down_off.gif);
	color: #EDB329;

}
a.download_acc_fr:link, a.download_acc_fr:visited, a.download_acc_fr:hover, a.download_acc_fr:active {
	text-decoration: none;
	background-image: url(images/down_on_fr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	display: block;
	padding-left: 55px;
	padding-top: 2px;
	height: 25px;
	margin-top: 0px;
}
a.download_acc_fr:hover {
	background-image: url(images/down_off_fr.gif);
	color: #EDB329;
}
