/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#langue {
	position: absolute;
	top: 195px;
	width: 220px;
	left: 150px;
}

#recherche {
	position: absolute;
	top: 195px;
	right: 160px;
} 

#recherche .bouton{
position:relative; top:5px;
} 
#recherche .champs{
height:17px; width:160px;
}
input {
	border: 1px solid #333333;
}
select {
	background-color: #FFFFFF;
	width: 180px;
	color: #999999;
	border: 1px solid #CCCCCC;
}
#langue input {
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#header {
	background-repeat: no-repeat;
	text-align: center;
	height: 194px;
}
#middle {
	background-repeat: no-repeat;
	width: 900px;
	background-position: center top;
	float: left;
}
h1 {
	text-align:right;
	color: #fb543c;
}

#navigation {
	
	width: 220px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
#navigation ul {
	margin-top: 90px;
	margin-left: 30px;
	
}

#navigation a {
	display: block;
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: left top;
	line-height: 30px;
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ed3413;
}

a.linkon {
color:#333333!important;
}


#navigation a:hover {
	color:#333333;

}

#navigation .smenu {
margin:0;
padding:0;
margin-left:20px;
margin-bottom:10px;
}

#navigation .smenu a {
background-image: url(../IMG/sbtn1.gif);
line-height: 12px;
text-indent: 20px;
font-size:11px;
}

#navigation .smenu a:hover {
background-image: url(../IMG/sbtn1Hover.gif);
}

a.slinkon {
background-image: url(../IMG/sbtn1Hover.gif);
}


#content {
	float: right;
	padding-top: 0px;
	padding-right: 180px;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 480px;
	text-align: justify;
	margin-top: 55px;
}
#content ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content li {
	list-style-type: disc;
}
#content h1 {
	margin-top: 33px;
	margin-bottom: 10px;
	font-size: 20px;
}
#content h2, #content h3, #content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a {
	font-weight: bold;
	color: #ee4121;
	text-decoration: underline;
}
#content a:hover {
	color:#a96355;
	text-decoration: none;
}

.btn_retour {
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
}
.btn_retour a {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #f1674d;
	text-decoration: none!important;
}

.btn_retour a:hover {
	color: #6370cc;
}

.suite_article {
text-align:left;
}

.suite_article a {
	font-weight: bold;
	color: #f1674d;
	font-variant: small-caps;
	text-indent: 15px;
	font-size: 15px;
}
.suite_article a:hover{
	color: #6370cc;
	text-decoration: none;
}

.bordure_img {
	border: 1px solid #666666;
}

.alpha:hover {
	 opacity : 0.6;
    filter : alpha(opacity=60);
	 -moz-opacity : 0.6!important;
}
#bottom {
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	text-align: center;
	line-height: 82px;
	font-size: 15px;
	color: #0033CC;  
	
}
#bottom a {
	color: #ee4121;
	text-decoration: underline;
}

#bottom a:hover {
	text-decoration: none;
}

a img  {
border:none;
}

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

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

.sousTitre1 {
	font-size: 15px;
	font-weight: bold;
}

.sousTitre2 {
	font-size: 13px;
	font-weight: bold;
}

.petitCaractere {
	font-size: 10px;
}

.couleur1 {
	color: #5a66dc;
}

.couleur2 {
	color: #f86659;
}
