/* http://rhum:81/suez-env_2008/site/wizard/cms/sitasud_14/css/images/ */
/* PRINT */
#print_css {
	display:none;
}
#fil-ariane {
	display:none;
}
.titre_print {
	display: none;
}
/* PRINT */

/*FONTS*/

@font-face {
    font-family: 'SansaStdBold';
    src: url('fonts/sansa-bold-webfont.eot');
    src: url('fonts/sansa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansa-bold-webfont.woff') format('woff'),
         url('fonts/sansa-bold-webfont.ttf') format('truetype'),
         url('fonts/sansa-bold-webfont.svg#SansaStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansaStdLight';
    src: url('fonts/sansa-light-webfont.eot');
    src: url('fonts/sansa-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansa-light-webfont.woff') format('woff'),
         url('fonts/sansa-light-webfont.ttf') format('truetype'),
         url('fonts/sansa-light-webfont.svg#SansaStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansaStdNormal';
    src: url('fonts/sansa-normal-webfont.eot');
    src: url('fonts/sansa-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansa-normal-webfont.woff') format('woff'),
         url('fonts/sansa-normal-webfont.ttf') format('truetype'),
         url('fonts/sansa-normal-webfont.svg#SansaStdNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansaStdSemiBold';
    src: url('fonts/sansa-semibold-webfont.eot');
    src: url('fonts/sansa-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansa-semibold-webfont.woff') format('woff'),
         url('fonts/sansa-semibold-webfont.ttf') format('truetype'),
         url('fonts/sansa-semibold-webfont.svg#SansaStdSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'SansaStdBlack';
    src: url('fonts/sansa-black-webfont.eot');
    src: url('fonts/sansa-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansa-black-webfont.woff') format('woff'),
         url('fonts/sansa-black-webfont.ttf') format('truetype'),
         url('fonts/sansa-black-webfont.svg#SansaStdBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************** FEUILLE DE STYLE - SUEZ - GRILLES *****************/
/* RESET WHITE SPACE */
* {
	padding:0;
	margin:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
/* RESET WHITE SPACE */
html,body {
	height:100%
}
body {
	font:11px Verdana,Arial,Helvetica,sans-serif;
	text-align:justify;
	color:#383838;
	background-color:#fbfaf9;
	background-image:url("images/background.gif");
	background-repeat: repeat-x;
}
/************* OBJETS GLOBALS *********************/
a {
	text-decoration:none;
	outline:none;
	position:relative;
}
p {
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
ul,li {
	list-style:none;
	text-align: left;
}
/********** MISC CLASSES *************/
.offline {
	border:1px solid red;
}
.btn-back {
	text-align:right;
	padding-top:20px;
}
.bloc-list-01 {
	padding-bottom:2px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.txt-left {
	text-align:left;
}
.txt-right {
	text-align:right;
}
.clear {
	clear:both;
	padding-bottom:2px;
}
.bold {
	font-weight:bold;
}
.italique {
	font-style:italic;
}
.masquer-colonne {
	display:none;
	width:1px;
}
#print_css {
	display: none;
}
/*****hp****************/
.color {
	color:#96BE0D;
	font-weight:bold;
}
#global {
	width:986px;
	margin:0 auto;
	padding:0;
	border-top:0;
	height:auto;
	margin-top:5px;
}
#center {
	background:url("images/bgr-center.png");
	background-position:center 0;
	background-repeat:repeat-y;
	width:986px;
}
* html #center {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sitasud.fr/cms/sitasud_14/css/images/bgr-center.png',sizingMethod='scale');
	background:none;
	width:980px;
}
#center table {
	width:900px;
	margin:0 auto;
}
#center table table {
	width:100%;
	margin-left:0px;
	margin-top: 0px;
}
/*********** HEADER **********************/
#header {
	width:986px;
	text-align: center;
}
/***************lexique************/
.results .titre-glossaire:first-letter {
	text-transform: uppercase;
}
/* HOMEPAGE */
.hp-grid {
}
.gamme-1 .hp-grid #col-gauche {
	background:none;
	border:none;
	padding: 0;
}
/**************** FOOOTER **************/
#footer {
	background:url("images/bgr-bottom.png");
	background-repeat:no-repeat;
	background-position:center 0;
	height:63px;
	width:986px;
}
* html #footer {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sitasud.fr/cms/sitasud_14/css/images/bgr-bottom.png',sizingMethod='scale');
	background:none;
	width: 980px;
}
/**********WEBRING*************/
#footer {
}
#footer li {
	list-style:none;
	display:inline;
	background:url("gammes/puces/puce-footer.gif");
	background-repeat:no-repeat;
	background-position:12px 3px;
	margin-top:10px;
	padding-left:25px;
	margin-left:3px
}
#footer a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}
#footer a:hover {
	color:#FFFFFF;
}
#footer #footer-placement {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
#footer .footer-left {
	float:left;
	width:10px;
	height:30px;
	background:url("images/bgr-footer-left.gif");
	background-repeat:no-repeat;
}
#footer .footer-left {
	display:none;
}
#footer .footer-middle {
	float:none;
	width:900px;
	height:30px;
	background:#b9b9b9;
}
* html #footer .footer-middle {
	width:auto;
	height:30px;
	overflow:hidden;
}
#footer .footer-right {
	float:left;
	width:9px;
	height:30px;
	background:url("images/bgr-footer-right.gif");
	background-repeat:no-repeat;
}
#footer .footer-right {
	display:none;
}
#footer .footer-middle div {
	padding-top:7px;
}
#logosuez {
	display: none;
}
/* TITRE PAGE */
#titre-page {
	padding:30px 0;
}
#flash-titre {
	padding-top:15px;
	padding-left:15px;
	font-size:18px;
	color:#097d38;
}
.col-centre-contenu {
	padding:0px 20px 65px;
	min-height:200px;
}
h1.titre {
	margin-bottom:10px;
	padding:10px 0 0 0;
}
.afficher_colone {
}
#col-centre {
	background:url("images/bgr-center-page.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}
#col-centre .col-centre-contenu {
	background:transparent;
	position:relative;
	line-height:1.5em;
}
.bouton_action {
	position:absolute;
	top: 10px;
	right: 15px;
}
/*SITEMAP*/
#sitemap,#sitemap ul,#sitemap li {
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap {
}
#sitemap ul {
	display:none;
}
#sitemap li {
	line-height:200%;
	margin-top:1px;
	background:#eee;
	position:relative;
	width: 100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li {
	float:left;
	display:inline;
}
#sitemap li a {
	padding-left:28px;
}
#sitemap li span {
	float:left;
	position:absolute;
	top:5px;
	left:5px;
	width:13px;
	height:13px;
	cursor:auto;
	font-size:0;
}
#sitemap li span,#sitemap li span.collapsed {
	background:url("images/collapsed.gif") no-repeat 0 0;
}
#sitemap li span.expanded {
	background: url("images/expanded.gif") no-repeat 0 0;
}
/* second level */
#sitemap li li {
	background:#fff;
}
#sitemap li li a {
	padding-left:56px;
}
#sitemap li li span {
	left: 28px;
}
/* third level */
#sitemap li li li a {
	padding-left:84px;
}
#sitemap li li li span {
	left: 56px;
}
/* FOCUS HP */
.hp-grid {
	margin: 2px 0 0 0;
}
/* EDITO */
#center table.focus-edito-hp {
	width:360px;
	color:#010101;
	margin:25px 0 0 0;
}
#center table.focus-edito-hp p {
	line-height:1.3em;
	margin: 10px 0 0 0;
}
#center table.focus-edito-hp .red {
	color:#000;
	font-weight: bold;
}
/* CONCOURS */
#center table.focus-concours-hp {
	color:#010101;
	margin:0;
}
#center table.focus-concours-hp p {
	line-height:1.3em;
	margin:0 0 0 3px;
}
#center table.focus-concours-hp .lien-1 a {
	display:block;
	background-color:#ed1260;
	padding:6px 0px 6px 8px;
	width:245px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:10px 0 0 110px;
}
#center table.focus-concours-hp .lien-2 a {
	display:block;
	background-color:#ed1260;
	padding:6px 0px 6px 8px;
	width:245px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin: 3px 0 0 110px;
}
/* FOCUS PAGE */
#col-droite {
	padding: 2px 0 0 0;
}
/*Commun focus*/
#center #col-droite table.focus-color_one,
#center #col-droite table.focus-color_two,
#center #col-droite table.focus-color_three {
    color:#fff;
    width:206px;
	margin:0;
    padding: 15px 10px 0;
}
#center #col-droite table.focus-color_one a,
#center #col-droite table.focus-color_two a,
#center #col-droite table.focus-color_three a {
    text-decoration: underline;
}
#center #col-droite table.focus-color_one a:hover,
#center #col-droite table.focus-color_two a:hover,
#center #col-droite table.focus-color_three a:hover {
    text-decoration: none;
}
#center #col-droite table.focus-color_one .titre,
#center #col-droite table.focus-color_two .titre,
#center #col-droite table.focus-color_three .titre {
    font-family: "SansaStdSemiBold", arial, sans-serif;
	font-size: 16px;
	padding: 10px;
    letter-spacing: -1px;
}
#center #col-droite table.focus-color_one .classique,
#center #col-droite table.focus-color_two .classique,
#center #col-droite table.focus-color_three .classique {
	padding: 0 10px 15px;
}
#center #col-droite table.focus-color_one .classique p,
#center #col-droite table.focus-color_two .classique p,
#center #col-droite table.focus-color_three .classique p {
    margin-top: 5px;
}
#center #col-droite table.focus-color_one .classique p:first-child,
#center #col-droite table.focus-color_two .classique p:first-child,
#center #col-droite table.focus-color_three .classique p:first-child {
    margin-top: 0;
}
/* COLOR 1 */
#center #col-droite table.focus-color_one {
	background-color:#00b0df;
}
#center #col-droite table.focus-color_one .lien-1,
#center #col-droite table.focus-color_one .lien-2 {
    padding: 0 10px;
}
#center #col-droite table.focus-color_one .lien-2 {
    padding-bottom: 10px;
}
#center #col-droite table.focus-color_one .lien-1 a,
#center #col-droite table.focus-color_one .lien-2 a {
    background: url("gammes/puces/hexa_blanc-bleu.gif") no-repeat 0 center transparent;
    display: block;
    padding: 5px 5px 5px 20px;
    font-size: 12px;
    font-family: "SansaStdSemiBold", arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
#center #col-droite table.focus-color_one .lien-1 a:hover,
#center #col-droite table.focus-color_one .lien-2 a:hover {
    text-decoration: underline;
}
#center #col-droite table.focus-color_one .lien-2 a {

}
/* COLOR 2 */
#center #col-droite table.focus-color_two {
	background-color:#eb6909;
}
/* COLOR 3 */
#center #col-droite table.focus-color_three {
	background-color:#a03389;
}
/*(...)*/
#main_form h1 {
	font-weight:bold;
}
#main_form label {
	font-weight: normal;
}
#main_form input {
}

/* FRIENDS */
#friends {
	margin:0 0 15px 15px;
}
#friends .title-friends {
	color:#000;
	font-weight:bold;
	font-size:16px;
}
#friends .titre {
	color:#000;
	font-weight:bold;
}
#friends label {
	float:left;
	width:55px;
	color:#000000;
}
#friends input {
	float:left;
	width:250px;
	border:1px solid #a7a7a7;
}
#friends #formulaire-friends-left {
	width:320px;
	float:left;
}
#friends #formulaire-friends-left .text {
	color:#a7a7a7;
}
#friends #formulaire-friends-left #email2 {
	float:none;
	width:215px;
}
#friends #formulaire-friends-right {
	width:320px;
	float:left;
	margin-left:4px;
}
#friends #formulaire-friends-right textarea {
	width:300px;
	height:165px;
	border:1px solid #a7a7a7;
	font-size:11px;
	padding:0;
	margin:0;
}
#friends #formulaire-friends-right .annuler,
#friends #formulaire-friends-right .valider {
	width:145px;
	height:17px;
	background-color:#000;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	cursor:pointer;
	float:left;
	margin-top:10px;
}
#friends #formulaire-friends-right .annuler {
    margin-left: 10px;
}
