/* importer dautres css */
@import url( "./form.css" );
@import url( "./table.css" );
@import url( "./balise.css" );
@import url( "./news.css" );

#popup
{
	position:absolute;
	height:0px;
	width:0px;
	left:0;
	top:0;
	filter:Alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

#popup2
{
	position:absolute;
	
	height:0px;
	width:0px;
	left:0;
	top:10%;
	margin:auto;
	background-color:transparent;
	border-color:1px solid green;
}


.popContent
{
	height:80%;
	width:60%;
	margin:auto;
	background-color:white;
	text-align:left;
	padding:5px;overflow:scroll;
}

.popTotal
{	position:fixed;
	margin:auto;
	text-align:center;
	height:100%;
	width:100%;
	
}

.rechercherNews{
	text-align:center;
	height:150px;
	margin-bottom:3px;
	background-image:url(../css_menu_lateral/img/news.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.rechercherNews h3{
	font-size:medium;
}

.formRech{
	border:2px solid white;
	background-color:#d66fa0;
}

.rechercher{
	text-align:center;
	margin-top:20px;
}

.resultat{
	margin-top:20px;
	padding:10px;
	border:2px solid silver;
}

.resultat legend{
	font-size:small;
}

.italic{
	font-style:italic;
}

.resultat a{
	font-weight:bold;
	color:#cd508c;
	margin:10px;
	text-decoration:underline;
}