@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #625a5a;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fond-ciel.jpg);
	background-repeat: repeat-y;
}
td {
	font-size: 12px;
	color: #625a5a;
}
li  {
	list-style-type: none;
	display: inline;
			}
ul  {
	text-align: center;
	margin-top: 20px;
			}

.centre #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.ABCI-signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
}

.visiblePlus1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	top: 10px;
}

.visiblePlus2 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}


.GrandsTitres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.eMail {
	font-size: 10px;
	font-weight: bold;
	color: #00A5A4;
	border: 1px solid #CEF8F7;
	margin-top: 12px;
	width: 70px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	cursor: pointer;
}

.eMailOver {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CEF8F7;
	margin-top: 12px;
	width: 70px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #00A5A4;
	cursor: pointer;
}
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F8382;
	background-color: #FBFCDA;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBC6B2;
	border-right-color: #9DA1A0;
	border-bottom-color: #9DA1A0;
	border-left-color: #CBC6B2;
	margin-right: 1px;
	margin-left: 1px;
	cursor: pointer;
}

.mainMenuOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7D8180;
	text-align: center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBC6B2;
	border-right-color: #9DA1A0;
	border-bottom-color: #9DA1A0;
	border-left-color: #CBC6B2;
	margin-right: 1px;
	margin-left: 1px;
	cursor: pointer;
}

.text14pxReg {
	font-size: 14px;
	font-weight: normal;
}
.text14pxBold {
	font-size: 14px;
	font-weight: bold;
}
.text14pxBoldBbleu {
	font-size: 14px;
	font-weight: bold;
	color: #00CCCC;
}
.text16pxReg {
	font-size: 16px;
	font-weight: normal;
}
.text16pxBold {
	font-size: 16px;
	font-weight: bold;
}
.text18pxReg {
	font-size: 18px;
	font-weight: normal;
}
.text18pxBold {
	font-size: 18px;
	font-weight: bold;
}



#langueRusse {
	float: right;
	height: 20px;
	width: 30px;
	margin-top: 10px;
	margin-right: 20px;
}

#langueFrancais {
	float: right;
	height: 20px;
	width: 30px;
	margin-top: 10px;
}

#langueAnglais {
	float: right;
	height: 20px;
	width: 30px;
	margin-top: 10px;
}




#contenuHaut {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 230px;
	position: relative;
	visibility: hidden;
}

#divLogoAN {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-image: url(images/logo-anglais.png);
	background-repeat: no-repeat;
	padding-top: 105px;
	background-position: 118px 0px;
	visibility: visible;
}

#divLogoFR {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-image: url(images/logo-francais.png);
	background-repeat: no-repeat;
	padding-top: 105px;
	background-position: 118px 0px;
	visibility: visible;
}

#divLogoRU {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background-image: url(images/logo-russe.png);
	background-repeat: no-repeat;
	padding-top: 105px;
	background-position: 118px 0px;
	visibility: visible;
}

#contenuVideo {
	text-align: center;
	height: 430px;
}

#contenuBas {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 500px;
	position: relative;
	visibility: hidden;
}
#menuPrincipal {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#divTexteAN {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
	width: 800px;
	padding-top: 5px;
	visibility: visible;
}

#divTexteFR {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 120px;
	width: 800px;
	padding-top: 5px;
	visibility: visible;
}


#divTexteRU {
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 120px;
	width: 800px;
	padding-top: 5px;
	visibility: visible;
}

#divVisuelsAN {
	height: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #DBD7BA;
	margin-right: 25px;
	margin-left: 25px;
	padding: 10px;
}

.legendes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B85E06;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
