body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #E3E2E2;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	font-size: 12px;
}
a:link {
	color: #aaaaaa;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #aaaaaa;
}
a:hover {
	text-decoration: underline;
	color: #AD005E;
}
a:active {
	text-decoration: none;
	color: #AD005E;
}
p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr .sep {
	clear: both;
}
.oneColFixCtr #fond {
	background-color: #bfbfbf;
	background-image: url(img_o/structure/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-width: 1048px;
}
.oneColFixCtr #container {
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #container_1 {
	width: 962px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #entete {
	height: 155px;
	background-image: url(img_o/structure/ligne_base_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtr #logo {
	float: left;
	width: 500px;
	padding-top: 5px;
}
.oneColFixCtr #ident {
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 20px;
}
.oneColFixCtr #ident h1 {
	font-size: 12px;
	font-weight: normal;
	color: #F89800;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #passe {
	margin-top: 5px;
	font-size: 11px;
	width: 150px;
}
.oneColFixCtr #login {
	margin-top: 5px;
	font-size: 11px;
	width: 150px;
}
.oneColFixCtr #valid {
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
}
.oneColFixCtr #menu_fond {
	height: 45px;
	background-image: url(img_o/structure/menu/fond.jpg);
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.oneColFixCtr #corps {
	padding-bottom: 15px;
}
.oneColFixCtr .boite_intro {
	background-color: #d3d5d6;
	background-image: url(img_o/structure/boites/fond_intro.jpg);
	background-repeat: repeat-x;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}
.oneColFixCtr .boite_intro h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #F29400;
	font-size: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtr .boite_info {
	background-color: #FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.oneColFixCtr .boite_info_titre {
	background-image: url(img_o/structure/boites/fond_info.jpg);
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.oneColFixCtr .boite_info_puce {
	background-image: url(img_o/structure/boites/info_puce.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 41px;
}
.oneColFixCtr .boite_info_puce h1 {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtr .boite_info_txt {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
.oneColFixCtr .boite_catalogue {
	float: left;
	width: 200px;
	margin-right: 15px;
	height: 135px;
	margin-left: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.oneColFixCtr .titre_catalogue {
	background-image: url(img_o/structure/fd_catalogue.png);
	background-repeat: repeat;
	margin-top: 105px;
}
.oneColFixCtr .titre_catalogue h5 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding-left: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.oneColFixCtr .sep_catalogue p {
	font-size: 28px;
	height: 28px;
}

.oneColFixCtr .bouton {
	background-image: url(img_o/structure/bouton/fond.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 20px;
}
.oneColFixCtr .boite_info_txt h1 {
	margin: 0px;
	color: #AD005E;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.oneColFixCtr .boite_info_txt  h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #AD005E;
}
.oneColFixCtr #foot {
	width: 962px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #boite_foot {
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtr #boite_foot_1 {

}
.oneColFixCtr #boite_foot_2 {
	float: left;
	width: 300px;
}
.oneColFixCtr #boite_foot_3 {
	float: right;
	width: 300px;
}
.oneColFixCtr .boite_foot_txt {
	font-size: 11px;
	color: #aaaaaa;
	text-align: justify;
}
.oneColFixCtr .boite_foot_txt h1 {
	color: #AD005E;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.oneColFixCtr .boite_info_foot {
margin-top: 5px;
}
.oneColFixCtr #contact_adresse {
	margin-top: 15px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f29400;
	color: #f29400;
}

.oneColFixCtr .clickme {
	background-image: url(img_o/structure/boites/fond_intro.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.oneColFixCtr #glob {
	height: 400px;
}

.oneColFixCtr .elem {
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
.oneColFixCtr .boite_info_txt h6 {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr .elem  h1 {
	font-size: 18px;
	color: #666;
}
h2 a:link {
	color: #666666;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #666666;
}
h2 a:hover {
	text-decoration: none;
	color: #000;
}
h2 a:active {
	text-decoration: none;
	color: #000;
}
.oneColFixCtr .boite_info_txt .clickme h1 {
	margin: 0px;
	color: #F29400;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
.srouge {
	color: #FFF;
	text-decoration: blink;
	background-color: #F00;
}
.oneColFixCtr .sephead_adrs {
	color: #FFF;
}
#petitmenu {
	list-style-type: none;
	float: left;
	padding-left: 0px;
	margin-top: 0px;
	
}
.oneColFixCtr .colbut {
	float: left;
	margin-right: 10px;
	padding-right: 5px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.oneColFixCtr .colbut_r {
	float: right;
	text-align: right;
}

.colbut ul {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
.colbut li {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}
section {
	display: block;
	overflow: hidden;
	position: relative;
}

.oneColFixCtr .sephead {
	height: 100px;
}
.oneColFixCtr .boite_info_txt ul {
	margin: 0px;
}
.oneColFixCtr .boite_info_txt li {
	font-size: 12px;
}
.oneColFixCtr .boite_info_txt h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #AD005E;
	font-weight: normal;
}
.oneColFixCtr #main_foot {
	width: 1048px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #beck {
	height: 215px;
	overflow: hidden;
	z-index: 1;
}
a:hover .boite_catalogue {
	border: 1px solid #AD005E;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.boite_info_txt h1 a:link {
	color: #AD005E;
	text-decoration: none;
}
.boite_info_txt h1 a:visited {
	text-decoration: none;
	color: #AD005E;
}
.boite_info_txt h1 a:hover {
	text-decoration: underline;
	color: #AD005E;
}
.boite_info_txt h1 a:active {
	text-decoration: none;
	color: #AD005E;
}
