/* CSS Document */

body {
	background-image: url(pe_img/bg.jpg);
	background-attachment:fixed;
	font-family: Verdana;
}

.menu {
	border-bottom: 5px solid #CCCCCC;
	border-top: 5px solid #CCCCCC;
}

a.lienMenu:link, a.lienMenu:active, a.lienMenu:visited {
	font-family: Tahoma;
	font-size: 14px;
	color: #99CC33;
	font-weight:bold;
	text-decoration:none;
}

a.lienMenu:hover {
	text-decoration: underline;
}

.acces_membre {
	font-size:10px;
	font-weight:bold;
	color:#999999;
	padding-bottom:10px;
}

.inputText_membre {
	font-size:11px;
	border:1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color:whitesmoke;
	font-family: Verdana;
	color:#999999;
	width:120px;
}

.fondAccueil {
	background-image:url(pe_img/bg_accueil.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.fondBackpage {
	background-image:url(pe_img/bg_backpage.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.titre_article {
	height:40px;
	background-image:url(pe_img/baffle.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding-left:30px;
	padding-top:5px;
	margin-bottom: 10px;
	color: #99CC33;
}

.texte1 {
	padding-left:10px;
	font-size:11px;
	text-align:left;
	margin-bottom:10px;
}

.titre_breve {
	padding-left:10px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#FF9900
}

.lien_breve {
	background-image:url(pe_img/arobas.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	margin-left:10px;
	padding-left:14px;
	margin-bottom:15px;
}

.date_breve {
	font-size:9px;
	font-style:italic;
	color:#999999;
	font-weight:normal;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration:none;
}

a.footer:hover {
	text-decoration: underline;
}

a.footer:active {
	color: #FF0000;
}

a.footer:visited {
	color: #666600;
}

#linklist {
	width: 200px;
}

#linklist ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}

#linklist li {
	list-style-type: none;
 	display: block;
	line-height:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE57F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
}

#linklist li a { 
	display:block;
	color: #FFFFFF;
	height:100%;
	background-image: url(pe_img/off.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
	font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
}

#linklist li a:link, a:active, a:visited { 
	color: #FFFFFF;
}

	
#linklist li a:hover {
	color:#006600;
	background-color:#CCFF00;
	background-image: url(pe_img/on.gif);
	background-repeat:no-repeat;
	background-position:left;
}

a {
    font-weight: normal;
	font-size:11px;
}

a:link {
    color: #99CC33;
}
a:visited {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
a:hover {
    color: #0099CC;
}