/* Structure */
html {
	background: url(../img/htmlBackground.png);
	height: 100%;
}
body {
	font-family: Arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	overflow: auto;
	overflow-y:scroll;
	/*color: #044475;*/
	color: #044475;
	background-position:center; 
	background-repeat:repeat-y;
	background: ;
	margin:0 auto;
}

#BodyChild {
	background-color: #F5F5F5;
	padding: 10px;
	width: 960px;
	margin:0 auto;
	border: 1px solid #000;
	border-top: none;
	min-height: 195px;
	box-shadow: 1px 0 8px #A7A6A6;
}
.wrapper {
    background: none repeat scroll 0 0 #f9f5ec;
    min-height: 100%;
}
#topper {
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

.group::before, .group::after {
    content: "";
    display: table;
}
.group::after {
    clear: both;
}
.group::before, .group::after {
    content: "";
    display: table;
}
.group {
}


#header {
    border-radius: 6px;
    box-shadow: 1px 1px 4px #555 inset;
    margin: 0 auto 20px;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 90%;
}
#header {
    background: url("../img/cetanet-bg.jpg") no-repeat scroll right top #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 4px #555 inset;
    margin: 0 auto 20px;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 90%;
}

#menu {
    line-height: 55px;
    margin: 0 auto;
    padding: 0;
}

#menu li {
    border-right: 1px solid #ddd;
    display: inline-block;
    float: left;
    line-height: 60px;
    margin: 0;
    padding: 0;
}
.logo {
    background-color: #002e5a;
    display: block;
    float: left;
    margin: 0;
    padding: 19px 24px;
    text-align: center;
}
button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file] > input[type=button]::-moz-focus-inner
{
	border:none;
}

nav {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    box-shadow: 0 -2px 3px #ccc inset;
    position: absolute;
    right: 0;
    text-align: center;
    width: 79.5%;
}


#identiButton {
    color: black;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    width: 150px;
}
#menu li a {
    color: black;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 15px 23px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.span7 {
    width: 58.33%;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}

.col:first-child {
    margin-left: 0;
}
.span2 {
    width: 16.66%;
}
.connexion {
    font-size: 13px;
    font-weight: bold;
    line-height: 36px;
}
.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textareabackground: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.7em 0.6em;
    transition: border 0.3s linear 0s;
}
select, input[type="text"] {
    background-color: #f5f5f5;
    border: 1px solid #90be62;
    max-width: 175px;
}

#login {
    background: none repeat scroll 0 0 #002e5a;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 97%;
}

#loginperdu{
    background: none repeat scroll 0 0 #002e5a;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 10%;
    margin: 0 0 0 2%;
}
.span4 {
    width: 33.33%;
    line-height: 36px;
}
.span5 {
    width: 41.66%;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

.contact {
    background: none repeat scroll 0 0 grey;
    color: #fff;
    font-size: 14px;
    min-height: 55px;
    padding: 30px 20px;
    text-align: left;
}

#topper {
    margin: auto;
    max-width: 990px;
    width: 90%;
}

#menuhaut {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 -2px 3px #cccccc inset;
    display: block;
    height: 60px;
    margin: 0 0 20px 4px;
    position: relative;
    width: 100%;
}

#btn-contact {
    background: none repeat scroll 0 0 red;
    border: 1px solid #fff;
    border-radius: 6px;
    color: white;
    display: block;
    font-weight: bold;
    padding: 5px 3px 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.span9 {
    width: 75%;
}
.span5 {
    width: 41.66%;
}
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
}
.colperdu {
    display: block;
    float: right;
    margin: -9px 0 0;;
}
.bg-blanc {
    background: none repeat scroll 0 0 #fff;
}
section {
    clear: both;
    margin: 0;
    padding: 0;
}
#connexion {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    font-size: 12px;
    padding: 0 8px;
}

.nomargin .col {
    margin-top: 0;
}
h1 {
    color: red;
    font-size: 28px;
    font-weight: normal;
    margin: 40px 0 0;
    text-transform: uppercase;
}

.content {
    padding: 0 0 0 18px;
}
a img,a
{
	border:none;
	outline:none;
	outline-style:none;
	outline-width:0;
	text-decoration:none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, select:focus{
	border-color: #7FC3F7;
	box-shadow: 0 0 5px #7FC3F7;
	outline: none;
}
input[type="checkbox"]{
	vertical-align: middle;
}
label{
	cursor: pointer;
	vertical-align: middle;
	line-height: 21px;
}

select, option, input[type=text], input[type=password], textarea{
	color: #044475;
	font-family: Arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: 16px;
}

select.enabled, input[type=text].enabled, #Mdp.enabled{
	max-width:175px;
	background-color: #F5F5F5;
	border: 1px solid #afc4d4;
}

select.disabled, input[type=text].disabled, #Mdp.disabled{
	background-color: #DFD8D8;
	border: 1px solid #000;
}

.buttonLink {
    background: none;
    border: none;
    color: #0053B8;
    font-family: inherit;
    margin: 0;
    padding: 0;
	cursor: pointer;
	margin-left: -2px;
}
.buttonLink:hover{
	text-decoration: underline;
}
.hidden{
	display: none;
}
/* ManaButton */
.ManaButton, .ManaButtonComp{
	cursor: pointer;
	padding: 4px 9px;
	border:1px solid #7FC3F7;
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color: #044475;
	background: url(../img/btnBackground1.png);
	text-shadow: 0 1px 1px #FFFFFF
}

.ManaButton:hover, .ManaButtonComp:hover{
	background: url(../img/btnBackground2.png);
}
.ManaButton:active, .ManaButtonComp:active{
	background: url(../img/btnBackground3.png);
}

.ManaButtonSmall{
	cursor: pointer;
	padding: 2px 3px;
	border:1px solid #7FC3F7;
	font-family:Arial;
	font-weight:bold;
	font-size: 12px;
	color: #044475;
	background: url(../img/btnBackground1.png);
	text-shadow: 0 1px 1px #FFFFFF
}

.ManaButtonSmall:hover{
	background: url(../img/btnBackground2.png);
}
.ManaButtonSmall:active{
	background: url(../img/btnBackground3.png);
}

/* Custom Classes */
.noBottomBorder{
	border-bottom: 0 !important;
}

.disabledButton {
	background-color: #FFF;
	border: 1px solid #F00;
	color : #F00;
}

.disabled {
	background-color: #EFEFEF;
	border: 1px solid #000;
}

.enabled {
	background-color: #F5F5F5;
	border: 1px solid #000;
}
label.error{
	color:red;
	display:block;
	font-weight:bold;
}
input.error, input.error:focus, select.error, select.error:focus{
	background: none repeat scroll 0 0 #F8DBDB;
    border-color: #E77776;
}

/* CSS3 */
.ManaButton, .ManaButtonComp, .ManaButtonSmall, .ManaDiv, .CriteresDiv, .ConfirmDiv, #ManaTab,
.paginate_button, .paginate_active, .dataTables_processing{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}
.x-boundlist-item {
    min-height: 20px;
}


