/*****************************************************************************************/
/* Liens */
/*****************************************************************************************/
a {
    font-size: 11px; 
    color: #000000; 
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:hover {
    text-decoration: underline;
}
a.lien_orange {
    color: #F06A11; 
}
a.lien_blanc_bold {
    color: #FFFFFF;
	font-weight: bold;
}

a.lien_orange:hover {
    text-decoration: underline;
}
/*****************************************************************************************/

/*****************************************************************************************/
/* cadrewxyz :
w : gauche
x : haut
y : droite
z : bas
 */
/*****************************************************************************************/
table.cadre1111 {
    border-style:solid; 
    border-width:1px; 
    border-color:#CCCCCC;
}
table.cadre1011 {
    border-style : solid; 
	border-left-width : 1px;
    border-top-width : 0px;
	border-right-width : 1px;
	border-bottom-width : 1px;
    border-color : #CCCCCC;
}
.td_sommaire {
    border-style:solid; 
    border-width:1px; 
    border-color:#CCCCCC;
}

img { border:0px; }
/*****************************************************************************************/

/*****************************************************************************************/
/* Les contenu */
/*****************************************************************************************/
.contenu_gris_11 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #99999C;
    text-decoration: none;
    font-weight: normal;
}
.contenu_bleu_10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8CA0AB;
    text-decoration: none;
    font-weight: bold;
}

.contenu_noir_10 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

/*****************************************************************************************/
/* Les titres */
/*****************************************************************************************/
.titre_blanc_12 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.titre_bleu_16 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #8CA0AB;
    text-decoration: underline;
    font-weight: bold;
}
.small {
    font-size : 11px;
	font-family : Verdana, Sans Serif, Arial;
	color : #000000;
}
.error { 
    color: red; 
    font-size : 11px;
	font-family : Verdana, Sans Serif, Arial;
}
.requis { 
    color: #000000; 
    font-size : 11px;
	font-family : Verdana, Sans Serif, Arial;
}

/*SEMINAIRE 2008*/
.contentBanner {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
background-color: #5C778C;
padding-bottom:1px;
}
.rightText {
text-align  : center;
vertical-align : middle;
}

.rightText h1 {
color: #ffffff;
font-size: 14px;
word-spacing: 6px;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}
.rightText h1 a{
color: #ffffff;
font-size: 14px;
word-spacing: 6px;
line-height: 1.5em;
font-weight:bold;
}
.rightText h1 a:hover{
text-decoration:none;
}

.rightText a {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration: none;
font-size: 12px;
}
.rightText a:hover {
font-weight:bold;
text-decoration:underline;
}
.contentBanner .rightText span a{
text-decoration:none;
font-weight: bold;
}

.contentBanner .rightText span a:hover {
text-decoration: underline;
font-weight: bold;
}

.blueBg {
background: #738EA3;
color: #ffffff;
padding: 5px;
margin-bottom: 10px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.blueBg a{
color: #ffffff;
font-weight: bold;
text-align:right;
}
.blueBg span{
font-size:13px;
}