/*************************
* Général                *
**************************/
html {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-repeat: repeat;
}

/*************************
* Styles de paragraphes  *
**************************/
p.Center {
    text-align: center;
}
p.Right {
    text-align: right;
}
p.Justify {
    text-align: justify;
}
p.Nouvelles {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

/*************************
* Styles de caractères   *
**************************/
.Bold {
	font-weight: bold;
}
.Italic {
	font-style: italic;
}
.BoldItalic {
	font-weight: bold;
	font-style: italic;
}
.Underline { text-decoration: underline; }
.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
span.Err {
	color: #ed3326;
	font-weight: bold;
}
span.Valid {
	color: #8db134;
	font-weight: bold;
}
span.Manager {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.Notify {
    color: #4796ff;
}
.stand-out {
    background-image: url('../images/fond_transparence_blanc75.png');
    background-repeat: repeat;
    padding: 3px 5px;
    border-radius: 5px;
}
.header-links {
    width: 110px;
    margin: 15px 0 11px 0;
    padding: 3px 5px;
    border-radius: 5px;
    background-image: url('../images/fond_transparence_blanc75.png');
    background-repeat: repeat;
}

.txtGreen { color: #09ab4d; }
.txtRed { color: #cc0000; }

h1 { font-size: 12px;  }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

.White { color: #FFF; }
.White10 {
  color: #FFF;
  font-size: 10px;
}
.White11 {
  color: #FFF;
  font-size: 11px;
}
.White12 {
  color: #FFF;
  font-size: 12px;
}
.White14 {
  color: #FFF;
  font-size: 14px;
}
.White16 {
  color: #FFF;
  font-size: 16px;
}
.White18 {
  color: #FFF;
  font-size: 18px;
}
.White24 {
  color: #FFF;
  font-size: 24px;
}

.Black { color: #333; }
.Black10 {
  color: #333;
  font-size: 10px;
}
.Black11 {
  color: #333;
  font-size: 11px;
}
.Black12 {
  color: #333;
  font-size: 12px;
}
.Black14 {
  color: #333;
  font-size: 14px;
}
.Black16 {
  color: #333;
  font-size: 16px;
}
.Black18 {
  color: #333;
  font-size: 18px;
}
.Black24 {
  color: #333;
  font-size: 24px;
}

span.Copyright {
  color: #FFF;
  font-size: 11px;
}
.mce-branding-powered-by {
    display: none;
}
/*************************
* Tables                 *
**************************/
table.Center {
    margin-left: auto;
    margin-right: auto;
}
table.Right {
    margin-left: auto;
    margin-right: 0px;
}
td.Top {
	vertical-align: top;
}
td.TopRight {
    vertical-align: top;
    text-align: right;
}
td.Bottom {
	vertical-align: bottom;
}
td.Center {
	text-align: center;
}
td.Right {
	text-align: right;
}
td.BottomRight {
    vertical-align: bottom;
    text-align: right;
}

/*************************
* Divers                 *
**************************/
hr {
    height: 1px;
    border-width: 0;
    color: #333;
    background-color: #333;
}
.fLeft { float: left;}
.fRight { float: right; }
div.Clear {
	float: none;
	clear: both;
}
div.Centered {
  margin-left: auto;
  margin-right: auto;
}
div.Right {
  margin-left: auto;
  margin-right: 0px;
}
div.TextCentered {
	text-align: center;
}
div.TextRight {
	text-align: right;
}
div.Content {
	width: 1036px;
	min-height: 300px;
	padding: 25px 25px 25px 25px;
	background-image: url('../images/fond_contenu.jpg');
	background-repeat: repeat;
	background-color: #FFF;
	border: solid 1px #333;
}
div.Content50Left {
	width: 475px;
	min-height: 325px;
	float: left;
	padding: 25px;
	background-image: url('../images/fond_contenu.jpg');
	background-repeat: repeat;
	background-color: #FFF;
	border: solid 1px #333;
}
div.Content50Right {
	width: 475px;
	min-height: 325px;
	float: right;
	padding: 25px;
	background-image: url('../images/fond_contenu.jpg');
	background-repeat: repeat;
	background-color: #FFF;
	border: solid 1px #333;
}
div.Footer {
	background-image: url('../images/fond_contenu.jpg');
	background-repeat: repeat;
	background-color: #FFF;
	border: solid 1px #333;
	text-align: center;
}

/*************************
* Formulaires            *
**************************/
input.txtLogin {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
}
input.txtBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
}
input.txtBoxReadOnly {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #E9E9E9;
}
select.selOpts {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
}
input.txtArea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
    resize: none;
}
input.txtAreaContent {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #333;
    height: 20px;
    border: 0px solid #FFF;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
    resize: none;
}
input.fileUpload {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
    height: 20px;
    border: 1px solid #333;
    padding: 1px 3px 1px 3px;
    background-color: #FFF;
}
.select {
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 5px 0;
    padding: 5px 0;
    border-radius: 5px;
    vertical-align: middle;
    border: 0;
}

/*************************
* Images                 *
**************************/
img.TeamLogo {
	border: 1px solid #333;
	background-color: #FFF;
	padding: 5px;
}