/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #535548;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    margin-top: 0;
    font-size: 1.4em;
    font-weight: normal;
}

h2
{
    font-size: 1.1em;
	margin-top:20px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: normal;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.3em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{

    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 1em;
    padding: 0;
    list-style-type: none;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.5em 0.25em;
    padding: 0 0 0 14px;
    background-image: url(../images/bullet_list.png);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    line-height: 1.25em;
    list-style-type: none;
}

/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button, input.defaultbutton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #343434;
}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #c0c040;
}

div.message-error
{
    border-color: #c04040;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 0.25em 0.25em 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}

/* ##################### */
/* FICHE PRODUIT : DEBUT */
/* ##################### */

.BlocGris
{
	margin:0;
	padding:0;
	width:577px;
}

.BlocGrisHeader
{
	background:url('../images/BlocGrisHeader.png') no-repeat bottom;
	height:10px;
	margin:0;
	padding:0;

}

.BlocGrisCorps
{
	background:url('../images/BlocGrisCorps.png') repeat-y;
	margin:0;
	padding:0 20px 1px 10px;


}

.BlocGrisFooter
{
	background:url('../images/BlocGrisFooter.png') no-repeat;
	height:25px;
	margin:0;
	padding:0;
}


h1.NomLogiciel
{
	background-position:left;
	color:white;
	height:39px;
	margin:0;
	padding:5px 0 0 15px;
	position:relative;
	right:18px;
	width:374px;

}

.testwrapper
{

	width:100px;
	height:100px;
	border:1px solid blue;
}

.test
{
	width:50px;
	height:50px;
	background:red;
	position:relative;
	right:25px;
	z-index:800;
}

.Cartouche
{
float:right;
margin:0 0 0 20px;
padding:0px; 
width:208px;
}

.CartoucheHeader
{
	background:url('../images/CartoucheHead.png') bottom no-repeat;

}

.CartoucheCorps
{
	background:url('../images/CartoucheCorps.png') bottom repeat-y;
	padding:0px;

}

.CartoucheFooter
{
	background:url('../images/CartoucheFooter.png') top no-repeat;
}

.Cartouche ul
{
	margin:0 0 10px 0;
}

.Cartouche ul li
{
	background:url(../images/icon_sousmenu_enfant_solution.png) no-repeat 0 5px;
	margin:5px 0 0 10px;
	padding-left:19px;
}

.Envoyer
{
	background:url('../images/bulle.png') no-repeat;
	display:block;
	height:30px;
	margin:0;
	padding:0;
	width:30px;
}

.Imprimer
{
	background:url('../images/print.png') no-repeat;
	display:block;
	height:30px;
	margin:0;
	padding:0;
	width:30px;
}

a.BtnBig
{
background-repeat:no-repeat;
background-position:0 0;
color:white;
display:block;
font-weight:bold;
height:40px;
margin:0;
padding:6px 0 0 0;
text-align:center;
width:170px;
}

a.BtnBig:hover
{
background-position:0px -58px;
color:white;
}

a.BtnSmall
{
	background-repeat:no-repeat;
	background-position:0 0;
	color:white;
	display:block;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:6px 0 0 0;
	text-align:center;
	width:91px;
}

a.BtnMoyen
{
	background-repeat:no-repeat;
	background-position:0 0;
	color:white;
	display:block;
	font-weight:bold;
	height:30px;
	margin:0;
	padding:4px 0 0 0;
	text-align:center;
	width:127px;
}

a.BtnMoyen:hover
{
background-position:0px -35px;
color:white;
}

.Editeur
{
	font-weight:bold;
}

.Editeur a
{
	color:#535548;
}

.Editeur a:hover
{
	border-bottom:1px dotted #535548;
}
/*onglet*/
#container {
	position: relative;
	width: 552px;
	text-align: left;
	margin-left:10px;
}
#OngletBottom {
	background-image: url(../images/bck_onglet_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
}
#container #OngletBottom {
	background-image: url(../images/bck_onglet_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container * {
	margin: 0;
	padding: 0;
}


#container ul#menu {

	height:35px;
}

#container ul#menu li {
	float: left;
	display: inline;
	margin-right:2px;
	height: 37px;
	

}
#container ul#menu li a {
	text-align: center;
	border: 1px solid #ECECEC;
	background: url(../images/onglet_prod.png) top center no-repeat white;
	display: block;
	width: 130px;
	
	
	line-height:38px;
	
	
	text-decoration: none;
	cursor:pointer;
}
#container ul#menu li a:hover {
	color: #999999;
}


#container ul#menu li a.current {
	color: #666666;
	border: 1px solid #AFAFAF;
	
}
#container a.ghost  {
	color: #000;
}

#container h1,
#container h2 {
	margin: 0em 0em 0em 0.5em;
	font-size: 1.4em;
}
#container p{
text-align:justify;}
#container .content {
	padding: 0em 1.2em 0.6em 0.6em;
	margin: -2px 0 0 0;
	_margin: -16px 0 0 0;
	background-image: url(../images/bck_onglet_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#container hr {
	clear: both;
	visibility: hidden;
	display:none !important!;
}
#container .content li{
padding-left:30px;
background-image: url(../images/onglet_li.png);
background-repeat: no-repeat;
background-position: 15px center;
line-height:18px;

}

#container .on {
	display: block;
}
#container .off {
	display: none;
}


#container h1, #container h2, #container h3, #container p, #container ul
{
	
}

.BoxProduit
{
	padding:0px;
	width:575px;
}
.BoxProduit h2
{
	margin:0;
}

.BoxProduit_top {
	background-image: url(../images/box_prod_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.BoxProduit_middle {
	background-image: url(../images/box_prod_midl.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding:0 15px;
}
.BoxProduit_bottom {
	background-image: url(../images/box_prod_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
}


table.Infobox
{
	background:url('../images/box_info_mdl.png') repeat-y bottom left;
	padding:0;
	width:573px;
}

table.Infobox th
{
	background:url('../images/box_info_top.png') no-repeat bottom;
	padding:0;
}

table.Infobox td
{
	padding:10px;
}

.InfoBox_bottom {
	background-image: url(../images/box_info_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/*fin onglet*/

.align_btn_contact{
padding-left:12px;
padding-left:0px !important!;}

.align_besoin{
padding-left:10px;
padding-left:0px !important!}


.img_separateur{
background:url('../images/separateur_news.png') no-repeat;
background-position:center;}
.bck_onglet_top{
background:url('../images/bck_onglet_top.png') no-repeat;
background-position:center top;
height:20px;
margin:0px;
padding:0px;}
/* ################### */
/* FICHE PRODUIT : FIN */
/* ################### */
