/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
  { color: #535548; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; text-align: center; 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
  { }

h3
  { font-size: 1.2em }

h4
  { font-size: 1.2em }

h5
  { font-size: 1.2em }

h6
  { font-size: 1.2em; font-weight: normal }


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{
    color: #048FFD;
    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: #c3dafd }

table.list tr.bgdark
 { background-color: #d2decf }

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 2.5em;
    padding: 0;
}

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.3em 0;
    padding: 0;
    line-height: 1.25em;
}


/* 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;
}


/* multioption */
table.multioption, table.multioption table
{
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table
{
    margin-top: 0.5em;
}

table.multioption th, table.multioption td
{
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th
{
    background-color: #bfbfb7;
}

table.multioption div.controlbar div.block
{
    padding: 0;
}

table.multioption input.box
{
    width: 98%;
}

fieldset.multioption label
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled
{
    color: #a0a0a0;
}    

div.attribute-multioption ul
{
    margin: 0 0 0 1em;
    padding: 0;
}

div.attribute-multioption li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*CSS MODULE SERVICE PUBLIC */
#navigation{
	margin:auto;
	width:600px;	
}
#navigation a{
	outline:none;	
}
#navigation .home{
	position:relative;
	left:247px;
}
#navigation .precedent{
	position:relative;
	left:247px;
}
#navigation .next{
		position:relative;
	left:247px;
}
.zoom{
	margin-left:282px;
}
accueil_sp{
	margin:auto;	
}

#node h1{
		
}
.theme{
	/*border:1px solid #BFBFBF;
	border-style:dashed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	float:left;
	width:520px;
	
}
.theme_accueil{
	border:1px solid #BFBFBF;
	border-style:dashed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:600px;
	margin:auto;
	
}
div.left{
	width:520px;
	float:left;
	margin:auto;
	margin-left:10px;
}
div.right{
	/*border:1px solid #BFBFBF;
	border-style:dashed;*/
	width:200px;
	float:left;
	margin:auto;
	margin-left:23px;
	position:relative;
	top:13px;
}
ul li a{
color:#386DA3;

}
/* Th¸me */
.theme .tr_vignette{
	width:100px;
}

.theme .vignette{
	width:500px;
	background:#DFEBFF;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.theme .vignette a{
	color:#002884;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
.theme .vignette a:hover{
	border-bottom: 2px solid #002884;
}
.theme .vignette ul{
	
}
.theme .vignette ul li{
	text-align:left;
	font-weight:normal;
}
.theme .vignette p{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #000000;
	border-bottom-style:dashed;
	margin-left:40px;
	margin-right:40px;
	padding-bottom:5px;
}
/* FIN Th¸mes */

/*Th¸me_accueol*/
.theme_accueil .tr_vignette{
	width:100px;
}

.theme_accueil .vignette{
	width:600px;
	background:#DFEBFF;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.theme_accueil .vignette a{
	color:#002884;
	position:relative;
	text-decoration:none;
	font-weight:bold;
}
.theme_accueil .vignette a:hover{
	border-bottom: 2px solid #002884;
}
.theme_accueil .vignette ul{
	
}
.theme_accueil .vignette ul li{
	text-align:left;
	font-weight:normal;
}
.theme_accueil .vignette p{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #000000;
	border-bottom-style:dashed;
	margin-left:40px;
	margin-right:40px;
	padding-bottom:5px;
}
/*FIN Th¸me_accueil*/
.path{
	background:#DFDFDF;
}
a .previous {
	position:relative;
	left:30px;
}
.footer{
	background:#ffffff;
	width:500px;
	text-align:center;
	margin:auto;	
}
.documentation{
	color:#000000;
}
.Titre_sous_dossier{
	list-style: none;
}
.title_top{
	color:#376CA2;
	/*border-top:3px solid #376CA2;
	border-bottom:3px solid #376CA2;*/
	border-left:none;
	border-right:none;
	height:35px;
	font-size:14px;
	text-align:center;	
}
.entete{
	border:none;
	/*background:#4479AF;*/
	background-image: url('../images/en_tete.png');
	margin:auto;
}
.entete p{
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
}
.content-entete{
	border: 1px solid #4479AF;
	
	margin:auto;
	position:relative;
	top:-7px;
}

.entete_CentreDeContact{
	border:none;
	/*background:#319D0D;*/
	background-image: url('../images/en_tete_ou_adresser.png');
	margin:auto;
}

.entete_formulaire_serice{
	border:none;
	/*background:#319D0D;*/
	background-image: url('../images/en_tete_service_en_ligne_formulaire.png');
	margin:auto;
}

.entete_formulaire_serice p{
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
}

.entete_CentreDeContact p{
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	text-align:left;
	font-weight:bold;
}
.content_CentreDeContact{
	border: 1px solid #319D0D;
	margin:auto;
	position:relative;
	top:-7px;
}
.content-entete-service{
	border: 1px solid #A040AB;
	margin:auto;
	position:relative;
	top:-7px;
}
.fiche{
	width:518px;
	margin:auto;
	position:relative;
	top:7px;
	border-top: 1px solid #63759F;
	border-top-style: dashed;
	background-color: #F0EFEB;
}

.fiche h4{
	border-bottom: 1px solid #244769;
	color:#244769;
	padding-left:20px;
	background:url('../images/bullet_blue.png');
	background-repeat:no-repeat;
	background-position:left

}
ul .questionreponse{
	list-type:none;
	text-align:left;	
}
li .questionreponse{
	list-type:none;	
	text-align:left;
}

ul .PourEnSavoirPlus{
	list-type:none;
	text-align:left;	
}
li .PourEnSavoirPlus{
	list-type:none;	
	text-align:left;
}

div.chapitre{
	padding-left:10px;
	padding-top:10px;
	line-height:25px;	
}
div.chapitre p{
	text-align:justify;
	font-family:"Tahoma";
	margin-right:10px;
	color:#2D2B3F;
}
.footer td{
	border-top: 1px dashed #BFBFBF;
	padding-top:10px;
		
}
.copyright{
	font-size:11px;
}
.bouton_navigation a{
	display:inline;
}
DIV.sous_chapitre_titre{
	background:url('../images/tick.gif');
	background-repeat:no-repeat;
	background-position:left
}
DIV.sous_chapitre_titre H5{
	color:#8F8F8F;
	padding-left:13px;
	text-decoration:underline;
	font-style: italic ;
	font-size:12px;
}
a.path{
	text-decoration:none;
	color:#000000;
}
a.path:hover{
	text-decoration:underline;
	color:#fff;
}
DIV.separation{
	color:#000000;	
}
DIV.Reference{
	border:1px solid #DFDFDF;
	border-style: dotted;
	background:#ffffff;
	width:518px;
	margin:auto;
	margin-top:20px;
	margin-bottom:10px;
}
DIV.Reference h3{
	/*border-top:2px solid #63759F;
	border-bottom:2px solid #63759F;*/
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	font-weight:bold;
	background-color: #F9F2DF;
}
ul .Reference {
	list-type:none;
	text-align:left;
}
li .Reference {
	list-type:none;
	text-align:left;
}
DIV.DossierPere{
	border:1px solid #eee;
	background:#ffffff;
	width:auto;
	margin:auto;
}
DIV.DossierPere h2{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background:#eee;
	text-align:center;
}
DIV.DossierPere p{
	color:#000000;
	text-decoration:underline;
	padding-left:5px;
	font-weight:bold;
	
}

/* FIN CSS MODULE SERVICE PUBLIC */

