/* General */ 

html, body { 
	background-color:#004990;
	height:100%;
	padding:0;
	margin:0;
	background-image: URL(images/fond.jpg);background-repeat:repeat-x;
}

body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #103446;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DD893E;
	padding-left: 30px;
	padding-top: 132px;
	padding-right: 30px;
}


.gauche { 
	background-image: URL(images/fond_gauche.png);background-repeat:no-repeat;
}
.gaucheBas { 
	background-image: URL(images/fond_gauche.png);background-repeat:no-repeat;
	background-position:left bottom;
	padding: 0 20px 0 24px;
	border-bottom: 6px solid #004990;
}


.droit { 
	background-image: URL(images/fond_droit.png);background-repeat:no-repeat;
}


/* textes */


.text_actu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
   	color: #103446;
	padding-left: 30px;
	padding-right: 30px;
}

.boiteMenu {
	height: 175px;
	padding: 0px;
	border: 0px solid #f00;
	margin: 0px;
	position: relative;
}
.boiteMenu a {
	display:block;
	width: 265px;
	height: 165px;
}
.boiteMenu a:hover {
	text-decoration:none;
}
.boiteMenu a:hover p.titre_boites_1
{
	color:#3C5966;
}
.boiteMenu a:hover p.titre_boites_2
{
	color:#506637;
}
.boiteMenu a:hover p.titre_boites_3
{
	color:#665523;
}

.text_actu_boites
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
   	color: #103446;
	padding-left: 20px;
	padding-right: 110px;
	padding-top: 20px;
}

.titre_boites_1
{
	position: absolute;
	top: 136px;
	right: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #86c7e5;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.titre_boites_2
{
	position: absolute;
	top: 136px;
	right: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
   	color: #a0cc6d;
	padding: 0px;
	border: 0px;
	margin: 0px;
}


.titre_boites_3
{
	position: absolute;
	top: 136px;
	right: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
   	color: #d1af49;
	padding: 0px;
	border: 0px;
	margin: 0px;
}


/* a */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DD893E;
}
a:link {
	color: #DD893E; 
	text-decoration: none; 
}
a:visited {
	color: #103446; 
	text-decoration: none; 
}
a:hover, a:active { 
	color: #DD893E; 
	text-decoration: underline; 
}

