/* --------------- 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;
margin: 0;
padding: 0;
left:0;
top:0;
font-size:11px;
}

/* NEWS PICTURE - BEFORE BLOCK breves */
img#breveimg {
margin: 3px 0 0 4px;
padding: 0;
}

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

/* BLOCK CONTENT */
div#breves .actus {
position: relative;
display: none;
margin: 0;
padding: 0;
color:#000;
}

/* TITLE NEWS */
div#breves .actusTitle {
display: block;
margin: 0;
padding: 0;
text-transform: uppercase;
font-weight:bold;
}

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

#breve0 { display: block; }
