/* Canclaux CSS - D.M. 30/04/2003 */

body {
	background-color: White;
	color: Black;
}

table {
	border: 2px dotted #E6E6FA;
}
/* !IE */
body>table {
/*	border: 2px outset #E6E6FA; */
}

/* colonne principale*/
td.corps {
	padding: 10px 10px 10px 10px;
}

h1.titre {
	font-family: arial, helvetica, sans-serif;
	font-size: 36pt;
	font-weight: normal;
}

h1.titre a:link, h1.titre a:visited {
	background-color: transparent;
	color: #339966;
	text-decoration: none;	
}

h1.titre a:hover {
	text-decoration: underline;
}

h1.titre a:active {
	background-color: #F4F4FD;
	color: #228B22;
}


h2.adate {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	line-height: 24pt;
	margin-bottom: 0px;
}

.post {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 3em;
}

.post span[title] {
	border-bottom: 1px dashed Silver;
}

a:link {
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #0000CD;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	background-color: #F4F4FD;
	color: #0000CD;
}

a.eng {
	background-color: transparent;
	color: #F02050;
}

a.eng:visited {
	background-color: transparent;
	color: #CC0000;
	text-decoration: underline;
}

a.eng:active {
	background-color: #F4F4FD;
	color: #CC0000;
}

.rss\:item a[title]:after {
	content: "\0000a0*";
	color : purple;
	background : transparent;
}

del {
	text-decoration : line-through;
}

.sign {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	margin: 0.3em 0 1em 3.2em;
}

.sign a, .sign a:visited {
	background-color: transparent;
	color: Blue;
	text-decoration: none;
}

/* colonne liens */
td.liens {
	padding: 4px 2px 4px 2px;
	text-align: center;
}

div.marge {
	display: block;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	margin-left: 8px;
	margin-right: 8px;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

div.marge a, div.marge .spacer {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

div.marge .spacer img {
	padding-top: 3px;
}

div.marge a {
	background-color: transparent;
	color: #009E38;
}

div.marge a.nobl:hover{
	background-color: transparent;
	color: inherit;
}

div.marge a:visited {
	background-color: transparent;
	color: Olive;
}

div.marge a:hover {
	background-color: #FFFFFF;
	color: Green;
}

div.marge img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

label {
	font-size: smaller;
}

input {
	background-color: #F4F4FD;
	color: Olive;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

hr {
	background-color: transparent;
	color: White;
	width: 100%;
}

.soustitre {
	background-color: transparent;
	color: Gray;
}

/* autres éléments */
#basdepage {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 10px;
}

.except {
	border: 1px dashed #FF9900;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 16px;
	padding: 12px;
}