/* --------------- BREVES -------------------
-------------- PAUL FAUCHILLE ---------------
--------------    07/11/07    ---------------
--------------   styles.css   ---------------
------------------------------------------ */


/* ================ STRUCTURE =================

+ <DIV #actu>
|
|
|		- <IMG #breveimg />
|
|		- <DIV #breves>
|		|
|		|	
|		|		- <DIV .actus>
|		|		|
|		|		|	- <div .actusTitle></div>
|		|		|	- <A .actuLink></A>
|		|		|
|		|		- </DIV .actus>
|		|	
|		|	
|		|		- <DIV .actus>
|		|		|
|		|		|	- <strong .actusTitle></strong>
|		|		|	- <A .actuLink></A>
|		|		|
|		|		- </DIV .actus>
|		|	
|		|	
|		|		[...]
|		|	
|		|	
|		 - </DIV #breves>	
|
|
 - </DIV #actu>

================= STRUCTURE ================ */



/* GLOBAL - PICTURE breveimg + BLOCK breves */
div#actu {
position:relative;
display:block;
padding: 10px 15px;
margin: 0;
color:#005187;
}

/* NEWS PICTURE - BEFORE BLOCK breves */
img#breveimg {
margin: 0;
padding: 0;
display: none;
}

/* ALL BLOCKS actus */
div#breves {
position: relative;
padding: 0;
text-align:left;
}

/* BLOCK CONTENT */
div.actus {
position: relative;
display: none;
margin: 0 0 3px 0;
padding: 0 0 3px 0;
border-bottom:1px solid #e11d26;
font-size:10px;
}

/* PHOTO */
div.actus img.image {
display:block;
float:left;
margin-right:4px;
border:0;
}

/* DATE NEWS */
.actusDate {
color:#000;
}
/* TITLE NEWS */
.actusTitle {
margin: 0;
padding: 0;
font-weight:bold;
color:#e12626;
}

/* LINK TEXT CONTENT */
a.actuLink {
display: inline;
margin: 0;
padding: 0;
color:#005187;
text-decoration:none;
}
a:hover.actuLink { text-decoration: underline; }

#breve0, #breve1, #breve2 { display: block; }

