/* CSS Document */

#conteneur_presentation {
	position:relative;
	float:left;
	left:-40px;
	top:0px;
	width:450px;
	height:auto;
	
	text-align:justify;
}

	#text_presentation {
		position:relative;
		float:left;
		font-weight:bold;
		left:0px;
		top:0px;
	}
	
	#conteneur_moteur_recherche_intro {
		position:relative;
		float:left;
		bottom:0px;
		top:0px;
		width:450px;
		height:190px;
		font-size:14px;
		text-align:justify;
		color : #ff9614;
	}
	
		#text_moteur {
			position:absolute;
			float:left;
			left:37px;
			top:0px;
			width:373px;
			height:190px;
			text-align:justify;
			font-weight:bold;
		}
		
		#handicap {
			position:absolute;
			float:left;
			left:32px;
			top:40px;
			width:114px;
			text-align:center;
			color : #ff9614;
			font-weight:bold;
		}
		
		#techno {
			position:absolute;
			float:left;
			left:150px;
			top:40px;
			width:161px;
			text-align:center;
			color : #ff9614;
			font-weight:bold;
		}
		
		#key_word {
			position:relative;
			float:left;
			left:310px;
			top:40px;
			width:113px;
			text-align:center;
			color : #ff9614;
			font-weight:bold;
		}
	
	
	
	
	

#conteneur_actu {
	position:relative;
	float:left;
	left:-30px;
	top:0px;
	width:250px;
	height:330px;

}

	#bande_separation_actu {
		position:relative;
		float:left;
		left:0px;
		top:20px;
		width:1px;
		height:310px;
		background-color : #ff9614;
	}
	
	#icone_actu {
		position:relative;
		float:left;
		left:20px;
		top:0px;
		width:39px;
		height:40px;
		background-image : url(../images/charte/actu_accueil/icone_actu.gif);
		background-repeat:no-repeat;
	}

	#titre_actu {
		position:relative;
		float:left;
		font-weight:bold;
		left:30px;
		top:20px;
		width:100px;
		height:40px;
		color : #ff9614;
	}
	
	#actus {
		position:absolute;
		float:left;
		font-weight:bold;
		left:50px;
		top:50px;
		width:200px;
		height:270px;
		color : #ff9614;
	}


span.content {
	position: absolute;
	top: 400px;
	left: 84px;
	width: 520px;
	height: 166px;
}
	
span.presentation {
	position: absolute;
	top: 220px;
	left: 90px;
	width: 520px;
	height: 139px;
}
.intro_title {
	color:#FF9614;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

.intro_text {
	color:#666666;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.intro_text_small {
	color:#666666;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
}

a.blue {
	color: #2B6FCB;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 1.03em;
}
	
a.blue:hover {
	text-decoration: underline;
}

a {
	color: #666666;
}