/*Debut Nimbus sans*/
/*
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-Bla.otf'),url('fonts/NimbusSan-Bla.eot');
font-weight: 800;
font-style: normal;
} 
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-BlaIta.otf'),url('fonts/NimbusSan-BlaIta.eot');
font-weight: 800;
font-style: italic,oblique;
} 
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-Bol.otf'),url('fonts/NimbusSan-Bol.eot');
font-weight: bold;
font-style: normal;
}
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-BolIta.otf'),url('fonts/NimbusSan-BolIta.eot');
font-weight: bold;
font-style: italic,oblique;
}
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-Lig.otf'),url('fonts/NimbusSan-Lig.eot');
font-weight: 300;
font-style: normal;
} 
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-LigIta.otf'),url('fonts/NimbusSan-LigIta.eot');
font-weight: 300;
font-style: italic,oblique;
} 
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-RegIta.otf'),url('fonts/NimbusSan-RegIta.eot');
font-weight: normal;
font-style: italic,oblique;
}
@font-face{
font-family: NimbusSan;
src: url('fonts/NimbusSan-Reg.otf'),url('fonts/NimbusSan-Reg.eot');
font-weight: normal;
font-style: normal;
} 
*/
/*Fin Nimbus sans*/
/*Debut Nimbus*/
/*
@font-face{
font-family: Nimbus;
src: url('fonts/NimbusRomD-Bol.otf'),url('fonts/NimbusRomD-Bol.eot');
font-weight: bold;
font-style: normal;
} 
@font-face{
font-family: Nimbus;
src: url('fonts/NimbusRomD-BolIta.otf'),url('fonts/NimbusRomD-RegBolIta.eot');
font-weight: bold;
font-style: italic,oblique;
}
@font-face{
font-family: Nimbus;
src: url('fonts/NimbusRomD-RegIta.otf'),url('fonts/NimbusRomD-RegIta.eot');
font-weight: normal;
font-style: italic,oblique;
}
@font-face{
font-family: Nimbus;
src: url('fonts/NimbusRomD-Reg.otf'),url('fonts/NimbusRomD-Reg.eot');
font-weight: normal;
font-style: normal;
} 
*/
/*Fin Nimbus*/
/* General Layout */
html {
    font-family: Arial, sans-serif;
}
body {
    font-family: Arial, sans-serif;
}

#langchoice a:hover,
#langchoice a.selected {
    color: #c40000;
}

#main {
    height: 400px;
    background-image: url('img/background.jpg');
}
#main.alert {
    height: 400px;
    background-image: none;

background: -moz-linear-gradient(-45deg, rgba(184,184,184,1) 0%, rgba(255,255,255,0.02) 98%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(184,184,184,1)), color-stop(98%,rgba(255,255,255,0.02)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(184,184,184,1) 0%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(184,184,184,1) 0%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(184,184,184,1) 0%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(-45deg, rgba(184,184,184,1) 0%,rgba(255,255,255,0.02) 98%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#maincontent { width: 940px; padding: 20px; text-align:left;}

footer {
    background-color: #DDD;
    height: 56px;
    width: 100%;
    margin-top: 44px;
}

#headercontent, #footercontent, #main {
    width: 980px;
    margin: 0 auto;
}
/* End of general Layout */

img#logo {
    margin-top: 35px;
}

#langchoice {
    margin-top: 45px;
    float: right;
    font-size: 11px;
    font-family: Arial, sans-serif;
}
#langchoice .separator {
    height: 1.5ex;
    border-right: 1px solid #CCC;
    display: inline-block;
}
#langchoice a {
    text-decoration: none;
    display: inline-block;
    color: #000;
}
#facebook { margin-left: 5px; }
#facebook, #twitter {
    height: 22px;
    width: 22px;
    display: block;
    margin-right: 8px;
    margin-top: 12px;
    content: "";
    float: left;
}

a#facebook {
    background-image: url('img/facebook.jpg');
}
a#facebook:hover {
    background-image: url('img/facebookhover.png');
}
a#twitter {
    background-image: url('img/twitter.png');
}
a#twitter:hover {
    background-image: url('img/twitterhover.png');
}
#copyright {
    margin-top: 20px;
    float: right;
    font-size: 9px;
    color: #424242;
}

#msgAcceuil {
    color: #FFF;
    font-size: 18px;
    letter-spacing: .3px; /* to make 220px long message */
    margin-top: 16px;
}



#corpo, .selectblock {
    margin-top: 12px;
    margin-bottom: 16px;
    background-color: #FFF;
    color: #051039;
    width: 219px;
    border-right: 1px solid #000;
    font-weight: bold;
}
#corpo, .selectblock, #blockinfo, #blockcorpo {
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
}
#corpo div, .selectblock div, .selectblock a {
    padding: 12px 15px 11px 16px;
    line-height: 16px;
    /* border-bottom: 1px solid #312725; */
    border-bottom: 1px solid #7C868B;
}
.selectblock a { text-decoration: none; display: block; color: #051039; }

.selectblock div:hover,
.selectblock a:hover,
.selectblock div.selected,
#corpo div:hover,
#corpo div.selected {
    background-color: #061548;
    border-color: #030920;
    /* GRADIENT */
    /* FireFox 3.6 */
    background-image: -moz-linear-gradient(top, #061548, #030920);
    /* Safari4+, Chrome */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #061548),color-stop(1, #030920));
    /* IE6,IE7
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#061548', endColorstr='#030920');
    /* IE8
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#061548', endColorstr='#030920')";
    */
    color: #FFF;
}

#blockinfo, #blockcorpo { 
    display: none;
    float: right;
    padding: 26px 10px 26px 40px;
    background: #FFF;
    border-bottom: 1px solid #000;
    color: #051039;
    position: relative;
    width: 670px;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
#blockcorpo {
    height: 87px;
    top: -66px;
    background-image: url('img/triangle.png');
    background-repeat: no-repeat;
    background-position: 0px 73px;
}
#blockinfo { 
    background-image: url('img/triangle.png');
    background-repeat: no-repeat;
    background-position: 0 40px;
    height: 187px;
}
#blockinfo a, #blockcorpo a {
    color: #051039;
    text-decoration: none;
    line-height: 1.3em;
    display: block;
    height: 25px; }
#blockinfo a { width: 130px; }
#blockinfo a:hover, #blockcorpo a:hover { color: #C40000;  }
#blockinfo > div { display: none; }

#mainblock {
    width: 940px;
}

#corpo {
    /* background-image: url('img/smalltriangle.png'); */
    background-repeat: no-repeat;
    background-position: 208px 50%;
}
/*
#corpo:hover {
    background-image: url('img/smalltriangle.png');
    background-repeat: no-repeat;
    background-position: 208px 50%;
    color: #C40000;
}
*/

#blockcorpo.bigcorpo {
    height: 188px;
    top: -168px;
    background-position: 0px 175px;
	
}
#blockcorpo.bigcorpo .col{
	font-size: 11px;
    width: 210px;
    line-height: 1.8em;
	margin-bottom: 12px;	
}

#blockcorpo .col {
    font-size: 11px;
    width: 210px;
    line-height: 1.8em;
}
.col {
    width: 130px;
    margin-right: 10px;
    float: left;
}
.col.last {
    width: 100px;
    margin-right: 0;
}
.col b {
    font-size: 11px;
}
.close {
    text-decoration: none;
    background-image: url('img/closebutton.jpg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 50px;
    font-size: 10px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    font-size: 10px;
    font-family: Arial, sans-serif;
    padding-right: 17px;
    text-align: right;
}
.close:hover {
    cursor: pointer;
    color: #C40000;
}


/* IE HELL! */
html.ie6 header,
html.ie7 header,
html.ie8 header {
    zoom: 1;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=20, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=20, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=20, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=20, Direction=270);
}
html.ie6 .selectblock, 
html.ie7 .selectblock {
    position: absolute;
    top: 216px;
}
html.ie6 #corpo, 
html.ie7 #corpo {
    position: absolute;
    top: 466px;
}
html.ie6 #blockcorpo, 
html.ie7 #blockcorpo {
    position: absolute;
    top: 402px;
    left: 318px;
}
html.ie6 #langchoice, 
html.ie7 #langchoice {
    position: absolute;
    top: 5px;
    right: 40px;
}
html.ie6 #corpo, html.ie6 .selectblock, 
html.ie7 #corpo, html.ie7 .selectblock, 
html.ie8 #corpo, html.ie8 .selectblock {
    zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 5px;
    filter: 
        progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#000000, Strength=5, Direction=270);
}
html.ie6 a:hover,
html.ie7 a:hover,
html.ie8 a:hover { color: #c4000; }

html.ie6 #corpo,
html.ie7 #corpo,
html.ie8 #corpo { margin-top: 18px; }

html.ie6 #blockinfo,
html.ie7 #blockinfo,
html.ie8 #blockinfo { margin-top: 5px; }

html.ie6 #colorbox #blockinfo,
html.ie7 #colorbox #blockinfo,
html.ie8 #colorbox #blockinfo { width: 723px; margin:0 8px 1px -8px}

html.ie6 #colorbox #mainblock,
html.ie7 #colorbox #mainblock,
html.ie8 #colorbox #mainblock { width: 950px;}

html.ie6 #blockcorpo,
html.ie7 #blockcorpo,
html.ie8 #blockcorpo { margin-top: 18px;}

html.ie6 #msgAcceuil,
html.ie7 #msgAcceuil,
html.ie8 #msgAcceuil { margin-bottom: 10px; }

header {
    background-color: #FFF;
    box-shadow: 0 20px 20px #CCC;
    -moz-box-shadow: 0 20px 20px #CCC;
    -webkit-box-shadow: 0 20px 20px #CCC;
    height: 120px;
}

header, footer {
    width: 100%;
}

#alert {
  position: relative;
  font-size: 14px;
  top: 20px;
  left: 380px;
  padding-left: 20px;
  background-image: url('img/big_red_triangle.png');
  background-repeat: no-repeat;
  font-weight: bold;
  height: 20px;
  margin-bottom: -20px;
  width: 500px;
}
#alert a {
  color: #051039;
  text-decoration: none;
}
