/**********************************************************************************************************************************************************************************/
/***********************************************************************                              TYPO                                 ************************************************************************/
/***********************************************************************************************************************************************************************************/

/****     GENERAL     *****************************************************************************************/
* {
    margin:0;
    padding:0;
}
html {
    margin:0;
    padding:0;
}
body, div, fieldset, ul, ol, li, table {
    margin: 0;
    padding: 0;
    font-size:0.75em;
    font-family:arial, verdana, sans-serif;
    color:#333333;
}
h1 {
    text-transform:uppercase;
    font-size: 2.85em;
    padding : 0 0 3px 0;
    margin: 0;
    font-weight:normal;
    font-family: 'HelveticaNeueLTStdBlkCnRg';
    letter-spacing: 3px;
}
h2 {
   font-size: 2.3em;
    padding : 0 0 3px 0;
    margin: 0;
    color:#2e2722;
    line-height: 1.2;
    font-family: 'HelveticaNeueLTStdCnBold';
    font-weight:normal;
    text-transform:uppercase;
}

h3 {
    font-family: 'HelveticaNeueLTStdBlkCnRg';
    font-size: 1.67em;
    line-height: 1.2;
    padding : 0 0 3px 0;
    margin: 0;
    text-transform:uppercase;
}
h4 {
    font-family: 'HelveticaNeueLTStdBlkCnRg';
    font-size: 1.5em;
    line-height: 1.2;
    padding : 0 0 3px 0;
    margin: 0;
    text-transform:uppercase;
}
h5 {
    font-family: 'HelveticaNeueLTStdBlkCnRg';
    font-size: 1.2em;
    line-height: 1.2;
    padding : 0 0 3px 0;
    margin:0;
    text-transform:uppercase;
}
h6 {
    font-family: 'HelveticaNeueLTStdBlkCnRg';
    line-height: 1.2;
    font-size: 1em;
    padding : 0 0 7px 0;
    margin: 0;  
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration:none;
    color:#000000;
}
p {
    padding : 0 0 7px 0;
    margin: 0;
    font-size: 1em;
    line-height: 1.25;
    font-family: Arial;
    color: #000000;
}
p.chapo {
    font-weight:bold;
    font-size: 1.2em;
}
p.taille_petite {
    font-size:0.85em;
}
div {
    font-size: 1em;
}
span {
    font-size: 1em;
}
ul {
    margin: 0 0 0 15px;
}
ol {
    margin: 0 0 0 30px;
}
*+ html ol {
    margin: 0 0 0 22px;
}
li {
    list-style-type: none;
    padding: 0 0 0 0;
    font-size: 1.28em;
    line-height: 1.3;
    color: #000;
}
li li {
    list-style-type: none;
    font-size:1.34em;
}
ol li {
    list-style-type: decimal;
    text-indent: -5px;
}

*+ html li {
    line-height: 1.2;
    text-indent: 0;
}
*+ html ol li {
    text-indent: 0;
}
li a {
    text-decoration:none;
    cursor: pointer;
}
li a:hover {
    text-decoration:underline;
}
a, a:link{
    color: #bc2703;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
table {
    font-size: 1em;
    border-collapse: separate;
    margin: 0 0 10px;
}
caption {
    font-weight:bold;
    text-align:center;
    font-size: 1.1em;
    margin: 10px 0;
    text-align: left;
}
tr{
    font-size: 1.1em;
}
th,
td {
    margin: 3px;
    padding: 5px;
    font-size: 1em;
    color:#333333;
    font-size: 1em;
}
th {
    text-transform:uppercase;
    background:#e1dfd9;
    font-size: 1.1em;
    font-weight: normal;
}
td p,th p {
    padding: 2px;
    font-size: 1em;
}
td li {
    padding: 2px;
    font-size: 1.3em;
}
td {
    border-bottom: 1px solid #bab8b8;
}
sub {
    
}
form{
    margin: 0;
}
input, select {
    color: #333333;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    padding: 3px;
}

textarea {
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size:1.3em;
}
img {
    border: none;
}
a img {
    border: none;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
blockquote {
    background-color:#cccccc;
    padding:10px;
}
fieldset {
	border:0;
}
hr {
    background-color: #FFFFFF;
    border-bottom: 1px dotted #afa79f;
    margin: 5px 0;
    padding: 0;
}
*+ html hr {
    color: #ffffff;
}
/****   ALIGN   AND  HIDDEN    ********************************************************************************/
.align-justify {
    text-align : justify;
}
.align-right {
    text-align : right;
}
.align-left {
    text-align : left;
}
.align-center {
    text-align : center;
}
.hidden {
    display: none;
}
/****   FLOAT    ***********************************************************************************************/
.float-left {
    float:left;
}
.float-right {
    float:right;
}
/****     LIENS     *****************************************************************************************/
p.grand_texte {
    font-size:1.2em;
    padding: 0;
}
.lien_puce {
 
}
p.more_link {

}
p.more_link a {
    color:#ffffff;
    text-decoration:none;
    display:block;
}
p.more_link a:hover {
    text-decoration:underline;
}
legend {
    background: none repeat scroll 0 0 #E9E9E9;
    border-bottom: 1px dotted #C9C9C9;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 7px 0 5px 10px;
    text-transform: uppercase;
    width: 98.5%;
}								
label {
    font-size: 1em;
}

input[type="text"] {
    width: 240px;
}									
input[type="submit"] {
    background:#FF3300;
    color:#000000;
    text-transform:uppercase;
    cursor:pointer;
    border:0;
    font-family: 'HelveticaNeueLTStdCnBold';
    font-size: 1em;
    padding: 1px 10px 0;
    margin:0;
}
input[type="reset"] {
    background:#00b1ff;
    color:#000000;
    text-transform:uppercase;
    cursor:pointer;
    border:0;
    font-family: 'HelveticaNeueLTStdMedCnRg';
    font-size: 1em;
    padding: 2px 10px;
}
textarea {
    font-size: 1.3em;
    padding: 3px;
    width: 240px;
}