/*=================== CSS Document =====================================*/

/*=================== Generic ================================*/

body
{
	background-color: #FFFFFF;
   	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #000000;
	text-align: center;
}

img{
	border: none;
    vertical-align: middle;
}

p {
	margin: 0px;
	text-align: justify;
}


/*================== Structure =========================================*/

#main-div{
    width: 432px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
}

#content-cols{
	width: 432px;
	float: left;
}

#col2{
	width: 432px;
	float: left;
}

#footer{
    width: 432;
	float: left;
}

/*=============== Textes  ======================================*/

.text-12-gris {
  font-weight: bold;
  font-size:12px;
  color: #666666;
}

.p-16-text {
  font-size:16px;
  color:#666666;
}


.text-18-title {
  font-weight: bold;
  font-size:18px;
}

.text-uppercase
{
     text-transform:uppercase;
}


/*=============== Textes - Le dernier numéro ===================*/

#content-dernierno .text-18-title {
    color: #006699;
}

#content-dernierno .legende {
    background-color: #FFFFFF;
    color: #006699;
}


/*=============== Textes - Actualités ===================*/

#content-actualites .text-18-title {
    color: #009966;
}

#content-actualites .legende {
    background-color: #FFFFFF;
    color: #009966;
}



/*=================== Col n°2 ========================================*/


/*--------------- col2 - sansCadre -----------------------*/

#col2-sansCadre .espace {
    margin-top:17px;
}


#col2-sansCadre .text-12-gris {
    padding-bottom:12px;
}

.align {
    vertical-align: top;
}

#col2-sansCadre .espace-first {
    margin-top:12px;
    margin-bottom:2px;
}

.col2-sansCadre-inside
{
   float:left;
   display: inline;
}


.col2-sansCadre-inside .p-12-text
{
    float:left;
    width: 266px;
}


#content-dernierno.col2-sansCadre-inside .p-16-text
{
    float:left;
    width: 266px;
}

.col2-sansCadre-inside .legende
{
    float:right;
    display: inline;
    width: 155px;
    margin-left:11px;
    margin-bottom:6px;

}

.col2-sansCadre-inside img
{
    float:right;
    margin-bottom:5px;
    width: 155px;
}


/*=============== Footer ========================================*/

#copyright {
	font-size: 11px;
	color:#B5B5B5;
	padding-top:28px;
    padding-left:0px;
    padding-bottom:15px;
}


