/* --------------- 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;
  color:#000;
  margin-top:7px;
  font-size:11px;
}

/* 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: 21px 11px 26px 11px;
  padding: 0;
}

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

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

#breve0 { display: block; }
