@import "style0.css";

@import "style1.css";

@import "sondages.css";

@import "style_home.css";

@import "style_information.css";

@import "style_detail_evenement.css";

@import "style_liste_evenements.css";

@import "profile.css";

/*
@import "style_recrutement.css";

@import "style_actualite.css";

@import "style_detail_evenement.css";

@import "style_liste_evenements.css";
*/

*
{
	margin: 0;
	padding: 0;
}


a { color: #7CA3CA;}
a:hover { color: #425d72;}
a:visited { color: #b790b3;}

/* Non interprété par IE */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Pour IE seulement */
.clearfix
{
	_height: 1%;
}

#logo
{
	background-image: url(../css_imgs/asvoyages_logo.gif);
	background-repeat: no-repeat;
	background-position: 60px top;
	position: absolute;
	/*top: 0;
	left: 0;
	border: 0 padding :   0;
	margin: 0;*/
	height: 90px;
	width: 260px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-top: 15px;
}

/* style des boutons */
#button_container
{
	text-align: center;
	width: 164px;
}


#date { display: none;}

.button
{
	/*padding-left: 13px;
	padding-right: 13px;*/
	height: 26px;
	width: 100%;
	margin-bottom:5px;
}

.button .buttonleft
{
	/*margin-right: 13px;*/
	background-image:url(../../images/selectour/commun/boutons/bouton_left.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 26px;
	position: relative;
	float: left;
}

.button .buttonright
{
	background-image:url(../../images/selectour/commun/boutons/bouton_right.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 26px;
	position: relative;
	float: left;
	/*margin-left: -13px;*/
}

.button .buttonlabel
{
	padding-bottom: auto;
	padding-top: 5px;
	height: 26px;
	text-align: center;
	background-image:url(../../images/selectour/commun/boutons/bouton_background.gif);
	background-repeat: repeat-x;
	color: #004685;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 138px;
	/*right: 13px;*/
	position: relative;
	float: left;
}

.button .buttonlabel a
{
	color: #004685;
	text-decoration: none;
}

/* redefinition de l'encadrement de bloc */
.encadrement
{
	width: 682px;
	border-top: 1px solid #858d95;
	border-bottom: 1px solid #858d95;
	margin-top: 12px;
	margin-bottom: 20px;
	padding-top: -40px;
	float: left;
	clear: both;
	overflow: hidden;
}

.encadrement .contenu
{
	vertical-align: middle;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	/*border-bottom: 1px solid;*/
	height: auto;
	margin-bottom: 0px;
	overflow: none;
	padding-bottom:20px;
}

.encadrement.pubHome { background: #fefefe; width: 680px; height: auto; border: 1px solid #eee;}
.encadrement.pubHome .contenu { margin-top: 10px;}
#contenu_centre { float: left; clear: both; width: 682px}
.chapeau { float: left; clear: both; width: 600px;}
.portlet_container { float: left;}


#results p
{
	margin: 0;
}

.score
{
	float: right;
}

#results .label a
{
	font-weight: bold;
}

.searchbar
{
	text-align: center;
	margin-bottom: 0;
}

/* Alertes */
#disposrv
{
	width: 175px;
	display: none;
	margin-top: 8px;
	margin-left: 67px;
	height: 45px;
}

/* extrait de style_actualite.css */
.contenu .ligne
{
	padding: 5px 0 5px 0;
}

.contenu .ligne img, .archive img { width: auto; height: auto; margin-right: 3px; }

.contenu .ligne a
{
	color: #000000;
	font-weight: bold;
}
/*  fin extrait de style_actualite.css */

.listepuce
{
	padding-left:14px;	
	background-image: url(../../images/selectour/commun/fleche_rouge.gif);
	background-repeat: no-repeat;
	background-position:center left;
}

.imgSSO { margin-left: 34px; margin-bottom: 1px; -margin-bottom: 2px;}
.imgSSO img { border: 0;}

#passwordConfirmation, #password{
	display:none;
}