* {
	font-family: arial;
	font-size: 11px;

}

marquee {
	font-family: arial;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: #3194ba;
}

body {
	background: #ebf6fa url('images/bg-body.jpg') repeat-x;
	margin: 0px;
	overflow-y: scroll;
}

h1 {
	color: #067BA8;
	font-size: 14px;
	text-decoration: underline;
}

h1.titulaires {
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	line-height: 18px;
}

h1.titulaires form {
	margin-left: 10px;
}

h2,
.titleH2 {
	color: #067BA8;
	font-size: 14px;
	text-align: left;
}

.main {
	margin: 0px auto;
	width: 1458px;
	background: url('images/bg-header.jpg?v=20230912') no-repeat;
}

.main .bandeau {
	/*background:darkblue;*/
	background: url('images/logo.png') no-repeat 10px 28px;
	height: 120px;
}

.main .bandeau .logon {
	text-align: right;
	padding: 4px;
}

.main .bandeau .flags {
	text-align: right;
	margin-top: 20px;
}

.main .filarianne {
	height: 20px;
	padding: 4px;
}

.main .filarianne a {
	text-decoration: none;
}

.main .filarianne .selected {
	font-weight: bold;
}

.main .menuTop {
	height: 20px;
	padding: 4px;
	margin-left: 20px;
	color: white;
	font-size: 14px;
	text-align: right;
}

.main .menuTop a {
	text-decoration: none;
	padding: 4px 20px;
	color: white;
	font-size: 14px;
}

.main .menuTop .selected {
	color: #9fc9ac;
	font-weight: bold;
}

.main .menuLeft {
	float: left;
	width: 193px;
	height: 200px;
	margin-top: 0px;
}

.main .menuLeft ul {
	margin: 0px;
	padding: 0px;
}

.main .menuLeft a {
	text-decoration: none;
	color: white;
	display: block;
	padding-top: 14px;
	padding-left: 30px;
	height: 34px;
}

.main .menuLeft li {
	margin: 0px;
	list-style: none;
	background: url('images/nav-head-nochild.png') no-repeat;
}

.main .menuLeft li:hover {
	background: url('images/nav-head-nochild-selected.png') no-repeat;
}

.main .menuLeft .selected {
	background: url('images/nav-head-nochild-selected.png') no-repeat;
}

.main .menuLeft li.child a {
	background: #ddd;
	border: 1px solid #888;
	border-top: 0px;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
}

.main .menuLeft li.child a.selected {
	background: #9fc9ac;
}

.main .content {
	float: left;
	background: #fff;
	width: 1458px;
}

.main .contentRight {
	float: right;
	width: 1242px;
	background: #e9efe4;
	padding: 10px;
	border-left: 1px solid #ddd;
}

.main .msgContent {
	height: 20px;
	padding: 4px 3px;
	color: black;
	font-size: 14px;
	text-align: center;
}

.main .content .contentMain {
	border: 1px solid #ddd;
	background: white;
	padding: 10px;
	min-height: 600px;
}

.main .content form .textarea {
	width: 100%;
}

.main .footer {
	background: #003449;
	height: 140px;
	padding: 4px;
}

.main .pagination ul {
	margin: 0px;
	padding: 0px;
}

.main .pagination li {
	padding: 0px;
	display: inline;
	list-style: none;
}

.main .pagination .selectionne a {
	text-decoration: none;
	font-weight: bold;
}

.inputDateAnnee {
	width: 100px;
}

.inputDateMois {
	width: 30px;
}

.inputDateJour {
	width: 30px;
}

.taches {
	border-collapse: collapse;
}

.taches th {
	text-align: left;
}

.content td {
	vertical-align: top;
}

.tb_list {
	border-collapse: collapse;
	width: 100%;
}

.tb_list th,
.tb_list td {
	border: 1px solid #3896bc;
}

.tb_list th {
	text-align: center;
	background: #3896bc;
	color: white;
	padding: 10px;
}

.tb_list td {
	vertical-align: top;
	padding: 4px;
}

.tb_list th a,
.tb_list th a img {
	margin: 0px;
	padding: 0px;
}

.tb_list .alt td {
	background: #eee;
}

.tb_list td {
	padding: 0px;
}

.tb_list td a {
	text-decoration: none;
	display: block;
	color: #444;
	padding: 4px;
}

.tb_clic tr:hover td {
	background: orange;
}

.btns {
	text-align: right;
	margin-top: 30px;
}

.btns a,
.btns input,
.button {
	/*border:3px solid #62b5d8;*/
	border: 0px;
	padding: 3px 8px;
	background: #3093ba;
	color: white;
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	height: 26px;
	margin-right: 4px;
}

.btns a {
	padding: 6px 4px;
}


.btns .validate {
	border-color: #4aa543;
	background-color: #256221;
}

.btns .retour {
	border-color: #fc8e22;
	background-color: #ca690b;
}

.btns .edit {
	border-color: #3093ba;
	background-color: #3093ba;
}

.btns .validate_exemple {
	border-color: #4aa543;
	background-color: #3093ba;
}

.pagination li a {
	float: left;
	padding: 2px 6px;
	margin: 4px;
	border: 1px solid #3896bc;
	background: #eee;
	text-decoration: none;
	color: #111;
}

.pagination li.selectionne a {
	background: white;

}

p.error {
	color: red;
}

div.error {
	border: 1px dotted red;
	color: red;
}

div.success {
	border: 1px dotted darkgreen;
	color: darkgreen;
}

img.calendar {
	vertical-align: middle;
	padding-left: 2px;
}

.flashMessage {
	border: 1px solid darkblue;
	color: darkblue;
	padding: 10px;
	text-align: center;
}

.formulaire .leftLabel,
.formulaire .rightLabel {
	text-align: left;
}

tr .errorAoc a {
	color: red;
}

tr .noterrorAoc a {
	color: green;
}

.formulaire td .input {
	width: 170px;
	border: 1px solid gray;
	padding: 1px;
}

.textareaLarge {
	width: 826px;
}

.formulaire td .readonly {
	text-align: right;
}

.tableInfoRegisteCapa,
.div_Actuality,
.div_upload {
	border: 1px solid gray;
	padding: 10px;
	margin: 2px;
}

.tableInfoRegisteCapa {
	width: 1010px;
	float: left;
	margin-right: 0px;
}

.tableActualityAndUpload {
	width: 416px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.div_Actuality {
	min-height: 200px;
}

.div_upload {}

.div_Iframe {
	width: 100%;
	height: 500px;
}

.links {
	margin-left: 10px;
}

.links .title,
.links .title a {
	color: #fff;
}

.links a,
.links li {
	color: #b1aea9;
}

.links .title {
	text-decoration: none;
}

.links ul {
	padding: 8px;
}

.links ul li {
	list-style: none;
}

.links {
	margin-right: 20px;
}

.formulaire td .inputColumnsOne {
	width: 30px;
	text-align: center;
	margin-right: 5px;
}

.formulaire td .inputColumnsTw0 {
	width: 114px;
}

.formulaire td .select {
	width: 175px;
}

.msgContent {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 300px;
	text-align: left;
}

.CONTACTS_Msg,
.FAQ_Msg,
.MentionsLegales_Msg,
.PersonalData_Msg,
.AcessibilityStatement_Msg {
	border: 1px solid gray;
	padding: 10px;
	margin: 10px;
}

.cookie-banner {
	width: 100%;
	position: absolute;
	background: #0c3949;
	height: 75px;
	padding: 30px 50px 30px 100px;
	align-items: center;
	color: white;
	display: flex;
	bottom: 0;
	justify-content: space-between;
}

.cookie-banner .description_cookie {
	width: 56%;
}

.cookie-banner .description_cookie p,
.cookie-banner .description_cookie a {
	font-size: 14px;
	padding-right: 20%;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.77;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 0;
}

.cookie-banner .choice_cookie {
	width: 42%;
}