body {
	font-family:	    Arial, Helvetica, sans-serif;
	font-size:          11px;
	color: 			    #00427D;
}
ul {
    list-style-type:    none;
}
h1 {
	font-size:    		1.3em;
}
h2 {
	font-size: 		    1.1em;
    color:              #D2AC67;
    background:         url(/image/content/home/puce_orange.gif) no-repeat scroll left top;
    margin:             1.5em 0 1em 2em;
    padding-left:       1.2em;
}
h3 {
	font-size: 		    1em;
	color:              #666666;
}
h4,
h5,
h6,
label,
legend {
	color:				#00427D;
    font-weight:        bold;    
}
a {
    text-decoration:	none;
	color: 			    #00A4DB;
}
a:hover {
    text-decoration:	underline;
}
p {
	text-align:         justify;
}
fieldset,
legend,
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    border:         solid 1px #00A4DB;
    background:     #E9F7FD;
}
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    padding:        1px;
    font-size:      1em;
}
legend {
    font-weight:    bold;
}
input[type=submit],
input[type=reset],
input[type=button] {
    color:          white;
    background:     #00A4DB;
    border:         none;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}