@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	background-color: #999999;
	background-image: url(http://www.systena.fr/img/fond2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	color: #F2F3E2;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #EF5C16;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}


h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
img {
    border : 0px;
}
#conteneur {
	width: 860px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	background-color: #333333;
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#conteneur_part1  {
	background-image: url(../img/systena-fondnew.jpg);
	float: left;
	height: 380px;
}
#conteneur_part1_colg {
	padding: 15px;
}

#conteneur_part2  {
	background-image: url(../img/systena-fond3.JPG);
	float: left;
	height: 130px;
	width: 860px;
}
#conteneur_part3  {
	width: 860px;
	float: left;
	text-align: center;
	
}
#piedpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}



.droit {
	text-align: right;
}
.fond_vert {
	background-color: #80BA16;
}
.car9 {
	font-size: 9px;
}
.car_gras {
	font-weight: bold;	
}
.car_vert {
	color: #5FB023;
}
.car14 {
	font-size: 14px;
}
.car18 {
	font-size: 18px;
}
.car_ital {
	font-style: italic;
}
.marge5 {
	padding: 5px;
}

.car_cent {
	text-align: center;
}
.car_just {
	text-align: justify;
}

.tableau {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
/* Menu*/
#conteneur #menu {

}
#conteneur #menu li {
	list-style-type: none;
	float: left;
}
#conteneur #menu li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	width: 80px;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(../img/bt_menu2.jpg);
}
#conteneur #menu li a:hover {
	color: #FFCC00;
	background-image: url(../img/bt_menu2.jpg);
	font-weight: bold;
}
/* Liste de choix*/
#conteneur #liste {
	list-style-type: circle;
	list-style-position: outside;
}

/* Boutons*/
#conteneur #bouton {

}
#conteneur #bouton li {
	list-style-type: none;
	float: left;
}
#conteneur #bouton li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	display: block;
	font-weight: bold;
	width: 150px;
	text-align: center;
	height: 30px;
	padding-top: 4px;
	background-repeat: no-repeat;
	margin-right: 20px;
	background-image: url(../img/bt_choix_1.jpg);
}
#conteneur #bouton li a:hover {
	/*color: #80BA16; */
	background-image: url(../img/bt_choix_2.jpg);
	font-weight: bold;
}
