﻿.ddlG {
    border: 3px solid #AA0000;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
    width:180px;
    height:auto;
}
.ddl {
    border: 3px solid #AA0000;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
    width:250px;
    height:auto;
}

#Cpt
{
	top: 0px;
	text-align: center;
}
#Cpt .panier
{
	position: relative;
	top: 5px;
	height: 80px;
	background: url(../images/panier.gif) 0 0 no-repeat;
    top:-20px;
	overflow: hidden;
}

#Cpt .moncompte {
	position: relative;
	top:5px;
	height:80px;
	background:url(../images/moncompte.gif) 0 0 no-repeat;
    top:-20px;
	overflow:hidden;
}
#Cpt1
{
	top: 0px;
	text-align: center;
}
#Cpt1 .panier
{
	position: relative;
	top: 5px;
	height: 80px;
	background: url(../images/panier.gif) 0 0 no-repeat;
    top:-20px;
	overflow: hidden;
}

#Cpt1 .moncompte {
	position: relative;
	top:5px;
	height:80px;
	background:url(../images/moncompte.gif) 0 0 no-repeat;
    top:-20px;
	overflow:hidden;
}
/* lien vers des pdf */
#milieu #haut .pdf
{
	padding:5px 0px 5px 50px ;	
}
#milieu #haut .pdf a
{
	background:url(../images/page_white_acrobat.png) 0px 5px no-repeat;
	padding:6px 0px 5px 25px ;
	font-size:10pt;
	font-weight:bold;
	color:#AA0000;	
}
#milieu #haut .pdf a:hover
{
	color: #000000;
	text-decoration:underline;
}
/* lien vers des xls */
#milieu #haut .xls
{
	padding:5px 0px 5px 50px ;	
}
#milieu #haut .xls a
{
	background:url(../images/page_white_excel.png) 0px 5px no-repeat;
	padding:6px 0px 5px 25px ;
	font-size:10pt;
	font-weight:bold;
	color:#AA0000;	
}
#milieu #haut .xls a:hover
{
	color: #000000;
	text-decoration:underline;
}
/* lien vers des doc */
#milieu #haut .doc
{
	padding:5px 0px 5px 50px ;	
}
#milieu #haut .doc a
{
	background:url(../images/page_white_word.png) 0px 5px no-repeat;
	padding:6px 0px 5px 25px ;
	font-size:10pt;
	font-weight:bold;
	color:#AA0000;	
}
#milieu #haut .doc a:hover
{
	color: #000000;
	text-decoration:underline;
}



