@charset "utf-8";
/**
 * CSS pour le contenu accueil
 *
 * @author Fabrice Bonny
 * @lastmodified 2008-09-03
 * @media screen
 */
/**
 * @section menu2
 */ 
#content           {overflow: hidden;position: relative;width: 612px;}

#menu2 #a_la_une a {
    color: #333;
    text-decoration: none;
}

#menu2 #a_la_une a:hover {
    text-decoration: underline;
	color: #622280;
}
/**
 * @section content
 */
#content {
    overflow: hidden;
    position: relative;
    width: 785px;
}

.home #content {
    width: 815px;
}


#content #block_actu_main .liens a{
    background:url("images_css/puc_alaune.png") no-repeat scroll;
    padding:0 0 0 15px;
    color:black;

}


#content #content_actualites h2, #content #content_reperes h2, #content #content_ressources h2 {
    color:#fff;
    padding:0.5em 0.8em 0.5em;
    font-size:1.385em;
}

#content h2 strong {
    font-size:1.616em;
    font-family: "Myriad pro", sans-serif;
    font-weight:normal;
}

#content h2 span {
    font-size:0.778em;
    font-weight:normal;
}

#content #content_actualites h3, #content #content_reperes h3, #content #content_ressources h3 {
    clear: both;
    padding: 1.5em 2em 0;
    margin:0 0 0.5em;
    font-size:1.2em;
}

#content ul {
    list-style-type: none;
    padding: 0 0 1em;
}

#content li {
    padding: 0.5ex 0;
}

#content p {
    margin: 0 0 15px;
}

#content img {
    margin: 0 4px 4px 0;
}

#content a {
    color: #000;
    font-weight: bold;
}
#content p a {
    color: #000;
    font-weight: bold;
}

#content .debat a {
    font-weight: normal;
}

#content a:hover {
	color:#622280;
	text-decoration:underline;
}

.content_haut .liens {
   overflow:hidden;
   padding-bottom:15px;
   border-bottom:1px solid #ededed;
} 

.content_haut .liens.last {
  border:none;
}
.content_haut ul li .liens.last {
 padding-top:1em;
}

#content .right {
    text-align: right;
    
}

#content p.liens a {
    display:block;
    float:right;
    margin:0 0 5px;
    background: no-repeat center left;
    font-size: 90%;
    font-weight: bold;
    padding-left: 16px;
    text-decoration:underline;
}

#content p.liens a.left {
  float:left;
  clear:none;
}

#content p.liens a.right {
  float:right;
  clear:none;
}

#content .content_haut {
    position: relative;
    padding:0 1em;
}

#content .content_bas {
    background: right bottom no-repeat;
    float: left;
    height: 10px;
    
}

#content #content_actualites, #content #content_reperes, #content #content_ressources {
    float: left;
    margin-bottom: 10px;
    width: 248px;
    margin:0 9px;
    border:1px solid #ededed;
    box-shadow:0px 1px 2px #ededed;
    -moz-box-shadow:0px 1px 2px #ededed;
    -webkit-box-shadow:0px 1px 2px #ededed;
}

#content #content_reperes span.date {
    color: #3FA300;
}

/* Actualités */

#content #content_actualites .content_haut {
    background:#f4ffff;
}

#content #content_actualites h2 {
    background-color: #0078C9;
}
#content #content_actualites h3 {
    background:url('images_css/sprite_vie_publique2.png') no-repeat 10px 23px;
}

#content #content_actualites h3,
#content #content_actualites span.date {
    color: #0078C9;
}

#content #content_actualites .liens a{
    background:url('images_css/sprite_vie_publique2.png') no-repeat 0px -152px;
    padding:0 0 0 15px;
}

/* Repères */
#content #content_reperes h2 {
    background-color: #3FA300;
}

#content #content_reperes h3 {
    color:#3FA300;
    background:url('images_css/sprite_vie_publique2.png') no-repeat 10px -29px;
}

#content #content_reperes .content_haut {
    background:#f9fbf6;
}

#content #content_reperes .liens a  {
    background:url('images_css/sprite_vie_publique2.png') no-repeat 0px -304px;
}

/* ressources */

#content #content_ressources .content_haut {
    background:#fff2fa;
}    

#content #content_ressources h2 {
    background-color: #D60053;
}

#content #content_ressources h3 {background:url('images_css/sprite_vie_publique2.png') no-repeat 10px -80px;}
#content #content_ressources h3, 
#content #content_ressources span.date {
    color: #D60053;
}


#content #content_ressources .liens a {
    background:url('images_css/sprite_vie_publique2.png') no-repeat 0px -198px;
    padding:0 0 0 15px;
}

#content #content_ressources .ressources_section {
    float: left;
    padding-right: 40px;
    width: 261px;
}

#content #content_ressources #debats {
    padding-right: 0;
}

#content #content_ressources .content_bas {
   background:#fff2fa;

}

#sub_wrapper {
    clear: both;
    /*background: #fff url(images_css/bg_sub_wrapper_home.png) repeat-y left top;*/
    overflow: hidden;
    padding-bottom: 18px;
}