body {
	font-family: 'Helvetica', 'Verdana', 'Trebuchet MS', sans-serif;
	font-size: 1em;
	color: #333333;
    text-align: center;
	height: 100%;
}

a img {
    border: none;
}

a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

a strong {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
    color: #1e90bf; /* Bleu */
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 35px 0px 10px 0px;
}

h1 a {
    color: #1e90bf; /* Bleu */
    text-transform: uppercase;
}

h1 a:hover {
    color: #1e90bf; /* Bleu */
    text-transform: uppercase;
    text-decoration: none;
}

h2 {
    color: #1e90bf; /* Bleu */
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 35px 0px 10px 0px;
}

h2 a {
    color: #1e90bf; /* Bleu */
    text-transform: uppercase;
}

h2 a:hover {
    color: #1e90bf; /* Bleu */
    text-transform: uppercase;
    text-decoration: none;
}


h3 {
	color: #666666;
    font-weight: bold;
    font-size: 0.8em;
	text-transform: uppercase;
	margin: 15px 0px 10px 0px;    
}

h3 a {
	color: #666666;
    font-weight: bold;
    text-decoration: none;
}

h3 a:hover {
	color: #666666;
    font-weight: bold;
    text-decoration: none;
}

h4 {
    color: #666666;
    font-size: 0.9em;
	margin: 15px 0px 10px 0px;
}

label {
	font-weight: bold;
}

p {
    font-size: 90%;
    color: #666666;
    margin: 10px 15px 5px 2px;
    line-height: 1.6em;
}

ul {
	list-style-image: url( '../img/list_icon.gif' );
	margin: 10px 0px 10px 0px;
	padding : 0;
}

#layout-footer strong {
    color: #666666;
}

#layout-footer ul {
    list-style: none;
    list-style-image: none;
    padding: 0 0 0 2px;
}

#layout-footer li {
    margin: 4px 0 0 0;
    padding: 0;
}

#layout-footer li li {
    margin: 4px 0 0 10px;
}

li {
    font-size: small;
	margin: 2px 2px 2px 15px;
}

/* Element de formulaires */

input, textarea {
    border: 1px solid #1e90bf;
}

#btnSend {
    border: none;
    /*display: inline-block;*/
    color: white;
    height: 30px;
    padding: 0 15px 0 5px;
    background: #1e90bf url( "../img/triangle.png" ) top right no-repeat;
}

#btnSend:hover {
    color: #cccccc;
}


.layout-right-sections-accueil p {
    font-size: 125%;
    line-height: 1.5em;
    padding: 0em 1em 0 1em;
}
