@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.twoColElsLt #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #fff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 794px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background-color: #FFFFFF;*/
	background-image: url(../images/back_1.jpg);
	background-repeat: no-repeat;
} 

.twoColElsLt #sidebar1 {
	float: left;
	width: 190px; /* top and bottom padding create visual space within this div */
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 550px;
	top: 215px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar1 #required ul,#sidebar1 #archive ul  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar1  #required  ul li {
	margin: 0 0 0 0px;
}

#sidebar1 #archive ul li {
	margin:0;
	padding:0;
}

#sidebar1 #required ul a {
	display: block;
	width: 130px;
	padding-left: 0px;
	color: #333;
	text-decoration: none;
	line-height: 35px;
	margin: 0px;
}

#sidebar1 #archive ul a {
	display: block;
	width: 130px;
	padding-left: 0px;
	font-size: 80%;
	color: #CCC;
	text-decoration: none;
	line-height: 35px;
	text-align: right;
}

#sidebar1 #archive ul a:hover {
	font-size: 80%;
	width: 120px;
	/*color: #FFF;*/
	}

#sidebar1 #archive ul a.current {
	background-position: bottom left;
	cursor: default;
	width: 130px;
	/*color: #FFF;*/
}
.twoColElsLt #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 282px;
	font-family: CantarellRegular ,Verdana, Geneva, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #7a7171;
} 

.twoColElsLt #mainContent ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(../images/arrow.png);
}

.twoColElsLt #mainContent a {
	color: #039;	
}

.twoColElsLt #mainContent a:hover {
	color: #900;
}

.twoColElsLt #mainContent a.curent {
	color: #900;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: -10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.compagy {
	font-size: 60%;
	font-weight: normal;
	/*color: #CCC;*/
	line-height: normal;
}

.htmlV {
	font-size: 60%;
	font-weight: normal;
}

.htmlV a {
	color: #666;
}

.htmlV a:hover {
	color: #000;
}

.imgleft {
 float: left;
 margin-right: 5px;
}

.imgright {
	float: right;
	margin-top: 1px;
	margin-right: -10px;
}

.imgright2 {
	float: right;
	margin-top: 4px;
	margin-right: -10px;
}

h1 {
	padding-top: 5px;
}
.titre {
	width: 300px;
	padding-top: 20px;
	padding-left: 0;
	text-align: left;
	margin-left: 0;
}

.titreGI {
	font-size: 85%;
	font-style: italic;
	font-weight: bold;	
}

.bleu {
	color: #7d93a4;
}

.bleuP {
	color: #009;
}

h3 {
	color: #7d93a4;
	font-weight: bold;
	font-size: 115%;
	}
	
.bleuG {
	color: #7d93a4;
	font-weight: bold;
	font-size: 125%;
}
.bleuG12 {
	color: #7d93a4;
	font-weight: bold;
	font-size: 100%;
}

.rouge {
	color: #F00;
}

.rougeG {
	color: #F00;
	font-weight: bold;
}

.rougeS {
	color: #F00;
	font-weight: bold;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
