@import 'cadre000.css';
@import 'header00.css';
@import 'right_co.css';
@import 'left_col.css';
@import 'main_col.css';
@import 'menu0000.css';
@import 'connexio.css';
@import 'buttons0.css';
@import 'form0000.css';

body {
	margin : 1em 0 0;
	background : white /*url('images/body_bk.jpg') left repeat-y*/;
	font-family: Optima, "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size : 12px;
}

div#conteneur {
	overflow : hidden;
	width : 100%;
	background : white url('conteneu.gif') /*10px bottom  no-repeat*/ left repeat-y;
	padding : 0;
}

a img {
	border : 0;
}

div.colonne_droite {
	background : transparent url('colonne_.gif') right repeat-y;
	margin-right : -10px;
}
div.deux_colonne {
	background : transparent url('famille0.jpg') right bottom no-repeat;
	min-height : 330px;
	padding : 0;
	padding-bottom : 1em;
	margin-top : -1px;
	border-top : 1px solid #367193;
	position : relative;
}

div#main_col div.deux_colonne h2{
	background : none;
	text-align : left;
}

/* pied de page */
div#footer {
	/*margin-top : 1em;*/
	clear : both;
	text-align : center;
	font-size : smaller;
	color : White;
	background-color  : #043764;
	width : 730px;
	margin : 0 auto;
}

div#footer a {
	color : White;
}

.error {
	background: #fff6bf url(exclamat.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
#fixme {
	position: fixed; bottom: 10px; /*right: 10px;*/
	left : 50%;
	margin-left : -210px;
	text-align : center;
}