@import url("menu.css");

body {
    background-color: #f2f2f2;
    font-family: Verdana, Arial;
    font-size: 10px;
	margin: 0;
	text-align: justify;
	color: #000057;
}

#container {
    margin: 0 auto;
    width: 1001px;
    background-color: #fff;
}

#preheader {
    background: url('images/i_haut_rond.gif') no-repeat;
    height: 11px;
}

#header {
    background: url('images/bg.gif') repeat-y;
}

.sectiongauche {
    float:left;
    width: 650px;
}

.sectiondroite {
    float:right;
    width: 213px;
}

.borduregrise {
    border-bottom: 1px solid #979696;
    margin: 0 0 10px 0;
    height: 1px;
}

.hautbox {
    background: url('images/h_b.gif') no-repeat;
    padding-top: 5px;
}

.basbox {
    background: url('images/b_b.gif') no-repeat;
    height: 5px;
}

.milieubox {
    background: url('images/m_b.gif') repeat-y;
    font-family: Tahoma, Verdana, Arial;
    color: #979696;
}

#menu {
    background: url('images/bg.gif') repeat-y;
    padding: 0 20px;
    height:30px;
}

#logo {
    background: url('images/bg.gif') repeat-y;
    padding: 0 14px;
}

#logo object {
    display: block;
}

#content {
    background: url('images/bg.gif') repeat-y;
    padding: 10px 20px;
}

#content_sec {
    background: url('images/bg.gif') repeat-y;
    padding: 10px 45px;
	 font-size: 110%;
}

#articles {
    border-top: 1px dashed #9e9d9d;
    margin: 0 auto;
    padding: 15px 0;
}

.article {
    float: left;
    width: 248px;
    padding: 0 34px;
}

.borderright {
    border-right: 1px solid #9e9d9d;
}

.barregrise {
    border-top: 1px solid #ccc;
}

.barrenoire {
    border-top: 22px solid #000;
}

#footer {
    clear:both;
    background: url('images/bas.gif') no-repeat;
    height: 60px;
    text-align: center;
    padding-top: 40px;
    color: #9e9d9d;
    background-color: #f2f2f2;
}

#footer a{
    color: #9e9d9d;
}

a:hover {
	color: #7b93c0;
	text-decoration: underline;
}
a {
    color: #aa0c0c;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}

.fontprint {
	font-size: 11px;
	color: #979696;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}  

.fontbleu12 {
	 font-size: 115%;
    color: #000057;
    font-family: Verdana, Arial;

}
.soustitre {
	font-size: 14px;
	color: #000057;
	font-weight: bold;
	background-color: #A4D7FB;
}
.soustitre2 {
	font-size: 13px;
	color: #000057;
	font-weight: bold;
}

h1 {
    font-size: 130%;
	color: #000057;
	font-weight: bold;
	background-color: #A4D7FB;
	padding: 0 4px;
	width: auto;
	display: inline;
}

form {
	margin: 5px auto;
	margin-top: 15px;
	text-align:left;
}

fieldset {
	border: 1px solid #BFBFBF;
	color: #000;
	margin-bottom: 10px;
}

legend {
	color: #000057;
	background: #fff;
	border: 1px solid #BFBFBF;
	padding: 2px 6px;
	font-weight:bold;
	margin-left: 20px;
}

label {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin: 3px;
	clear:both;
}

input, select, textarea {
    padding-left: 4px;
    color: #000057;
    border: 1px solid #BFBFBF;
    font-family: Verdana, Arial;
    font-size: 1.4em;
    margin: 3px;
}

.noborder {
    border: 0;
}