@charset "UTF-8";
/* CSS Document */
.oneColFixCtrHdr {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
}
#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:945px;
}
#header {
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e5296;
}
#menu {
	position:relative;
	width:100%;
	font-weight:bold;
	height:20px;
	top:56px;
}
#baseline {
	text-align:left;
	font-weight:bold;
	font-size: 2em;
	padding:5px;
	color:#3e5296;
}
#baseline a {
	color:#000;
}
#mainContent {
	background-color:#f3f3f3;
	text-align:justify;
	padding-bottom:10px;
}
#mainContent form {
	position:relative;
	left:50px;
	width:450px;
}
#mainContent input {
	width:250px;
	float:right;
}
#mainContent textarea {
	width:250px;
	float:right;
}
#missions {
	text-align:left;
	background-image:url(img/h3.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#footer {
	color:#3e5296;
	padding:20px 0px;
}
#footer a {
	color:#3e5296;
}
h1 {
	text-align:center;
	color:#FFF;
	background-image:url(img/h1.jpg);
	background-repeat:no-repeat;
	font-weight:normal;
	font-size: 22px;
	line-height:28px;
	padding:5px;
}
h2 {
	color:#ad0c22;
	font-size: 22px;
	padding: 5px 20px;
}
h3 {
	text-align:center;
	color:#FFF;
}
p {
	padding: 5px 20px;
	color:#505050;
}
a {
	text-decoration:none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rougeacap {
	color:#ad0c22;
}
.bleuacap {
	color:#3e5296;
}
.col {
	float:left;
}
.col50 {
	float:left;
	width:50%;
}
.col25 {
	float:left;
	width:25%;
}
.col25 img {
	margin:0px 10px 10px 10px;
}
.col50 img {
	padding:0px 0px 0px 20px;
	margin:0px 10px 10px 0px;
}