﻿/*categorie*/
div.plcontent
{ 
     height: auto;
    min-height: 350px;
    _height: 350px;
	text-align:left;
	background-color:#fffbe4;	
}


a.liste
{
	height:15px;
	margin-left:10px;
	text-decoration: none;
	background: url(pictures/dons/liste.gif) no-repeat left 20%;
	font-size: 9pt;
	color: #000000;
	font-family: verdana;
	font-weight: bolder;
	display:block ;
	padding: 0px 0px 0px 25px;
	
}
a.liste:hover
{
	background:  url(pictures/dons/listeselected.gif) no-repeat left  20%;
	padding-left: 25px;
	font-weight: bolder;
	color: dimgray;
	text-decoration:underline;
	 
}
a.listeselected
{
	height:15px;
	display:block ;
	margin-left: 10px;
	background:  url(pictures/dons/listeselected.gif) no-repeat left  20%;
	padding-left: 25px;
	font-weight: bold ;
	color: #930000;
	font-size: 9pt;
	text-decoration:none;
}

span.typeseparator
{
	margin-left:10px;
	margin-right:10px;
	padding:5px 0px 5px 20px;
	font-size:1px;
	display:block;
	height:1px;
	background: url(pictures/dons/listeseparator.gif)  repeat-x left center;
}

/*recherche*/
div.plcontentrecherche
{
	
	text-align:left;
	background-color:#fffbe4;	
	background: url(pictures/questions/loupe.gif) #fffbe4  no-repeat right bottom;
}
div.rechercheex
{
    height: 19px;
    padding-left: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 10pt;
    color: #930000;
    font-family: verdana;
    vertical-align:middle;
    padding-top:8px;
    
}
div.recherche
{
	/**/
	margin:10px 10px 0px 10px;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana;
	
}

span.ligne 
{
	display:block;
	margin-bottom:5px;
	vertical-align:middle;
	
}
.tb
{
	font-size: 8pt;
	font-family: verdana;
	 height:11pt;
	 
	width:150px;
	
}
.ddl
{
	font-size: 8pt;
	font-family: verdana;
	width: 155px;
	
}
.ddl1
{
	font-size: 8pt;
	font-family: verdana;
	width: 100px;
	
}
.button
{
	background-color: #a37070;
	border: solid 2px black;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	margin-left:50px;
	
}
.buttonfleche
{
	
	background-color: #a37070;
	border: solid 2px black;
	font-weight: bold;
	color: white;
	font-size: 8pt;
	background-image: url(pictures/cours/flecheblanche.gif);
	background-position: 98% 80%;
	background-repeat: no-repeat;
	padding-right :10px;
	
}
/*paging sorting*/
div.paging
{
	 
	text-align:left;
	clear: both;
	margin:0px;
	padding: 0px 0px 0px 20px;
	background-color: #a37070;
	border-top: solid 2px #450202;
	border-bottom: solid 2px #450202;
	color: white;
	font-family: verdana;
	font-size: 8pt;
	height:19px;
	background: url(pictures/cours/degrade1.gif) #a37070  repeat-x left top;
	
}
div.paging a
{
	color: white;
	font-family: verdana;
	font-size: 8pt;
	text-decoration:underline;
	font-weight:bold;

}
span.results
{
	display:block;
	font-size:9pt;
	text-align:left;
	
}



/*datagrid*/
div.plcontentgrid
{
      height: auto;
    min-height: 170px;
    _height: 170px;
	text-align:left;
	background-color:#fffbe4;	
}

div.plcontentgrid .header
{
	color: #930000;
	font-weight: bold;
	font-size: 8pt;
	height:27px;
	background: url(pictures/cours/dot.gif)  repeat-x left 80%;
	 
}
div.plcontentgrid .row
{
	 height:17px;
	font-size: 8pt;
}

div.plcontentgrid .row a
{
    color: #930000;
    text-decoration: underline;
    cursor:pointer;
}

/*new question*/

div.newquestion
{
    height: auto;
    min-height: 170px;
    _height: 170px;
    text-align: left;
    background-color: #ffe1e1;
    font-size: 8pt;
    font-family: verdana;
}
div.newquestion span.result
{
    font-size: 9pt;
    color: red;
    font-family: verdana;
}
div.newquestion div.title
{
    text-align: center;
    font-size: 12pt;
    border-bottom: #a37070 2px solid;
    padding-bottom: 5px;
}
div.newquestion div.form
{
   text-align:left;
    padding: 5px 20px 5px 20px;
}
div.newquestion .texte
{
    margin-top:10px;
    clear:both  ;
    height:20px;
    display:block;
    float:left;
    width:100px;
    vertical-align:top;
}
div.newquestion .input
{
   
    
    display:block;
    float:left;
    
}

/*reponse*/
div.reponse
{
    width: 429px;
    height: auto;
    min-height: 300px;
    _height: 300px;
    background: url(pictures/questions/popupfond.gif) #b47070 repeat-x left top;
    text-align:left;
     padding:12px;
}
div.reponse td.droite
{ 
   padding:5px;
   background-color: #fffbe4;
}
div.reponse td.gauche
{
    padding:5px;
    width:115px;
    background-color:#ffe1e1;
}
div.reponse td.gauche span
{
    display: block;
    font-size: 8pt;
    font-family: verdana;
}
div.reponse td.droite span
{
    display: block;
    font-size: 8pt;
    font-family: verdana;
}
