#vim ts=4
// des boites arrondieqs

// pour les signatures
.conteneur-arrondi{
    padding:0;
    width:47%;/* determine la largeur de la boite contenue */
    float:left;
    background-color: #CCCCCC;
    margin:1%;
}

.conteneur-arrondi nae-menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
        font-size: 0.82em;
	font-family: Georgia, Times, serif;
}

.conteneur-arrondi li {
        font-size: 0.82em;
	font-family: Arial, sans serif;
}

.un-gris      {
    margin:0 4px;
    height:1px;
    background-color: #CCCCCC;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.deux-gris {
    margin:0 3px;
    height:1px;
    background-color: #CCCCCC;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.trois-gris {
    margin:0 2px;
    height:2px;
    background-color: #CCCCCC;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.quatre-gris {
    margin:0 1px;
    background-color: #CCCCCC;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.deux-gris-vide {
    margin:0 3px;
    height:1px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.trois-gris-vide {
    margin:0 2px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.quatre-gris-vide {
    margin:0 1px;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;}

.centrearrondi-gris {
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
    margin:0 1px;
    padding:0 2em;
    //min-height:300px;/* avec eventuellement une hauteur mini */
    height:auto!important;
    //height:150px;
    background-color: #CCCCCC;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.centrearrondi {
    border:1px solid #BFBFBF;
    border-top:0;border-bottom:0;
    margin:0 1px;
    padding:0 2em;
    //min-height:300px;/* avec eventuellement une hauteur mini */
    height:auto!important;
    //height:150px;
    font-weight: bolder;
    text-align: center;
}

a.ls {
    text-decoration: underline;
    color: white;
}

/* boite bleue */
.un-bleue      {
    margin:0 4px;
    height:2px;
    background-color: navy;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid navy;
    border-top:0;border-bottom:0;i
}

.deux-bleue {
    margin:0 3px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid navy;
    border-top:0;border-bottom:0;
}

.trois-bleue {
    margin:0 2px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid navy;
    border-top:0;border-bottom:0;
}

.quatre-bleue {
    margin:0 2px;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:2px solid navy;
    border-top:0;border-bottom:0;
}

.centrearrondi-bleue {
    border:2px solid navy;
    border-top:0;border-bottom:0;
    margin:0 2px;
    padding:0 2em;
    min-height:300px;/* avec eventuellement une hauteur mini */
    height:auto!important;
    font-family: Georgia, Times, serif;
}

/* boite rouge */
.un-rouge      {
    margin:0 4px;
    height:2px;
    background-color: red;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid red;
    border-top:0;border-bottom:0;i
}

.deux-rouge {
    margin:0 3px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid red;
    border-top:0;border-bottom:0;
}

.trois-rouge {
    margin:0 2px;
    height:2px;
    overflow:hidden;/*necssaire pour IE */
    border:2px solid red;
    border-top:0;border-bottom:0;
}

.quatre-rouge {
    margin:0 2px;
    height:2px;overflow:hidden;/*necssaire pour IE */
    border:2px solid red;
    border-top:0;border-bottom:0;
}

.centrearrondi-rouge {
    border:2px solid red;
    border-top:0;border-bottom:0;
    margin:0 2px;
    padding:0 2em;
    min-height:300px;/* avec eventuellement une hauteur mini */
    height:auto!important;
    font-family: Georgia, Times, serif;
}

.centrearrondi .texte {
        font-size: 0.82em;
        line-height: 1.4em; 
}

.retro	{
	text-align: justify;
        font-size: smaller;
	color: grey;
}

.retro a {
	text-decoration: underline;
	font-style: italic;
	color: grey;
}

#LaUne {
	text-align: left;
	color: black;
}

#LaUne h1 {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: larger;
}

#LaUne a {
	font-weight: bold;
	color: green;
	font-size: larger;
}

#LaUne a.hover {
	text-decoration: underline;
}

#LaUne ul {
	list-style-image: url("dist/puce.gif");
}

#listesignataire li {
	font-size: smaller;
}

