.body{
	width: 100%;
	background-image
 : url('images/template/background_2.jpg');
	background-color
 : #125AA6;
	font-size : 12px;
	padding-top : 0px;
	background-repeat
 : no-repeat;
	background-position
 : top;
}

.container{
	margin-right: auto;
	margin-left : auto;
	width : 1074px;
	margin : auto;
}

.footer{
	width: 100%;
	text-align : center;
}

.footer_links{
	width: 100%;
	postion : absolute;
	background-color : #56A68B;
	text-align : center;
	margin : 0 auto;
}

.header{
	width: 100%;
	text-align : center;
	display : block;
}

.header_links{
	width: 100%;
	text-align : left;
	margin : 0 auto;
}

.left_colomn{
	padding: 20px;
	background-color : #FF0808;
	text-align : left;
}

.main_content{
	padding: 10px;
	text-align : left;
	border : 2px solid #EBEBEB;
	-moz-border-radius
 : 20px;
	border-radius : 20px;
	-khtml-border-radius : 20px;
	-webkit-border-radius : 20px;
	behavior : url('border-radius.htc');
	background-color
 : #FFFFFF;
}

.main_content_no_both{
	width: left;
	float : 900px;
	background-color : #AAAAAA;
	margin : auto;
	height : 100%;
}

.main_content_no_left{
	float: left;
	width : 70px;
	background-color : #AAAAAA;
	margin : auto;
}

.main_content_no_right{
	float: left;
	width : 670px;
	background-color : #AAAAAA;
	margin : auto;
}

.modules_css_0{
	background-color: #171FFF;
	margin-bottom : 10px;
}

.modules_css_1{
	background-color: #6678D4;
	margin-bottom : 10px;
	text-decoration : underline;
}

.modules_css_2{
	border: 1px dashed;
	padding-bottom : 10px;
	margin-bottom : 10px;
}

.modules_css_3{
	color: red;
	background-color : #F30283;
}

.modules_css_4{
	font-size: 12px;
	margin-bottom : 8px;
	display : block;
	font-size : 12px;
}

.product_list{
	background-color: #E7FF0A;
	background-image : url('images/uploaded/site/20080924141001_870301_HG.jpg');
	margin-bottom : 5px;
	padding : 10px;
}

.right_colomn{
	padding: 20px;
	background-color : #FFFFFF;
	text-align : left;
}

.text_1{
	color: green;
}
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0em; 
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 12px; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
  background: white; 
} 
 
 
p { 
  margin: 0; /* Marges plus faibles que par défaut. (7) */ 
  padding: 0px;
  
} 

address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
///////////
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#page {
	position: relative;
	width: 60%;
	margin: 0 auto;
	min-height: 100%;
	background: burlywood;
}

/* --- PIED DE PAGE --- */
div#piedpage {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background: royalblue;
}

/* --- MENU ACCUEIL --- */
div.menu_accueil, div.menu_accueil_deux_lignes, div.menu_accueil:visited, div.menu_accueil_deux_lignes:visited {
	background-image: url(images/uploaded/fond_menu_droite.png);
	background-repeat: no-repeat;
    width: 200px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    margin-left: 60px;
}

div.menu_accueil {
	height: 34px;
    padding-top: 15px;
}

div.menu_accueil_deux_lignes {
    height: 34px;
    padding-top: 15px;
}

div.menu_accueil:hover, div.menu_accueil_deux_lignes:hover {
	color: #d2d4d6;
}

div.haut_menu_formations {
	background-image: url(images/uploaded/fond_nos_formations.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 23px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 14px;
    margin-left: 60px;
    margin-top: 15px;
    padding-top: 7px;
}

div.btn_1, div.btn_2, div.btn_3, div.btn_4, div.btn_1:visited, div.btn_2:visited, div.btn_3:visited, div.btn_4:visited {
	background-image: url(images/uploaded/fond_menu_droite_formations.png);
	background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
    cursor: pointer;
    padding-top: 10px;
    margin-left: 60px;
    width: 203px;
    height: 34px;
    padding-top: 15px;
}

div.btn_1:hover, div.btn_2:hover, div.btn_3:hover, div.btn_4:hover {
	color: #d2d4d6;
}
