/**************************************
*            CSS GLOBALE              *
***************************************/


* {
	outline: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

form {
	margin: 0px;	
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 5px 0px;
}

input, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.italic {
	font-style: italic;	
}

.bold {
	font-weight: bold !important;
}

.barre {
	text-decoration: line-through;
}

.hand {
	cursor: pointer;
}

table, table tr, table td, table th {
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table tr th {
	text-align: left;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** ALIGNEMENTS ***/

.pRelative {
	zoom: 1;
	position: relative;	
}

.pAbsolute {
	position: absolute;	
}

.valign {
	vertical-align: middle;
}
.valignTop {
	vertical-align: top;
}
.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	position: relative;
	zoom: 1;
	font-size: 0px;
	clear: both;
}

.ultraClear {
	position: relative;
	zoom: 1;
	clear: both;
	font-size: 0px;
	height: 0px;
	width: 0px;
	border: 0px;
	outline: 0px;
	background-color: transparent;
}

.textAlignRight {
	text-align: right;
}

.textAlignLeft {
	text-align: left;
}

.textAlignCenter {
	text-align: center;
}



/*** LIENS ***/

a[href='#'], a[href='#nogo'] {
	cursor: default;
}

a:link, a:visited, a:active, span.lienBleu {
	color: #219DD7;
	text-decoration: underline;
}

a:hover, span.lienBleu:hover {
	color: #047B9D;
	text-decoration: none;
}

a.flecheBleu, span.flecheBleu {
	cursor: pointer;
	padding-left: 10px;
	background: #FFFFFF url('../images/layout/fleches/fleche_bleue.gif') no-repeat center left;
	font-size: 11px;
}

a.flecheBlanche {
	padding-left: 10px;
	background: #FFFFFF url('../images/layout/fleches/fleche_blanche.gif') no-repeat center left;
	font-size: 11px;
}

a.flecheNoire {
	padding-left: 10px;
	background: #FFFFFF url('../images/layout/fleches/fleche_noire.gif') no-repeat center left;
	font-size: 11px;
}

a.lienBouton:link, a.lienBouton:visited, a.lienBouton:hover, a.lienBouton:active {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
	line-height: 23px;
	display: block;
}



/*** DISPOSITIONS ***/

.displayNone {
	display: none;	
}

.displayBlock {
	display: block;
}

.displayInline {
	display: inline;	
}



/*** BORDURES ***/

.noPadding {
	padding: 0px !important;	
}

.noBorder {
	border: 0px !important;
}

.rightDottedBorder {
	border-right: 1px dotted #8F8F8F;
}

.topDottedBorder {
	border-top: 1px dotted #8F8F8F;
}

.bottomDottedBorder {
	border-bottom: 1px dotted #8F8F8F;
}

.leftDottedBorder {
	border-left: 1px dotted #8F8F8F;
}

.dottedBorder {
	border: 1px dotted #8F8F8F;
}



/*** LISTES ***/

ul, ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
}

.verticalLi li, li.verticalLi {
	display: list-item;
}

.horizontalLi li, li.horizontalLi {
	display: inline;
	margin: 0px 5px 0px 0px;
}


/* surcharge de la css de symfony */

ul.error_list {
	background:#D53A00 url('../images/layout/fleches/fleche_blanche_bg_rouge.gif') no-repeat center left;
	padding-left:10px;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	list-style-position: inside !important;
	list-style-type: none;
	list-style-image: none;
}

ul.error_list li {
	margin: 0;
	padding: 0;
	color: #FFFFFF !important;
}

.prototip ul.error_list {
	background: none;
	padding: 0px;
	margin: 0px;	
}

.prototip ul.error_list li {
	color: #D53A00 !important;
}



/*** MESSAGES ***/

div.error, div.success, div.warning, .divError, .divSuccess, .divWarning, .error li, .success li, .warning li {
	display: block;
	vertical-align: middle;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.error li {
	font-size: 0.9em;
}

.error li, .success li, .warning li {
	margin-bottom: 0px;
	padding: 5px 5px 5px 40px;
	min-height: 12px;
}

.error li {
	background-color: #FF0000;
}

div.error, .divError, ul.error {
	background:#D53A00;
	color:#FFF;
}

div.success, .divSuccess, ul.success {
	background:#AABD00;
	color:#FFF;
}

div.warning, .divWarning, ul.warning {
	background:#FF8520 !important;
	color:#FFF;
}

/****** Could tags ********/

a.tagImportance1,
a.tagImportance2,
a.tagImportance3,
a.tagImportance4,
a.tagImportance5
{
	color: #219dd7;
	text-decoration: none;
}

a.tagImportance1:hover,
a.tagImportance2:hover,
a.tagImportance3:hover,
a.tagImportance4:hover,
a.tagImportance5:hover
{
	text-decoration: underline;
}

a.tagImportance1
{
	font-size:9px;
}
a.tagImportance2
{
	font-size:11px;
}
a.tagImportance3
{
	font-size:14px;
}
a.tagImportance4
{
	font-size:20px;
}
a.tagImportance5
{
	font-size:24px;
}

#lightview .tiny_popup {
	font-size: 12px;
}

#lightview .tiny_popup .button {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    height: 31px;
    line-height: 24px;
    margin: 2px 2px 0px 2px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

#lightview .tiny_popup.confirm_popup .message {
	color: #8B9B00;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 300px;
}

#lightview .tiny_popup.confirm_popup .buttons {
	width: 156px;
	margin: auto;
}

#lightview .tiny_popup.confirm_popup .button {
	width: 74px;
	background-image: url("../images/layout/boutons/bgBlanc/bouton_T3_orange.gif");
	float: left;
}

#lightview .tiny_popup.validate_email_popup .message {
	text-align: center;
	display: block;
	width: 350px;
}

#lightview .tiny_popup.validate_email_popup .button {
	width: 94px;
	background-image: url("../images/layout/boutons/bgBlanc/bouton_T4_orange.gif");
	margin: auto;
}

#lightview .tiny_popup.validate_email_popup .field {
	margin: 10px auto 10px auto;
	width: 250px;
}

#lightview .tiny_popup.validate_email_popup .field input {
	width: 250px;
	text-align: center;
}

#lightview .tiny_popup.validate_email_popup ul.error_list {
	background-image: none !important;
	background-color: #FFFFFF !important;
	font-size: 13px !important;
	font-weight: bold !important;
	padding: 0px !important;
}

#lightview .tiny_popup.validate_email_popup ul.error_list li {
	color: #D53A00 !important;
	background-color: #FFFFFF !important;
	list-style-type: none !important;
}

