﻿
/* Element fglobaux */

#global {
	width: 1024px;
	margin: 0 auto;
	background-color:White;
}

#tbContent /* change fond*/
{
    /*background-image:url('../PCP_Common/images/fond_content.png');
	background-repeat:repeat-x;
	min-height:600px;*/
}

#pcpbreadcrumb {
	padding-left:60px;
	background-color:#E5E7DF;
	margin-bottom:3px;
}

/* Positionnement header */


#header
{
    /*float:left;
    width:10px;*/
    height:203px;
}

#menubas 
{
    background-color:#E5E7DF;
    text-align:center;
    padding: 3px;
    color:Black;
    /*color:#000000;*/
}


#pcppied 
{
    background-color:#2D69A8;
    text-align:center;
    padding: 4px;
    color:White;
    font-size:10px;
}

#pcppied a:link 
{
    color:White;
    text-decoration:none;
}

#leftcontent /* change fond*/
{
   /* background-image:url('images/degrade.png');
	background-repeat:repeat-x;*/
	background-color:#91A8D3;
}

.vmenu /* change fond*/
{
    background-image:url('images/bouton-lateral.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	margin-bottom:5px;
}

#leftcontent a
{
    text-decoration:none;
    padding-right:15px;
}

.TitleRightBox 
{
    background-image:url('images/arrondi-orange-gd.png');
	background-repeat:no-repeat;
    font-size:15px;
    font-weight:bold;
    padding-left:5px;
    color:White;
    float:right;
    width:217px;
    height:22px;
}

.TitleLeftBox 
{
    background-image:url('images/arrondi-orange-gd.png');
	background-repeat:no-repeat;
    font-size:15px;
    font-weight:bold;
    padding-left:5px;
    color:White;
    width:217px;
    height:22px;
}
.annoncetitle 
{
    font-weight:bold;
    font-size:x-large;
    color:#3374B5;
}
.annoncetitlelist
{
    font-weight:bold;
    font-size:large;
    color:#3374B5;
}

.annonceItem 
{
    cursor:pointer;
    border: thin black solid;
    padding:5px;
    width:370px;
    height:150px;
    min-width:370px;
}

.annonceOver {
	background-color:silver;
}

.annoncePhoto
{
    border: none;
    margin: 2px;
    float: left;
    width: 150px;
}

.spacer
{
    clear:both;
}

.logo {
	float:left;
	width:25%;
	height:50px;
	text-align:center;
}


/* styles pour affichage*/
.standard {
  background-image:url('images/spec-3fleches.png');
  width:14px;
  height:14px;
  background-position: 0px 0px;
  display: block;
  float:left;
  margin-top:3px;
  margin-left:3px;
}

.specover {
  background-image:url('images/spec-3fleches.png');
  background-position: -14px 0px;
  width:14px;
  height:14px;
  display: block;
  float:left;
  margin-top:3px;
  margin-left:3px;
}
.specclique {
  background-image:url('images/spec-3fleches.png');
  background-position: -28px 0px;
  width:14px;
  height:14px;
  display: block;
  float:left;
  margin-top:3px;
  margin-left:3px;
}

.myAccordion-declencheur
{
	background-color:orange;
	cursor:pointer;
	font-size:16px;  
	font-weight:bold;
	border-bottom: solid 1px black;
}

.myAccordion-content
{
	margin-bottom:10px;
    margin-left:15px;
}

