

@import url("sections.css");
@import url("blog.css");


body {
	background: url(../img/bg.gif) #fff top right;
	color: #222;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}

h1 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #3C738D;
}

img {
	border: 0px;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #75d0e7;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}

ul {
	list-style: disc url(../img/bullet.gif);
}


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* highlights */

.highlight {
	background: #fff000;
	padding: 1px;
	color: #222;
}
form {
	margin: .5em 2em;
}

input, select, textarea {
	margin-left: 0.5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #5C94AD;
}

fieldset br {
	display: none;
}

legend {
	font-weight: bold;
	color: #3A728C;
	padding: .2em .5em;
	border: 1px solid #5C94AD;
}

fieldset div {
	clear: both;
	margin: .1em 0;
	position: relative;
}
fieldset div span {
	display: none;
}
fieldset div:hover span {
	font-size: 85%;
	color: #c96;
	background-color: #faf0e6;
	margin-left: 20em;
	padding: .1em .5em .3em;
	border: 1px solid #c96;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}
* html fieldset div span {
	font-size: 85%;
	color: #c96;
	margin-left: 16em;
	padding: .3em;
	border-left: 1px solid #c96;
	display: block;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 19em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 10em;
	width: auto;
	float: none;
}

.bold p{
	font-size: 10px;
	font-weight: bold;
	margin: 1px;
}

.mandat {
	color: #3A728C;
}
.mandat:after {
	content: "*";
}

.buttons {
	text-align: center;
}

.removed {
	display: none !important;
}

legend.upper {
	text-transform: uppercase;	
}
