/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	font-size: 12px;
	background-color: #dddddd;
}

h1 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	text-align:right;
}

.main {
	width:750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #7ABC07;
	border-left-color: #7ABC07;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.main .head {
	width:750px;
	height:98px;
	background-image: url(images/foot-transfert_01.jpg);
}

.main .head2 {
	width:750px;
	height:auto;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FCAD00;
}

.main .ads {
	width:750px;
	height:90px;
	background-color: #F0FFCA;
	text-align:center;
}

.main .menu {
	width:730px;
	height:auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #78BA00;
	border-bottom-color: #78BA00;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.main .menu a{
	color:#FFAE00;
}

.main .col_news {
	width:545px;
	height:auto;
	background-color: #F0FFCA;
	border: 1px solid #76B900;
	float:left;
	margin-left: 5px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.main .col_news .article h2 {
	color:#78BA00;
	font-size: 18px;
	text-decoration:none;
}

.main .col_news .article p {
	text-align:justify;
}

.main .col_news .article p a {
	color:#FFAE00;
	text-decoration:none;
}

.main .col_droite {
	width:160px;
	height:auto;
	float:left;
}

.main .col_droite .boite {
	width:160px;
	height:auto;
	background-color: #F0FFCA;
	border: 1px solid #76B900;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.main .col_droite .boite a {
	color:#FFAE00;
}


.main .col_droite .boite h3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.spacer {
	clear:both;
}

.footer {
	width:750px;
	height:40px;
	text-align: center;
	padding-top: 20px;
}

