/* important toutes les balises sont onligee pour remplacer les balises de bases */
/* voir media/base_theme/stylesheet.css */

html { 
	margin : 0;
	padding : 0;
	text-align : center;
	background-color : #c2d5d9;
	background-image : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/fond_page.gif);
	background-repeat : repeat-x;
}

body { 
	margin : 0;
	padding : 0;
        background-color : #c2d5d9;
	text-align : center;
	margin-bottom : 1px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.3em;
	font-size : 12px;
	color : #003366;
	margin-top : 5px;
	padding : 0;
}



/*****************************************/
/***          balises de base          ***/
/*****************************************/
form {
  margin : 0;
  padding : 0;
}

a:link, a:visited {
	text-decoration : none;
	font-weight : normal;
}

a:hover {
	text-decoration : underline;
	font-weight : normal;
}

input.button {
	cursor : pointer;
}

p {
	margin-top : 0;
	margin-bottom : 5px;
}

img {
	border : 0 none;
}

.clear {
       clear : both;
       visibility : hidden;
}

h1 {
	color: #000000;
	font-size: 1.5em;
}

h2 {
	color: #ff9900;
	font-size: 1.3em;
}

h3 {
	color: #ff9900;
	font-size: 1.1em;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
}

input {
	border: 0px solid #89CACA;
}

input:hover, input:focus  {
	border: 0px solid #70cb70;
}

#main_area_middle input {
border: 1px solid #89CACA;
}
#main_area_middle input:hover, #main_area_middle input:focus  {
        border: 1px solid #70cb70;
}

select {
	color: #666666;
	border: 0px solid #89CACA;
	background: white;
}

select:hover, select:focus {
	border: 0px solid #70cb70
}


/* printer styles */ 
@media print { 
	/*hide the left column when printing*/ 
	#col_gauche {display : none;}
	#col_base {
		width : 100%;
		float : none;
	}
}

/*****************************************/
/***          body                     ***/
/*****************************************/
#page {
	width : 980px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 10px;
	padding-top: 0px;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/bas_page.jpg) 0 0 repeat-y;
	background-position : bottom;
	min-height  : 450px;
}

.tool_content {
	padding: 0px 0px 0px 0px;
}

div.avis {
	padding: 20px 10px 10px 10px;
/*	background-image: url(images/03_avis.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FDFDFD;
}

span.avis {
	padding-top: 20px;
}

div.anysection {
	padding: 0px 5px 0px 5px;
	color: #616756;
	text-align: left;
}

/* This is the warning message area ( Alerting the user to validation his account ASAP ) */
#warning_message_area {
	background-color: #CC0000;
	color: white;
	width: 80%;
	margin: 5px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

/* message pour les erreurs dans les form de login */
.errormsg {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

.warningmsg {
	font-weight: bold;
	color: orange;
}

.successmsg {
	font-weight: bold;
	color: #00CC00;
}

.msg {
	font-weight: bold;
	color: black;
}

.clearbr {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* The content container */
.content {
	border: 2px solid gray;
	width: auto;
}

/* que pour admin ??? */
.submit {
	border: 2px solid #daedd8;
}

.submit:hover {
	border: 2px solid #46a43a;
	background-color: #daedd8;
}

.submit_disabled {
	border: 2px solid #daedd8;
}

fieldset {
	margin: 5px 75px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #E9F6FF;
	border: 1px solid #B4DFFF;
}

fieldset legend {
	color: #37678A;
	font-size: 1em;
	font-weight: bold;
}

fieldset table {
	width: 100%;
	border-collapse: collapse;
}

fieldset tr.odd {
	background-color: #fff;
}

fieldset th {
	text-align: left;
}

fieldset .red {
	background-color: #CC0000;
}

.smaller {
	font-size: 80%;
}

/* ne pas afficher le choix du reseau */
select#auth_source {
	diplay: none;
}

/*****************************************/
/***          haut de la page          ***/
/*****************************************/
#page_header {
	position : relative;
  margin : 0;
  padding : 0;
        background-color: #0061bd;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/fond_top1.png) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 0px;
height: 77px;
	min-height : 77px;
border: 0px;
        white-space: nowrap;
}

#page_header a {
	color: red;
}


#page_header .welcome_msg {
  margin : 0;
  padding : 0;
}

#page_header .welcome_msg_inner {
  margin : 0;
  padding : 0;
	margin-top : 2px;
	font-size : 2em;
	color : #999;
	font-weight : bold;
	padding-top : 5px;
	white-space : nowrap;
}

#page_header .welcome_msg_inner span {
	overflow : hidden;
	height : 25px;
	position : relative;
  margin : 0;
  padding : 0;
	padding-left : 200px;
	padding-right : 10px;
	float : left;
	display : block;
	font-size : 0.7em;
	color : #FFFFFF;
}

#page_header .welcome_msg_inner em {
	overflow : hidden;
	position : relative;
  margin : 0;
  padding : 0;
	padding-right : 100px;
	float : left;
	font-size : 0.9em;
	display : block;
	color : #FFFFFF;
}

#page_header .user_ui_main_content h1 {
	clear : left;
  margin : 0;
  padding : 0;
	padding-left : 130px;
	padding-right : 30px;
	color : #d7d5d5;
	font-size : 1.4em;
}

/*****************************************/
/***        la page                    ***/
/*****************************************/
#page_body { 
	width : 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align : left;
	background-position : bottom;
	min-height  : 450px;
/*	float: none;*/
}
/*****************************************/
/***         colonne de gauche         ***/
/*****************************************/
#left_area {
	float : left;
	position: absolute; /* Necessary to work around IE6's stupidity */
	margin: 0px;
	padding: 0px;
	/*position : relative;*/
	width : 175px;
	height : 382px;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/fond_menu.png) 0 0 no-repeat;
	padding-left : 0px;
	color : #d7d5d5;
}

/*****************************************/
/***           gauche haut             ***/
/*****************************************/
#left_area #left_area_top {
	display : block;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png) 0 0 repeat;
	width : 155px;
	margin : 0;
	padding : 5px 5px 10px 5px;
	margin-top : 10px;
	position : relative;
	font-size : 12px;
	list-style : none;
	margin-left : 8px;
	color : #ff9900;
border: 0px;
}

#left_area #left_area_top a {
	color : white;
}

#left_area #left_area_top a:hover {
	color : #ff9900;
}

#left_area #left_area_top .language {
	color : #ff9900;
	/*test color : white;*/
	font-weight : bold;
	font-size : 14px;
	text-decoration : underline;
}

form.language select {
	margin-top : 4px;
}

form.language div {
}

#left_area #left_area_top .tool_user_info {
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png) 0 0 repeat;
	/*test color : white;*/
	color : #ff9900;
}
#left_area #left_area_top .tool_user_info a {
	display:block;
}

#left_area #left_area_top hr {
	size : 1px;
	width : 50%;
}

#login_link {
	color : white;
	font-size : 18px;
	text-decoration : underline;
}

a:hover#login_link {
	color : #ff9900;
	text-decoration : underline;
}

#preferences_link, #logout_link {
	color : white;
	font-size : 12px;
	text-decoration : none;
}

a:hover#preferences_link, a:hover#logout_link {
	color : #ff9900;
	text-decoration : none;
}

#left_area #left_area_top .user_ui_main_outer {
	display: block;
	color: #FF7800;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%; /* Will this fuck up in explorer? */
}

/*****************************************/
/***         gauche milieu             ***/
/*****************************************/
#left_area_middle {
        display: none;
}

#left_area_middle #login_form {
	display:block;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png) 0 0 repeat;
	width : 155px; 
	margin:0;
	padding:5px 5px 10px 5px;
	margin-top:50px;
	position : relative;
	font-size:12px;
	list-style:none;
	margin-left:8px;
	color: #fd9802;
}

#left_area_middle #login_form h1 {
	font-size : 12px;
	text-decoration : underline;
}

#left_area_middle #login_form a {
	line-height:12px;
	width:150px;
	display:block;
	text-align:right;
	/*padding:5px 2px 0px 5px;*/
	color: white;
	text-decoration: none;
text-transform: capitalize;
}

#left_area_middle #login_form a:hover{
	color:#ff9900;
	text-decoration:none;
}

#left_area_middle #login_form ul {
	list-style:none;
	margin:0;
	padding: 2px 0;
	color:#093c93;
}

#left_area_middle #login_form li {
	position:relative;
	background-image:url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png);
	list-style:none;
	margin:0;
	padding-top:2px;
	padding-bottom:5px;
	color:#093c93;
}

#left_area_middle #login_form li ul li {
	font-size:10px;
	padding:0;
	background-image: none;
}

#left_area_middle #login_form li ul li a{
	margin:0;
	padding:0;
	
}

#left_area_middle #login_form li ul li:hover, #left_area_middle #login_form li ul li a:hover{
	background-image:url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png);
}

/*****************************************/
/***           gauche bas              ***/
/*****************************************/
#left_area #left_area_bottom {
	display : block;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png) 0 0 repeat;
	width : 155px;
	margin : 0;
	padding : 5px 5px 10px 5px;
	margin-top : 10px;
	position : relative;
	font-size : 12px;
	list-style : none;
	margin-left: 8px;
	color : white;
border: 0px;

}

#left_area #left_area_bottom .user_ui_main_content {
	color : #ff9900;
	padding-left : 5px;
	padding-right : 5px;
        margin-right : 8px;
}

#left_area #left_area_bottom .user_ui_main_content a {
	line-height : 12px;
	width : 130px;
	display : block;
	text-align : right;
	/*background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png) 0 0 repeat;
padding : 5px 2px 0px 5px;*/
	color : white;
	text-decoration : none;
	text-transform : capitalize;
	margin : 0;
	margin-bottom : 0px;
}


#left_area #left_area_bottom .user_ui_main_content a:hover{
	color : #ff9900;
	text-decoration : none;

}

#left_area #left_area_bottom ul {
	list-style:none;
	margin:0;
	margin-bottom: 5px;
	margin-top:2px;
	padding: 0px 0;
	color:#093c93;
	background-image:url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png);
}

#left_area #left_area_bottom li {
	position:relative;
	list-style:none;
	margin:0;
	padding-top:2px;
	padding-bottom:3px;
color:#093c93;
}

#left_area #left_area_bottom li ul li {
	font-size:10px;
	padding:0;
	background-image: none;
}

#left_area #left_area_bottom li ul li a{
	margin:0;
	padding:0;
}

#left_area #left_area_bottom li ul li:hover, #left_area #left_area_bottom li ul li a:hover{
	background-image:url(http://www.lesorressansfil.com/templates/lesorressansfil/images/semi_trans.png);
}

/*****************************************/
/***         partie  principale        ***/
/*****************************************/

#main_area {
	float : right;
	position : relative;
	display : inline;
	width : 805px;
	min-height : 382px;
	background : url(http://www.lesorressansfil.com/templates/lesorressansfil/images/fond_base.png) 0 0 no-repeat;
border: 0px;
}

* html #main_area { /* Stupid IE hack */
	margin: 0px;
	padding: 0px;
}

#main_area h1 {
	/* background: url('images/bullet_box_arrow.gif') no-repeat; ??? */
	background-position: 2px 50%;
	padding-left: 24px;
}

#main_area select {
	background-color: #89CACA;
	text-decoration: none;
}

#main_area #main_area_top {
	float: left;
	margin: 0px;
	padding: 0px;
	background: transparent;
	width : 725px;
border: none;
	padding : 5px 5px 0px 5px;

}

/* The login form (including header) */
#main_area #main_area_top #login_form {
	float : left;
	width : 380px;
	text-align : center;
}

#main_area #main_area_top #login_form form {
	padding-left : 1em;
}

#main_area #main_area_top #login_form h1 {
	font-size : 2em;
	margin : 0px;
	padding : 5px;
}

/* The help text for the login form */
#main_area #main_area_top #login_help {
	clear: left;
	float : left;
	width : 360px;
	margin : 5px;
	padding : 5px;
	/*border : 1px solid #d7d5d5;*/
}

#main_area #main_area_top #login_help h1 {
	font-size : 2em;
	margin : 0px;
	padding : 5px;
}

#main_area #main_area_top #login_help ul {
	margin : 0px;
	padding : 0px;
	padding-top : 5px;
	padding-left : 5px;
	list-style: none;
}

.pretty_fieldset {
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
}

/* div : titre + photo publicitaire */
#main_area #main_area_top .Picture {
	position : absolute;
	top : 50px;
	left : 0px;
	margin : 0px 0px 0px 400px;
	padding : 5px 5px 5px 5px;
	width : 300px;
	/*height : 300px;*/
	border-width : 2px;
	border-style : solid;
	border-color : #003366;
}

#main_area #main_area_top .Picture .user_ui_title {
	text-align: justify;
}

#main_area #main_area_top .Picture .user_ui_title h1 {
	text-decoration : none;
	font-size : 1.2em;
	margin : 0px;
	padding : 0px;
	text-align: center;
}

#main_area #main_area_top .Picture table img {
	margin-left : 25px;
	margin-right : 25px;
}

/********** Content type section **********/ /* MainMenu */
#nav,#nav ul { /* all lists */
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1;
	/* WD specific */
	float: left;
	width: auto;
	background: white;
	font-weight: bold;
	border: solid #d7d5d5;
	border-width: 1px 0;
	z-index: 99;
}

#nav {
	/* WD specific, this must be after the #nav,#nav ul, it will apply only to the top menu items */
	background: none;
	margin: 0 0 0 0;
	border: none;
	clear: both;
	display: block;
	float: none;
}

#nav a { /* WD specific */
	display: block;
	width: 10em;
	w\idth: 6em;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	/* WD specific */
	padding: 0;
}

#nav>li { /* WD specific */
	border-left: 1px solid #d7d5d5;
	border-right: 1px solid #d7d5d5;
	border-bottom: 1px solid #d7d5d5;
}

#nav li li { /* WD specific */
	padding-right: 1em;
	width: 13em
}

#nav li ul a { /* WD specific */
	width: 13em;
	w\idth: 9em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14.4em;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	/* WD specific */
	height: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li:hover ul { /* WD specific */
	left: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul
	{
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover,#nav li.sfhover { /* WD specific */
	background: #f5f5f5;
}

/* je mets pas le menu pour les listes des bornes */
.node_lists {
	display: none;
}

#nav {
	/*display : none;*/
}

h1 {
	color : #ff9900;
}

fieldset {
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
}

#main_area #main_area_top iframe {
	margin : 0px;
	padding : 0px;
	border : none;
	width : 480px;
	height : 190px;
}

#main_area_middle {
	position: relative;
background: none;
	float: left;
	margin: 0px;
	padding: 5px;
	width: 80%;
}

#main_area_middle .pretty_fieldset {
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
	border: 2px solid #89CACA;
	background: transparent;
}

#main_area_middle .pretty_fieldset form {
	border: 0px solid #89CACA;
}

#main_area_bottom {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#main_area_middle #help {
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
}


/* le texte pour la page help */
div#help {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#help h2 {
	margin : 0px;
	padding: 0px;
}

#help p {
	margin : 0px;
	padding: 0px;
	margin-left: 5px;
}
	/* le texte pour la page faq */
div#faq {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#faq h2 {
	margin : 0px;
	padding: 0px;
}

/* le texte pour la page contact */
div#contact {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#contact form {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
}

div#contact h2 {
	margin : 0px;
	padding: 0px;
}

/* le texte pour la page links_page */
#main_area_middle #links_page {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

div#links_page h2 {
	margin : 0px;
	padding: 0px;
}


/* Divers */
/* This is the warning message area ( Alerting the user to validation his account ASAP ) */
#warning_message_area {
	background-color: #CC0000;
	color: white;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#page_header a {
	color : red;
}

/* Interaction elements (buttons mostly) are in this container.  Optional */
.admin_element_tools {
	border: 0px;
	margin: 0px;
}

div.admin_element_tools {
	display: inline;
}

/* The label of the admin element. Optional */
.admin_element_label {
	font-weight: bold;
}

div.admin_element_label {
	display: inline;
}

.admin_container ul {
	list-style:none;

}

/********** Google map section **********/
#hotspots_form_map {
	margin: 0px;
	padding: 0px;
	border: 0px solid #89CACA;
	font-size: 1em;
	font-weight: bold;
}

#map_title {
	background: transparent;
	border: 1px solid #B4DFFF;
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
	margin-top: 5px;
	padding: 5px;
	font-size: 14pt;
	color: #37678A;
	font-weight: bold;
}

#map_toolbox {
	display: inline;
	float: right;
}

#map_postalcode_overlay {
	position: absolute;
	display: none;
	z-index: 10;
	background-color: #E9F6FF;
	border: 1px solid #B4DFFF;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

#map_legend {
	background-color: #E9F6FF;
	border: 1px solid #B4DFFF;
	padding: 5px;
	font-size: 10pt;
	color: #37678A;
	vertical-align: middle;
}

#map_outer_hotspots_list {
	position: relative;
	width: 20%;
	height: 500px;
	background-color: #FFFFFF;
	overflow: auto;
	float: right;
}

#map_hotspots_list {
	padding: 10px;
}

#map_hotspots_list td img {
	display: none;
}

#map_frame {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 79%;
	height: 500px;
	font-size: 10pt;
}

/********** End Google map section **********/

.clearbr {
	clear: both;
}

/********** End Content type section **********/
.popup {
	background-color: white;
	border: solid darkblue;
	text-align: left
}

.link {
	color: blue;
	text-decoration: underline
}

#node_list {
	
}

#node_list table {
	background-color: #b1d5ba;
	border-collapse: collapse;
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
}

#node_list tr {
	background-color: #e1f5da;
	border: 1px solid;
}

#node_list tr.even {
	background-color: #e1f5da;
}

#node_list tr.odd {
	background-color: #b1d5ba;
}

#node_list td {
	margin: 0 0 0 0;
	text-align: center;
	color: #000000;
}

#node_list td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#node_list a {
	color: #000000;
}

#hotspot_status {
	
}

#hotspot_status table {
	background-color: #b1d5ba;
	border-collapse: collapse;
	margin : 5px 75px 5px 5px;
	padding : 5px 5px 5px 5px;
}

#hotspot_status tr {
	vertical-align: top;
	font-size: 10pt;
	font-family: Arial;
	background-color: #e1f5da;
	border: 1px solid;
}

#hotspot_status tr.even {
	background-color: #e1f5da;
}

#hotspot_status tr.odd {
	background-color: #b1d5ba;
}

#hotspot_status td {
	margin: 0 0 0 0;
	color: #000000;
}

#hotspot_status a {
	color: #000000;
}

#hotspot_log {
	margin: 1em;
}

#hotspot_log table {
	background-color: #b1d5ba;
	border-collapse: collapse;
}

#hotspot_log th {
	background-color: #e1f5da;
	border: 1px solid;
	text-align: left;
}

#hotspot_log tr {
	background-color: #ffffff;
	border: 1px solid;
}

#hotspot_log td {
	margin: 0 0 0 0;
	color: #000000;
}

#hotspot_log td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#hotspot_log a {
	color: #000000;
}

#user_stats {
	
}

#user_stats table {
	background-color: #b1d5ba;
	border-collapse: collapse;
}

#user_stats th {
	background-color: #e1f5da;
	border: 1px solid;
}

#user_stats tr {
	background-color: #ffffff;
	border: 1px solid;
}

#user_stats td {
	margin: 0 0 0 0;
	color: #000000;
}

#user_stats td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#user_stats a {
	color: #000000;
}

#std_table {
	
}

#std_table table {
	border: 1px solid gray;
}

#std_table th {
	font-size: 14pt;
	background-color: #e1f5da;
}

#std_table td.item {
	font-weight: bold;
}

iframe {
	margin : 0px;
	margin-left : 50px;
	padding : 0px;
	border : none;
}


/*****************************************/
/***         colonne de droite        ***/
/*****************************************/
#right_area {
	
}

#right_area_top {
	
}

#right_area_middle {
	
}

#right_area_bottom {
	
}


/*****************************************/
/***         page footer        ***/
/*****************************************/

#page_footer {
	clear : both;
	height : 4em;
	border-top : 1px dotted #ccc;
	margin-top : 15px;
	margin-left : 0px;
	width : 100%;
	text-align : center;
	font-size : .90em;
}

#page_footer .user_ui_main_content p {
	width : 100%;
	text-align : center;
}

#copyright {
	text-align : left;
	padding-right : 50px;
	text-align : center;
}

#validation {
	text-align : right;
	padding-right : 20px;
margin-left : 200px;
}

/* *** Float containers fix  : 
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix : after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	display : inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height : 1%;}
.clearfix {display : block;}
/* End hide from IE-mac */

