/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	/*background-color:#1D6DB2;*/
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(imgs/bg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}
#contenidor{
	width:900px;
	margin:10px auto;
	background-color:#FFFFFF;
}
#top{

}
#top_logo{
	width:209px;
	height:127px;
	float:left;
}
#top_texte{
	width:687px;
	height:119px;
	border-top:4px solid #C10100;
	border-right:4px solid #C10100;
	border-bottom:4px solid #C10100;
	float:left;
	/*background-color:#F0FFF0;*/
	background-image:url(imgs/fons_top.jpg);
}
#top_texte h1{
	font-size:22px;
	color:#000000;
	text-align:center;
	margin-top:10px;
}
#top_texte h2{
	font-size:20px;
	color:#C10100;
	text-align:center;
	margin-top:10px;
}
#menu_h{
	clear:both;
	overflow:visible;
	height:23px;
	padding-top:4px;
	padding-left:4px;
	padding-bottom:5px;
	/*border-left:1px solid #C10100;
	border-right:1px solid #C10100;*/
	border-bottom:1px solid #C10100;
	/*background-color:#F0FFF0;*/
	background-color:#F5F5F5;
}
#menu_h a{
	margin-left:10px;
	font-size:14px;
	padding-right:8px;
	color:#0000FF;
	text-decoration:underline;
}
#temp{
	clear:both;
	width:100%;
}
#temp div.recuadre{
	width:438px;
	overflow:auto;
	height:auto;
	border:1px dotted #C10100;
	margin:20px auto;
	padding:10px;
}
#cont_centre{
	clear:both;
	overflow:auto;
	background-color:#FFFFFF;
}
#centre_menu_v{
	width:250px;
	float:left;
	height:auto;
	padding-top:2px;
}
#centre_menu_v a{
	display:block;
	margin-top:3px;
	padding:2px;
	border:1px solid #C10100;
	border-top:2px solid #C10100;
	text-decoration:none;
	font-size:14px;
	color:#000000;
	background-color:#F5F5F5;

	/*font-weight:bold;*/
}

#centre_contingut{
	width:634px;
	float:left;
	overflow:auto;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding:8px;
	padding-top:2px;
}
#centre_contingut h1{
	font-size:17px;
	color:#228B22;
	background-image:url(imgs/bg_h1.jpg);
	background-position:top;
	background-repeat:repeat-y;
	/*background-color:#F0FFF0;*/
	text-align:center;
	/*background-color:#F5F5F5;*/
	margin-bottom:5px;
}
.ae_plus{
	margin-top:8px;
	/*background-color:#F5F5F5;*/
}
.ae_plus h2{
	font-size:15px;
	color:#FFFFFF;
	background-color:#C10100;
	text-align:center;
	font-weight:bold;
	/*border-top:1px solid #000000;*/
	margin-bottom:2px;
}
.ae_plus img{
	float:left;
	padding-bottom:4px;
	/*width:90px;*/
}
.ae_plus p{
	float:right;
	/*width:522px;*/
	width:480px;
	font-size:15px;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	padding-top:3px;
}
.ae_plus_peu{
	clear:both;
	/*border-bottom:1px solid #000000;*/
	padding-bottom:2px;
	text-align:center;
}
.ae_plus_peu span{
	font-size:13px;
	margin-right:10px;
	font-weight:bold;
}
.ae_gratis{
	margin-top:8px;
}
.ae_gratis h2{
	font-weight:normal;
	font-size:15px;
	text-align:center;
	color:#C10100;
	border-top:1px dotted #000000;
	margin-bottom:2px;
}
.ae_gratis p{
	font-size:15px;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}
.ae_gratis_peu{
	/*border-bottom:1px solid #CCCCCC;*/
	padding-top:8px;
	padding-bottom:2px;
	text-align:center;
}
.ae_gratis_peu span{
	font-size:15px;
	margin-right:20px;
}
.subcat{
	font-size:12px;
	color:#0000FF;
}
#peu_pag{
	clear:both;
	height:auto;
	border-top:1px solid #C10100;
	border-bottom:1px solid #C10100;
	padding-bottom:2px;
}
#publi_1 a{
	display:block;
	margin-bottom:5px;
}
