/********************************************
   AUTHOR:  			Thomas Noirez
   WEBSITE:   			http://www.atlanticlog.org/
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic);


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #0e789a; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0e789a 0%, #11939b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0e789a), color-stop(100%,#11939b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #0e789a 0%,#11939b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #0e789a 0%,#11939b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #0e789a 0%,#11939b 100%); /* IE10+ */
	background: linear-gradient(45deg,  #0e789a 0%,#11939b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e789a', endColorstr='#11939b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	font: 9pt/1.5em;
	font-family: 'Open Sans', sans-serif;	
	color: #0F7F9A;
	text-align: center;
	margin: 15px 0;
	z-index: 100;
    background-repeat: no-repeat;
    background-attachment: fixed;	
}
/* LIEN */

#wrap {

}

a , a:VISITED {
	color : #0F7F9A;	
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

.webinfo a, .webinfo a:visited, #plan a, #plan a:visited {
	color: #0F7F9A;
}

.webinfo a:HOVER {
	text-decoration: underline;
}

#header a, #header a:visited {
	color: #FFFFFF;
	background: inherit;
}

#header a:HOVER, .webinfo a:HOVER, #plan a:HOVER, #mandat a:HOVER {
	text-decoration: underline;
}

form {

}

label {
	display: block;
	color: #565656;
}

input {
	padding: 2px;
	border: 1px solid #eee;
	color: #777;
}

textarea {
	width: 400px;
	padding: 2px;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input, textarea, select {
	background-color:  #0F7F9A;
	color : white;
}

#formLogin label {
	color: white;
	font-weight: bold;
}

input.username, input.password  {
	background-color:  white;
	color : #0F7F9A;
}

blockquote {
	border-left : solid 6px #01537a;
	margin-left: 5em;
	padding-left: 1em;
	margin-right: 5em;
}



#nav1 {
	background-color: #118F9B;
}


#nav1 ul {
	display:table;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	position:relative;
	height:40px;
	text-transform:uppercase;
	font-size:12px;
}


#nav1 ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff; 
	width: 110px; 
}
#nav1 ul li:first-child {
	border-left:1px solid #ffffff; 
}


#nav1 ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	width: 110px; 
	line-height:40px;
	font-weight:bold;
}


#nav1 ul li.current a, #nav1 li.current a, #nav1 ul li.current {
	background-color: #00364f;
	color:#ffffff;	
} 




#main p,#main h1,#main h2,#main h3,#main ol,#main ul,#main form {
	margin: 5px 0pt 0pt 0pt;
}

#main p,#sidebar p {
	text-align: justify;
}


h1 {
}

#main h1, #plan h1{
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
	color: #0F7F9A;
	padding-bottom: 8px;
	border-bottom: 2px solid #0F7F9A;
}

.titre, .sousTitre {
	width : 100%;
	text-align : center;
    font-style: italic;
    font-weight: 300;
	color: #01649A;
}

.titre {
    font-size: 50px;
}

.sousTitre {
    font-size: 25px;
}

#main p {
	padding-left:1em;
}

#main a {
	text-decoration: underline;
	transition-duration: 300ms;	
}

#main a:HOVER {
	background-color: #0F7F9A;
	color: white;
	text-decoration: none;
}

#main li {
	margin-left:2em;
}

#main h2 {
	color:#01649A;
	font-size:16px;	
}

#main h3 {
	color:#00364f;
	font-size:16px;	
}

#main h4, #main h5, #main h6 {
	color:#0F7F9A;
}

#main img {
	border: 0px solid #CCC;
	padding: 0px;
}


#sidebar h1 {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
	border-bottom: 1px solid white;

	margin-top: 1em; 
	margin-bottom: 1em; 
}

#sidebar #sidebar-content {
    padding: 8px 15px;
}

#sidebar ul.sidemenu {
    list-style: none outside none;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 0;
	margin: 0;	
	color: #777;	
}


#sidebar  a {
	text-decoration: none;
	display: block;
	color: white;
}


#sidebar ul.sidemenu li a:hover, #plan ul.planliste a:hover {
	text-decoration: underline;
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	border: none;
}

h1, h2, h3, h4, h5 {
	padding-top:3px;
	padding-bottom:3px;
}



#nav1 ul li a {
	font-size:14px;
	text-transform:uppercase;
}


#footer-bottom {
	clear: both;
	margin: 0 auto;
	width: 900px;
	color: white;
	background-color: #0F7F9A;
}

#footer-bottom a {
	text-decoration: none;
	font-weight: bold;
	color: white;

}

#footer-bottom a:hover {
	text-decoration: underline;
}


#footer-bottom ul {
    list-style: none outside none;
    margin: 0 0 9px 25px;
    padding: 0;
}

#footer-bottom ul li {
    border-bottom: 1px solid #6DBBC4;
    line-height: 18px;
}

#footer-bottom .copyright, #footer-bottom .copyright a {
	background-color: #01649A;
	text-align: center;
    font-size: 11px;
    padding: 4px 0;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.clear { clear: both; }

#planTable{
	width:100%;
	vertical-align:top;
}

#planTable tr td{
	vertical-align:top;
	width: 50%;	
}



#plan ul.planliste {
	list-style: none;
	text-align: left;
	padding: 20px;
	text-decoration: none;	
}


#plan ul.planliste li {
	list-style: none;
	padding: 0px 0 0px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #e1e1e1 ;
}

#plan ul.planliste a, #plan h1 a {
	text-decoration: none;	
	display:block;
	color: #17455c;
}


.listActif {
	width:100%;
}
.listActif caption {
	text-align: left;
	margin-top:20px;
}
.listActif th {
	text-align: center;
}

.listActifPair {
	background-color: #DDDDDD;
}
.listActifImpair, .impair {
	background-color: #EEEEEE;
}

#alphabet {
	width:100%;
	text-align:center;
	font-family:sans-serif;
	font-size : 20px;
	color: #DADADA;
	margin : 20px 0px;
}

#alphabet a {
	padding:4px;
	color : #ffffff;
	text-decoration : none;
}
#alphabet a.letter  {
	color:#a8b2a9;
}
#alphabet a.selectletter {
	color:#37743e;
	background-color:#a8b2a9;
}

.glossaire {
	text-align:justify;
}

.glossaire h1 {
}

#loginInfoMenu {
	background-color: #FCA44C;
	margin-bottom: 5px;
	margin: 6px auto 2px;
	width: 900px;
	color: #0F3C54;
}

#loginmenu {
	color: #0F3C54;
	clear: both;
}

#logininfo {
	background-color: #FCA44C;
	margin-bottom: 5px;
	margin: 6px auto 2px;
	width: 900px;
	
}


#loginmenu ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
}

#loginmenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}

#loginmenu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 180px;
	font-size : 12px;
	font-weight: 400;
	vertical-align: middle;
	color: #0F3C54;
}

#loginmenu ul li a:hover {
	background-color: #A25306;
	color: #ffffff;
}


#logininfo {
	position: relative;
}

#loginLeft {
	float: left;
}
#loginRight {
	float: right;
}


DIV.t-data-grid {
	font-family: 'Open Sans', sans-serif;	
}


TABLE.t-data-grid THEAD TR, div .t-palette-title {
    color: white;
    background-color: #01649A;
}

TABLE.t-data-grid THEAD TR * a, TABLE.t-data-grid THEAD TR * a:visited {
    color: white;
	text-decoration: none;
}

TABLE.t-data-grid TBODY TR * a, TABLE.t-data-grid TBODY TR * a:visited {
	color: #0F7F9A;
}

DIV.t-data-grid-pager A {
  color: #0F7F9A;
}

DIV.t-data-grid-pager A:HOVER {
  background-color: #F5F5F5;
  border-color: #0F7F9A;
}

DIV.t-data-grid-pager SPAN.current {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #999999;
}



DIV.t-beaneditor, DIV.t-beandisplay {
  background-color: white;
  font-family: 'Open Sans',sans-serif;
}

#loginform {
	text-align: center;
}

.text-xxsmall {
	font-size: 40%;	
}
.text-xsmall {
	font-size: 60%;	
}
.text-small {
	font-size: 80%;	
}
.text-large {
	font-size: 120%;	
}
.text-xlarge {
	font-size: 140%;	
}
.text-xxlarge {
	font-size: 160%;	
}

.displayinfo {
    font-family: 'Open Sans',sans-serif!important;
}

.cke_source {
  color: #000000;
}