/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #081C30;
	line-height: 18px;
	background-image: url(../fra/ima/background.gif);
	background-repeat: repeat-x;
}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #264C73;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #264C73;
	}
a:hover { 
	text-decoration: underline; 
	color: #000000;
	}
	

#BlockSecond {
	border: 1px dashed #ACBDCE;
	background-color: #E7EFF4;
	margin: 10px;
	width: 190px;
	color: #3B5E89;
}

#Content {
	border: 1px dashed #ACBDCE;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#Container {
	background-repeat: no-repeat;
	background-color: #F7F9FB;
	background-image: url(../fra/ima/back-bottom.gif);
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ACBDCE;
	border-bottom-color: #ACBDCE;
	border-left-color: #ACBDCE;
	text-align: left;
}

#layout {
	width: 967px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(../fra/ima/back_container.gif);
	height: 100%;
}


#footer {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}


strong {
	color: #666666;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FFFFEC;
}

.titre {
	color: #003366;
	font-weight: bolder;
}

.SousTitreTexte {
	font-size: 12px;
	font-weight: bolder;
	color: #196FC4;
}
#Separation {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7A96B1;
	margin-bottom: 15px;
}

.Separation{
	border-color: #ACBDCE;
	border-style: dotted;
	border-left: none;
	border-top: none;
	border-bottom: 1px;
	border-right: none;
	padding-left: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#titre {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7A96B1;
	background-image: url(../fra/ima/bullet-titre.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding-left: 25px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
#BorderImg {
	border: 2px solid #AAC8D9;
}
