/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */

body
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	margin: auto;
	background: #fff;
	color: #333;
}

a:link.MyLink
{
	
	color:Orange;
	text-decoration: none;
}

a:visited.MyLink
{
	color:Orange;
	text-decoration: none;
}
a:hover.MyLink
{
	color:Orange;
	text-decoration: underline;
}


a:link
{
	color_old: blue;
	color:Black;
	text-decoration: none;
}

a:visited
{
	color_old: #969;
	color:Black;
	text-decoration: none;
}
a:hover
{
	color_old: #c60;
	color:Black;
	text-decoration: underline;
}
img
{
	border: none 0 #fff;
}
input, select, textarea
{
	color: #333333;
	font-size: 9pt;
	font-family: Courier New, Courier, Verdana, Tahoma, Arial;
	border: solid 1px #CCC;
	padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
	border-style: none;
}
ul.puce
{
	list-style-position: outside;
	left: -20px;
	list-style-type:disc;
	position: relative;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
	width: 700px;
	margin: auto;
}
.header
{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: dotted 2px #ccc;
	text-align: center;
}

.main
{
	float: right;
	margin-left: 5px;
	width: 450px;
	text-align: left;
	
	
}
.sidebar
{ PADDING-RIGHT: 5px; 
	BORDER-TOP: #eee 0px dotted; 
	PADDING-LEFT: 5px; 
	BACKGROUND_old: #ccd3dd; 
	background:#f5f5f5;
	FLOAT: left; 
	WIDTH: 220px; 
	BORDER-BOTTOM: #eee 0px dotted; 
	TEXT-ALIGN: left; 
	background_old: #eee }



.footer
{
	width: 100%;
	text-align: left;
	font-size: 8pt;
	margin-top: 10px;
	padding-top: 5px;
	border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
	border-bottom: dotted 1px #ccc;
	margin-bottom: 9px;
}
.postDate
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color_old: #336699;
	color:#eee;
	background_old: #eee;
	background:#002157;
	padding-left:10px;
}
.postTitle
{
	font-weight: bold;
	font-size: 11pt;
	color_old: #c60;
	color:#f9941e;
	padding-top: 5px;
	padding-bottom: 10px;
}
.postTheme
{
	font-weight: bold;
	font-size: 11pt;
	color_old: #c60;
	color:black;
	padding-top: 5px;
	padding-bottom: 5px;
}
.postMessage
{
	padding-bottom: 5px;
	
}
.postFooter
{
	color: #a8a8a8;
	font-size: 7pt;
	font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
	border-bottom: dotted 1px #ccc;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.commentMessage
{
	font-size: 8pt;
	padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 0px 10px;
	border: 1px dashed #ccc;
	background-color: #fff;
}
.commentFooter
{
	color: #a8a8a8;
	font-size: 7pt;
	font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
	font-size: 7pt;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	margin: 0px 0 10px 0;
	color: #999;
	border-top_old: dotted 1px #ccc;
	border-top: dotted 0px red;
}
.sidebarText
{
	padding-bottom: 10px;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
	font-size: 7pt;
	margin-top: 10px;
	padding-bottom: 10px;
}
.profile A
{
	font-family: Arial, Verdana;
	text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
	font-size: 7pt;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}
.formsHeader
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 2px 2px 2px;
	color: #336699;
}
.formsError
{
	color: red;
	font-weight: bold;
}
.formsValid
{
	color: green;
	font-weight: bold;
}
.formsLabel
{
	font-size: 8pt;
	color: #888888;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	cursor: hand;
	border: solid 1px #808080;
	background: url(images/buttonback.gif) center;
	padding: 1px 1px 1px 1px;
}
.highlight
{
	color: #000000;
	background-color: #ffff66;
}

.etoile
{
	color: red;
}

/* -------------------------- */
/* Charte d'utilisation       */
/* -------------------------- */
.title 
{ 
	font-family: Verdana, sans-serif ; 
	FONT-WEIGHT: bold; 
	text-align:center; 
	font-size:14px; 
	color:"#186ed2"; 
	margin-bottom:2px
}

.charte 
{
	font-family: Verdana, sans-serif ; 
	text-align:justify; 
	font-size:11px;
}

.titlecharte 
{ 	
	font-family: Verdana, sans-serif ; 
	text-align:justify; 
	font-size:11px; 
	color:"#0000ff"; 
	margin-bottom:2px
}

.copyright 
{ 
	font-family: Verdana, sans-serif ; 
	text-align:center; 
	font-size:12px;
}

