
/* Styles CSS client
   POKCHIPS.COM (C)
   Créé le 28 septembre 2007 */
   
   


.displayClientGlobalClass
{
	position: relative;
	width: auto;
	/*border: 3px solid #F2F2F2;*/
	margin: 3px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

.displayClientGlobalClass p
{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom:0px;
	text-indent: 0px;
	color: #000000;
}

.displayClientGlobalClass .titre
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
}

.displayClientGlobalClass a
{
	color: #006699;
	font-weight: bold;
}

.displayClientGlobalClass a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/*
.displayClientGlobalClass select, input, textarea {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #e9e9e9;
	padding: 0px;margin: 0px;
	font-size:12px;
}
*/

.displayClientFormulaireClass p
{
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	margin: 7px;
	margin-left: 10px;
	margin-bottom:0px;
	text-indent: 0px;
	color: #000000;
}

#tabListe table { width: 100%; }

#tabListe td
{
	border: 1px solid #e9e9e9;
	padding-bottom: 7px;
}

#tabListe { padding-bottom: 0px; }


#divforguide .titre
{ 
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	color: #000;
	margin-top: 40px;
	margin-bottom: 16px;
	text-indent: 15px;
	text-align:left;
}
#divforguide table
{ 
	width: 100%;
}
#divforguide p
{ 
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#divforguide td
{ 
	border: 1px solid #e9e9e9;
}

#divforguide table p
{
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
	margin-top:2px;
	margin-bottom:2px;
}

#divforguide .guidesousmenutitre
{ 
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
#divforguide .guidesousmenutitre p
{ 
	text-align: center;
	font-weight: bold;
	margin:0px;
	line-height: 80px;
	padding-top: 14px;
}
#divforguide .guidesousmenutitre a
{ 
	display: block;
	height: 80px;
	width:100%;
}
#divforguide .guidemenu
{
	position: relative;
	width: 100%;
	height: 100px;
}

#divforguide .guidesousmenu
{
	position: relative;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	width: 150px;
	height: 80px;
	background-image: url('../img/guide/onglet-fond.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#divforguide .guidesousmenuselected
{
	position: relative;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	width: 150px;
	height: 80px;
	background-image: url('../img/guide/onglet-fond-selected.gif');
	background-repeat: no-repeat;
	background-position: center;
}


#divforguide .guidemenu .symbole1
{
	position: absolute;
	top:15px;
	left:20px;
	background-image: url('../img/guide/pique.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
#divforguide .guidemenu .symbole2
{
	position: absolute;
	top:15px;
	left:20px;
	background-image: url('../img/guide/carreau.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
#divforguide .guidemenu .symbole3
{
	position: absolute;
	top:15px;
	left:20px;
	background-image: url('../img/guide/coeur.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
#divforguide .guidemenu .symbole4
{
	position: absolute;
	top:15px;
	left:20px;
	background-image: url('../img/guide/trefle.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}