/***********/
/* PORTAIL */
/***********/

body{
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 10px;
}
h1{
	position: absolute;
	left: -999em;
}
#page{
	position: relative;
}

/*** Footer ***/

#footer{
	position: absolute;
	bottom: 0;
	left: 210px;
	height: 40px;
	color: #940004;
}
#footer a{
	font-weight: bold;
	color: #940004;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*** Page ***/

#page_haut{
	height: 15px;
	background: url('../img/page_haut.gif') top left no-repeat;
	width: 908px;
}
#page{
	background: url('../img/page_bg.gif') top left repeat-y;
	padding: 0 20px;
	width: 868px;
}
#page_bas{
	height: 15px;
	background: url('../img/page_bas.gif') top left no-repeat;
	width: 908px;
}

/*** Anim ***/

#anim{
	margin-left: 8px;
	height: 323px;
}
/*** Plančte Bordeaux ***/
#planete_bordeaux{
	background: url('../img/planete_bordeaux.jpg') top left no-repeat;
	padding-left: 10px;
	position: relative;
	min-height: 96px;
	height: auto !important;
	height: 96px;
}
#planete_bordeaux div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
#planete_bordeaux div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
#planete_bordeaux div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
#planete_bordeaux .bloc-lien{
	padding-left:0pt;
	width:425px;
	float:left;
	margin-top:70px;
}

/*** Colonnes ***/

#side_col{
	width: 181px;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

#main_col{
	float: left;
	width: 687px;
	padding-bottom: 50px;
}

/*** Blocs lien ***/
#sous_blocs .bloc-lien a{
	min-height: 192px;
	height: auto !important;
	height: 192px;
}