/* CSS Document */
/**************************************************************/
/**															 **/
/**         Styles CSS page "PLAN" ActivFSE.com              **/
/** 			  TAILLE DE POLICE : SMALL					 **/
/**															 **/
/**************************************************************/

/*-------- CONTENEURS -------*/

*
{
	padding:0;
	margin:0;
}

html
{
	padding:0;
	background-image:url(../img/bg_page.png);
	margin-bottom:25px;
}

#main
{
	width:978px;
	background:url(../img/bg_main.png) repeat-y top center;
	margin:0 auto;
	padding:0;
	padding-bottom:50px;
}

#middle
{
	margin-top:40px;
	padding-left:70px;
}

#footer
{
	width:978px;
	height:15px;
	margin: 0 auto;
	background:url(../img/bg_footer.png) no-repeat top center;
}

#footer p
{
	padding-top:20px;
	text-align:center;
	font-family:Verdana;
	font-size:0.8em;
	color:#777777;
}

#footer p a
{
	font-family:Verdana;
	font-size:1em;
	color:#777777;
	text-decoration:none;
}

#footer p a:hover
{
	text-decoration:underline;
}

/*-------- LINKS TOP -------*/

#change_style
{
	float:right;
	text-align:right;
	padding:5px 70px 0 0;
	font-family:Verdana;
	font-size:1em;
}

#change_style a.style_small, a.style_small:active, a.style_small:visited, a.style_small:hover
{
	padding-left:15px;
	font-weight:normal;
	color:#006699;
	text-decoration:none;
	font-size:1em;
}

#change_style a.style_big, a.style_big:active, a.style_big:visited, a.style_big:hover
{
	font-weight:normal;
	color:#006699;
	text-decoration:none;
	font-size:1.5em;
}

#links_top
{
	text-align:right;
	padding:10px 70px 0 0;
	color:#777777;
	font-family:Verdana;
	font-size:0.8em;
}


#links_top a, a:active, a:visited
{
	color:#777777;
	text-decoration:underline;
}

#links_top a:hover
{
	text-decoration:none;
}

/*-------- LOGO ------------*/

#logo
{
	margin-left:70px;
	margin-top:30px;
	margin-bottom:0;
	border:0;
}

hr
{
	color:#FFFFFF;
	border:0;
	margin-left:40px;
	width:300px;
	clear:both;
}

/*-------- CHANGE STYLE ----*/

#acces_adherents
{
	float:right;
	text-align:right;
	width:250px;
	margin:10px 70px 0 0;
}

#acces_adherents p
{
	text-align:left;
	background-color:#EBEBFF;
	border:1px dashed #777777;
	padding:5px 15px;
}

#acces_adherents a, #acces_adherents a:visited, #acces_adherents a:active
{
	display:block;
	color:#777777;
	background:url(../img/puce_webactivfse.png) no-repeat center left;
	text-indent:20px;
	font-size:0.9em;
	font-family:Verdana;
	margin:5px 0;
	text-decoration:underline
}

#acces_adherents a:hover
{
	text-decoration:none;
}

#lien_zoom
{
	display:block;
	font-family:Verdana;
	font-size:0.8em;
	color:#777777;
	text-decoration:none;
	line-height:24px;
	background:#FFFFFF url(../img/zoom_out.png) no-repeat top left;
	text-indent:26px;
}

/*-------- COLONNES -------*/

ol
{
	position:relative;
	display:block;
	width:100%;
	list-style:none;
}

#formulaire
{
	margin-top:30px;
	padding-left:20px;
}


/*-------- TEXTES ---------*/

h1
{
	text-align:center;
	font-family:Trebuchet MS;
	font-size:1.5em;
	color:#006699;
	margin:10px 0;
}

.h1_left
{
	text-align:left;
}

.h1_grey
{
	color:#555555;
	font-style:italic;
}

h2
{
	text-align:left;
	padding-left:10px;
	margin:10px 0;
	color:#777777;
	display:list-item;
	list-style-position:inside;
	list-style-type:disc;
}

h2.accessibilite
{
	display:block;
	text-align:left;
	padding-left:20px;
	margin:40px 0 20px 0;
	color:#777777;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:1.3em;
}

h2.mentions
{
	display:block;
	text-align:left;
	padding-left:20px;
	margin:20px 0 10px 0;
	color:#777777;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:1em;
}

h2 a:link, h2 a:active, h2 a:visited
{
	font-family:Verdana;
	font-size:0.8em;
	text-decoration:none;
	color:#777777;

}

h2 a:hover
{
	color:#006699;
}

h3
{
	text-align:left;
	padding-left:25px;
	margin-top:10px;
	color:#777777;
}

h3 a:link, h3 a:active, h3 a:visited
{
	font-family:Verdana;
	font-size:0.9em;
	text-decoration:none;
	color:#777777;
	font-style:italic;

}

h3 a:hover
{
	color:#006699;
}

#txt_main p
{
	font-family:Verdana;
	font-size:1em;
	color:#555555;
	padding-left:20px;
	margin-right:70px;
	text-align:left;
}

#txt_main p.p_mentions
{
	font-family:Verdana;
	font-size:0.9em;
	color:#555555;
	padding-left:20px;
	margin-right:70px;
	text-align:left;
}

#txt_main p.top, #middle p.top, #main p.top
{
	text-align:right;
	margin-right:70px;
}

#txt_main p.p_err
{
	margin-left:40px;
	color:#FF0000;
	font-weight:bold;
	background:url(../img/btn_err.png) center left no-repeat;
	padding-left:30px;
}

#txt_main p.p_ok
{
	margin-left:40px;	
	color:#4CAE07;
	font-weight:bold;
	background:url(../img/btn_ok.png) center left no-repeat;
	padding-left:30px;
}

.top a
{
	font-family:Verdana;
	font-size:0.9em;
	color:#777777;
	text-decoration:underline;
}

#txt_main img
{
	padding-left:20px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:70px;
	border:0;
	float:right;
}

#formulaire p
{
	margin:5px 0;
}

#formulaire p label
{
	display:block;
	width:230px;
	float:left;
	font-family:Verdana;
	font-size:1.1em;
	font-weight:normal;
	color:#777777;
}

#formulaire p label.lbl_err
{
	color:#FF0000;
	font-weight:bold;
}

.champ_out
{
	border:1px solid #BBBBBB;
	background-color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	color:#006699;
	font-size:1em;
}

.champ_in
{
	border:1px solid #BBBBBB;
	background-color:#EBEBFF;
	font-family:Arial;
	font-weight:bold;
	color:#006699;
	font-size:1em;
}

.btn_submit
{
	width:200px;
	border:1px solid #777777;
	background-color:#EEEEEE;
	color:#006699;
	font-weight:bold;
	font-family:Trebuchet MS;
	cursor:pointer;
	font-size:1.1em;

}

textarea
{
	font-family:Arial;
	font-weight:bold;
	color:#006699;
	font-size:1.1em;
}

.facultatif
{
	color:#777777;
	font-style:normal;
	font-size:0.9em;
}

ol li
{
	width:31%;
	float:left;
	border:1px solid #FFFFFF;
	padding-bottom:10px;
	background:#EBEBFF;
}

ol li p
{
	padding:10px;
	margin-bottom:20px;
	font-family:Verdana;
	font-size:1em;
}

ol li ul
{
	margin-left:25px;
	list-style:none;
	padding-bottom:20px;
}

ol li ul li
{
	float:none;
	width:100%;
	border:0;
	padding:0;
	background:#EBEBFF;
}

ol li ul a:link, ol li ul a:active, ol li ul a:visited
{
	font-family:Verdana;
	font-size:1em;
	text-decoration:none;
	color:#777777;
}

ol li ul a:hover
{
	color:#555555;
	text-decoration:underline;
}

acronym
{
	cursor:help;
	border-bottom:1px dashed #777777;
}
