/* Used styles when a page is printed */

@import url('styles/ovidentia.css');

#ovidentia_header,
#ovidentia_toolbar,
#leftcontent,
#rightcontent,
#ovfx_menu,
#ctx_menu,
#ovidentia_footer,
.BabTopicsButtonBackground a {
	display:none;
}

#centercontent {
	margin: 0px;
}

#ovfx_page {
	border: none;
	margin: 0;
	color: #000;
}

/* Ovidentia Cascading Style Sheets (CSS) */

/* Main styles */

body {
	margin: 7px auto;
	padding: 0px;
	font-family: Arial, "DejaVu Sans", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	width: 1004px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 200px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: #000; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 15px 10px 15px 20px;
	border:1px solid blue;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* La marge gauche de cet élément div crée la colonne qui s'étend sur le côté gauche de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	text-align:justify;
	font-size:14px;
	border:1px solid yellow;
} 
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

input, textarea, select {
	background-color: #000;
}

td {
	font-size: 10pt;
}

h1 {
	font-size: 1.5em;
	margin: .4em 0;
}

h2 {
	font-size: 1.4em;
	margin: .3em 0;
}

h3 {
	font-size: 1.3em;
	margin: .2em 0;
}

h4 {
	font-size: 1.2em;
	margin: .2em 0;
}

h5 {
	font-size: 1.1em;
	margin: .2em 0;
}

h6 {
	font-size: 1em;
	margin: .2em 0;
}

a img {
	border: 0;
}

img {
	background-color: #000;
}

a, p {
	color: #000;
}

a:link,
a:visited {
	color: #000;
	outline: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

h1.title {
	font-family: Arial, "DejaVu Sans", Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #4D97BC;
	padding-left: 25px;
}

h2.title {
	font-family: Arial, "DejaVu Sans", Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #039;
	padding-left: 25px;
	background: transparent url('../images/puce5.gif') no-repeat 4px 50%;
}

h2.msgerror {
	font-family: Verdana, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #f00;
	padding-left: 40px;
	background: transparent url('../images/puce6.gif') no-repeat 25px 50%;
}

#ovfx_page .bab_content table {
	text-align: left;
}

#centercontent {
	margin: 0 0 0 250px; /* La marge gauche de cet élément div crée la colonne qui s'étend sur le côté gauche de la page - quel que soit le contenu de l'élément div sidebar1, l'espace de cette colonne reste intact. Vous pouvez supprimer cette marge si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine. */
	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	text-align:justify;
	font-size:14px;
	
	/*margin-left: 250px;*/
	/*margin-right: 160px;*/
	/*width: 700px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
}

body.ovidentia_themedefaut_fullbody #centercontent {
	margin-left: 0px;
	margin-right: 0px;
}

/* Topics, articles */

#BabCategTitleNavigation {
	/*background: #F9F9F9 url('../images/bgform.gif') repeat-x scroll 0 0;*/
	color:#000;
	border: #E7E7E7 1px solid;
	margin: .5em .5%;
}

#BabCategTitleNavigation table {
	border-collapse: collapse;
	width: 100%;
	height: 20px;
}

#BabCategTitleNavigation td {
	border: 0;
	padding: 0;
	margin: 0;
	padding-left: .5em;
}

#BabCategTitleNavigation p {
	padding: .2em .5em;
	margin: 3px 4px;
}

#BabCategTitleNavigation a {
	text-decoration: none;
	color: #000;
}

#BabCategTitleNavigation a:hover {
	color: #930;
}

#BabCategTitleNavigation .bab_buttons a {
	display: block;
	text-align: center;
	width: 8em;
	background-color: #B9D987;
	padding: .2em .5em;
	margin: 3px 4px;
	border: #879E63 1px solid;
}

#BabCategTitleNavigation .bab_buttons a:hover {
	background-color: #fc3;
	border: #F09C18 1px solid;
}

ul.BabCategTitleNavigation {
	padding: 2.5em;
	margin: 2.5em 15%;
	border: #E7E7E7 2px solid;
	/*background: #F9F9F9 url('../images/bgform.gif') repeat-x scroll 0 0;*/
	background:#000;
	list-style-type: square;
}

ul.BabCategTitleNavigation li {
	padding-bottom: .5em;
}

ul.BabCategTitleNavigation li a,ul.BabCategTitleNavigation li a:visited
	{
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}

ul.BabCategTitleNavigation li a:hover {
	text-decoration: underline;
}

ul.BabCategTitleNavigation ul {
	font-weight: normal;
	font-style: italic;
	padding-left: 1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.page.articles .bab_repeat {
	margin: -15px 0;
}

body.page.articles .bab_buttons .bab_title {
	font-weight: bold;
}

/* Articles */

.BabTopicsTitleBackground {
	color: #4D97BC;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
}

.BabTopicsAuthorBackground {
	border-bottom: #ccc 1px solid;
}

.BabMonthCalendarCurentDayBackground {
	background-color: #E6E6F7;
	color: #d7d8d8;
}

.BabArticleSpacing {
	height: 5px;
}

a.BabTopicsFooterLink,a.BabTopicsFooterLink:Link,a.BabTopicsFooterLink:visited {
	color: #4990B1;
	text-decoration: none;
}

a.BabTopicsFooterLink:Hover {
	text-decoration: underline;
}

.BabTopicsAuthorBackground {
	padding: 0;
	padding-top: 5px;
}

a.BabTopicsFooterMoreLink:Link,a.BabTopicsFooterMoreLink:visited {
	color: #d7d8d8;
	text-decoration: none;
	border: #ccc 1px solid;
	padding: 1px 4px;
	border-width: 1px 1px 0 1px;
	background: #000;
	margin-right: 1em;
	position: relative;
	font-weight: bold;
}

a.BabTopicsFooterMoreLink:Hover {
	background-color: #F9F9F9;
	border-color: #E7E7E7;
}

/* Forums */

.BabForumBackground,.HeaderDayCalendar {
	background-color: #FFFFFF;
}

.BabForumBackground1 {
	background-color: #000;
}

a.BabForumNavigation,a.BabForumNavigation:Link,a.BabForumNavigation:visited
	{
	color: #111166;
	font-weight: bold;
}

a.BabForumNavigation:Hover {
	color: #009933;
}

/* Posts */

.BabForumTopicsNavTitle,
.BabForumTopicsNavDate,
.BabForumTopicsNavAuthor {
	background-color: #E6E6F7;
	color: #111166;
	font-weight: bold;
}

a.BabForumTopicsConfirm,
a.BabForumTopicsConfirm:link,
a.BabForumTopicsConfirm:visited {
	color: #4990B1;
	text-decoration: none;
}

a.BabForumTopicsConfirm:hover {
	text-decoration: underline;
}

a.BabForumTopicsNavContribution:link,
a.BabForumTopicsNavContribution:visited {
	color: #d7d8d8;
}

a.BabForumTopicsNavContribution:hover {
	color: #0000CC;
}

.BabForumTopicsNavTreeBody {
	background-color: #000;
	color: #d7d8d8;
	font-weight: bold;
}

.BabForumTopicsNavTreeLive {
	background-color: #000;
	color: #FF3333;
	font-weight: bold;
}

/* Administration sites */

.BabSiteAdminSmall {
	background-color: #D1D1D9;
	color: #111166;
	font-weight: bold;
}

.BabSiteAdminFont {
	color: #000;
}

/* Faq */

a.BabFaqLink,
a.BabFaqLink:link,
a.BabFaqLink:visited {
	color: #0000CC;
	font-weight: bold;
}

a.BabFaqLink:hover {
	color: #FF3333;
}

.BabFaqQuestion {
	background-color: #FFFFFF;
	color: #0000CC;
	font-weight: bold;
}

#barreAcc { 
	width:90%;
	height:30px;
}

#barreAcc img{
	margin-left:0px;
}

#barreAcc1 img{
	margin-left:-20px;
}

#barreAcc p{
	margin-left:13px;
	margin-top:-25px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#barreAcc1 p{
	margin-left:-1px;
	margin-top:-25px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#courb{
	float:left;
	margin-top:-45px;
	margin-left:4px;
	height:auto;
	max-height:500px;
	position:absolute;
	z-index:-1;
}

#courb2{
	float:left;
	margin-top:-47px;
	margin-left:30px;
	height:auto;
	max-height:500px;
	position:absolute;
	z-index:0;
}

#liste_tablo{
	height:200px;
	max-height:200px;
	padding: 0;
	margin: 0;
	margin-left:25px;
	margin-top:-30px;
	border: none;
	text-align:justify;
	color:#000;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	z-index:10000;
}

#liste_tablo a{
	text-decoration:none;
	color:#000;
	position:absolute;
	font-size:14px;
}

#liste_tablo a:hover {
	font-size:16px;
	color:#227d96;
	position:absolute;
	z-index:500;
}

#PtitRond {
	height:22px;
	width:19px;
	float:left;
	background-image:url('../images/puce.png');
	background-repeat:no-repeat;
	background-position:left;
}

/*#PtitRonds {
	list-style-image:url(../images/cruz.png);
	list-style-position:outside;
}*/

#Space {
	float:left;
	width:15px;
}

#Space1 {
	float:left;
	width:10px;
}

#Space2 {
	float:left;
	width:5px;
}

#tof_work{
	text-align:right;
	vertical-align:middle;
	margin-right:80px;
}

#pos{
	width:700px;
}

#courbe_histoire{
	margin-top:-50px;
	height:550px;
	width:650px;
	z-index:1;
}

#map_agency{
	margin-top: -300px\9;
	margin-left:80px;
	position:absolute;
}

#courb_agence{
	right:555px;
	margin-top:-320px;
	margin-left:90px;
	z-index:0;
}

#siege{
	margin-top:-230px;
	margin-left:330px;
	width:auto;
}

#addresse{
	float:right;
	margin-top:120px;
	margin-right:-155px;
	width:400px;
	height:150px;
}

.ctc{
	width:300px;
	height:35px;
	position:absolute;
	text-decoration:none;
	color: #000;
	font-size:14px;
	padding-top:7px;
}

.ctc a{
	text-decoration:none;
	color: #000;
	font-size:14px;
}

.ctc a:hover{
	color: #227d96;
	font-size:18px;
}

#ctc1{
	margin-top:-14px;
	margin-left:68px;
}

#ctc2{
	margin-top:59px;
	margin-left:65px;
}

#cdr_agc{
	position:absolute;
	margin-top:50px;
	margin-left:420px;
}

#txt_agc{
	position:absolute;
	margin-top:68px;
	margin-left:440px;
	width:270px;
	height:175px;
	padding:6px;
	text-align:left;
	font-size:14px;
}

#ctc3{
	margin-top:140px;
	margin-left:70px;
}

#ctc4{
	margin-top:215px;
	margin-left:85px;
}

#ctc5{
	margin-top:290px;
	margin-left:115px;
}

.cadre{
 background-color: #00a7ca;
 width: 30%;
 position:absolute;
 margin-top:-150px;
}

.cadre_hg, .cadre_hd,
.cadre_bg, .cadre_bd{
 width: 11px;
 height: 11px;
 background-repeat: no-repeat;
 font-size: 1px;
}

.cadre_hg{
 background: url(../images/cadre_rounded.png) 0 0;
}

.cadre_hd{
 background: url(../images/cadre_rounded.png) 11px 0;
 float: right;
}

.cadre_bg{
 background: url(../images/cadre_rounded.png) 0 11px;
}

.cadre_bd{
 background: url(../images/cadre_rounded.png) 11px 11px;
 float: right;
}

#PtitRonds {
	list-style-image:url(../images/cruz.png);
	list-style-position:outside;
}

.minibar{
	margin-left:-8px;
	margin-top:8px;
}

.cruz{
	float:left;
	background-image:url(../images/cruz.png);
	background-position:left;
	background-repeat:no-repeat;
	width:100px;
	height:26px;
	margin-top:10px;
	margin-right:15px;
	padding-left:38px;
}

.esp{
	margin-top:4px;	
}

#titre{
	font-size:16px;
}

#sommaire{
	font-size:14px;
}

#sommaire a{
	font-size:13px;
	text-decoration:none;
	color:#FFF;
}

.img_right{
	width:140px;
	height:140px;
	float:right;
	margin:7px;
	margin-top:0px;
}

.img_left{
	width:140px;
	height:140px;
	float:left;
	margin:7px;
	margin-top:0px;
}

#img_metier{
	float:right;	
}

div#Mt_next {
	height:27px;
	width:27px;
	float:right;
	margin-top:5px;
	background-image:url(../images/ptiRond-blanc.png);
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	margin-left:718px;
}

p#Mt_next a{
	vertical-align:bottom;
	margin-top:10px;
	margin-bottom:0;
	float:right;
	margin-right:30px;
	text-decoration:none;
	color:silver;
	font-size:14px;
}

p#Mt_next a:hover {
	text-decoration:underline;
	color:silver;
	font-size:16px;
}

div#Mt_prec {
	height:27px;
	width:27px;
	float:left;
	margin-top:5px;
	background-image:url(../images/ptiRond-blanc-prec.png);
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
}

p#Mt_prec a{
	vertical-align:bottom;
	margin-top:10px;
	margin-bottom:0;
	float:left;
	margin-left:38px;
	text-decoration:none;
	color:silver;
	font-size:14px;
}

p#Mt_prec a:hover {
	text-decoration:underline;
	color:silver;
	font-size:16px;
}

#article{
	text-align:justify;
}

#article a{
	text-decoration:none;
	color: #000;
	font-size:14px;
}

#article a:hover{
	text-decoration:underline;
	color: #09C;
	font-size:15px;
}

div.f8, div.f35, div.f36 {
	clear:both;
	margin-left:-450px;
}

div.f37, div.f38, div.f39 {
	clear:both;
	margin-left:500px;
}

.modTag {
	font-size:10px;
	margin-left:130px;
	color:#000;
}

#list_ref{
	float:left;
	margin-right:40px;
	width:300px;
}

#list_ref a{
	text-decoration:none;
	color: #000;
	font-size:14px;
}

#txt_ref{
	margin-left:70px;
}

#txt_ref div {
	border-left:2px solid #000;
	padding-left:12px;
	font-size:14px;
}

#txt_ref div td {
	font-size:14px;
}

#bounce_img{
	border:1px solid #06C;
	background-color:#FFF;
	width:100%;
	height:1150px;
}

.js{
	overflow:hidden;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	/*margin: 10px;*/
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	/*margin-bottom: 130px;*/
}
.gallery img {
	background: #fff;
	padding: 4px;
}

.gallery a {
	text-decoration: none;
}

.carousel .carousel-wrap{
	margin:0;
	border:0;
}

.js .carousel-wrap{
	display:inline-block;
	vertical-align:middle;
	width:500px;
	margin:0 5px 15px;
}

.IE #container .js .carousel-wrap{
	display:inline;
}

#container .carousel ul{
	margin:0;
	padding:0;
}

#container .js ul li{
	overflow:hidden;
	display:inline;
	float:left;
	width:500px;
	height:150px;
	text-align:center;
}

#container .carousel .carousel-control{
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}

#container .carousel div{
	margin:0;
	padding:0;
	border:0;
}

#container .carousel ul{
	padding:0;
	list-style:none;
}

#container .carousel ul li{
	position:relative;
	width:500px;
	margin:0;
}

#container div.center-wrap{
	overflow:hidden;
	clear:both;
}

#container div.center-wrap div{
	border:0;
	margin:15px 0;
}

#ad1, #ad2, #ad3, #ad4, #ad5 {
display:none;
}

.bab_SearchRecords .bab_SearchRecord {
	background: none;	
}

.bab_SearchRecord .bottom {
	background: none;	
}

.bab_SearchRealm h5 {
	background: none;	
	border-bottom: 1px solid;
}

#list_ref a:hover {
	color: #4990B1;
	font-size: 16px;
}

#clickhere {
	margin-top: -255px;
	margin-left: 100px;
	position: absolute;
}

#return {
	margin-left: 290px;
	margin-top: 60px;
	position: absolute;
}

#surv_item {
	font-size: 11px;
	margin-top: -580px;
	position: absolute;
}

.BabSiteAdminFontBackground,.BabTopicsBackground,.BabTopicsButtonBackground {
	color: #000;
	text-align:justify;
}
/* Used styles when a page is printed 

@import url('styles/ovidentia.css');

#ovidentia_header,
#ovidentia_toolbar,
#leftcontent,
#rightcontent,
#ovfx_menu,
#ctx_menu,
#ovidentia_footer {
	display:none;
}

#centercontent {
	margin: 0px;
}

#ovfx_page {
	border: none;
	margin: 0;
}

body {
	color: #000;
}

.BabSiteAdminFontBackground, .BabTopicsBackground, .BabTopicsButtonBackground {
color: #000;
}

input, textarea {
	background-color: #000;
}

input, textarea, select {
	background-color: #000;
}

a:link,
a:visited {
	color: #000;
}

#ovidentia_toolbar .ovidentia_tabs {
	border-bottom:1px solid #000;
}

.bab_section .bab_title span {
	color: #000;
}

.bab_section table a:link,
.bab_section table a:visited {
	color: #000;
}

#leftcontent .bab_topicssection .bab_content li a {
	color: #000;
}

#leftcontent .bab_topicssection .bab_content li a:hover {
	color: #000;
}

.bab_cal_buttons a {
	color: #000;
}

.bab_cal_buttons a:hover {
	color: #000;
}

body.fileman#list #centercontent .bab_content a:hover {
	color: #000;
}

#BabCategTitleNavigation {
	color:#000;
}

#BabCategTitleNavigation a {
	color: #000;
}

ul.BabCategTitleNavigation li a,ul.BabCategTitleNavigation li a:visited
	{
	color: #000;
}

.BabLoginMenuBackground {
	color: #000;
}

.BabLoginMenuBackground a:hover {
	color: #000;
}

.BabSiteAdminFontBackground,.BabTopicsBackground,.BabTopicsButtonBackground {
	color: #000;
}

.BabWarningBodyBackground {
	color: #000;
}

.BabLetterlists {
	color: #000;
}

.BabLetterlists a:hover,
a.BabAlphabetLink:hover {
	color: #000;
}

a.BabNameEmailLink,
a.BabNameEmailLink:Link,
a.BabTitleSmall,
a.BabTitleSmall:Link {
	color: #000;
}

a.BabForumTopicsNavContribution:link,
a.BabForumTopicsNavContribution:visited {
	color: #000;
}

.BabForumTopicsNavTreeBody {
	color: #000;
}

.BabSiteAdminFont {
	color: #000;
}

.ctc{
	color: #000;
}

.ctc a{
	color: #000;
} */

