/*********************************************************/
/*****                                              ******/
/*****   File : main.css                            ******/
/*****   From : amo-consultants.fr                  ******/
/*****                                              ******/
/*********************************************************/


/**********  Main Part  **********/

body {
 overflow-x: auto;
 overflow-y: scroll;
}

div#body {
 background-color: #FFFFFF;
 width: 800px;
 height: auto;
 position: relative;
 top: 10px;
 left: 50%;
 margin-left: -400px;
}

.dark_gray {
 color: #58595B;
 font-weight: bold;
}

.dark_gray_sc {
 color: #58595B;
 font-weight: bold;
 font-variant: small-caps;
}

.light_gray {
 color: #86878B;
 font-weight: bold;
}

.dark_red {
 color: #AF2748;
 font-weight: bold;
}

ul#tiret {
 list-style-image: url('../img/tiret.png');
}


/**********  Default Part  **********/

div#message {
 background-color: #d5d5d5;
 width: 720px;
 height: auto;
 margin-top: 20px;
 margin-left: 20px;
 margin-right: 20px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 20px;
 padding-right: 20px;
 overflow: auto;
 color: #AF2748;
 text-align: center;
 font-size: 14px;
/* font-style: italic;*/
 font-style: normal;
}

div#default_top {
 width: 800px;
 height: auto;
 overflow: auto;
 margin-top: 30px;
}

div#default_amo {
 background-image: url( '../img/default_amo.png' );
 background-repeat: no-repeat;
 background-position: left top;
 width: 300px;
 height: 110px;
 overflow: auto;
 position: relative;
 left: 50%;
 margin-left: -145px;
}

div#default_middle {
 width: 760px;
 height: auto;
 overflow: auto;
 margin: 20px;
 padding: 10px;
 text-align: center;
}

div#default_bottom {
 width: 750px;
 height: auto;
 overflow: auto;
 padding-left: 50px;
 margin-bottom: 40px;
}

div#default_ent {
 background-image: url( '../img/default_ent.png' );
 background-repeat: no-repeat;
 background-position: left top;
 width: 300px;
 height: 110px;
 overflow: auto;
 float: left;
}

div#default_can {
 background-image: url( '../img/default_can.png' );
 background-repeat: no-repeat;
 background-position: left top;
 width: 300px;
 height: 110px;
 overflow: auto;
 float: right;
}


div#default_left {
 float: left;
 width: 130px;
 height: 100px;
 border-width: 0px 2px 0px 0px;
 border-style: solid;
 border-color: #dddddd;
}

a#default_left {
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
}

a#default_left:link {
 color: #AF2748;
}
a#default_left:visited {
 color: #AF2748;
}
a#default_left:hover {
 color: #AF2748;
 cursor: hand;
}

div#default_right_top {
 float: right;
 width: 150px;
 height: 25px;
 padding-left: 10px;
 padding-top: 5px;
}

a#default_right_top {
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
}

a#default_right_top:link {
 color: #000000;
}
a#default_right_top:visited {
 color: #000000;
}
a#default_right_top:hover {
 color: #AF2748;
}

div#default_right_bottom {
 float: right;
 width: 150px;
 height: 70px;
 padding-top: 10px;
 padding-left: 10px;
}

a#default_right_bottom {
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}

a#default_right_bottom:link {
 color: #000000;
}
a#default_right_bottom:visited {
 color: #000000;
}
a#default_right_bottom:hover {
 color: #AF2748;
}


