/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

== Infos Structure: ========================
* Nom du fichier: 		screen.css
* Version: 				1.1.0 (03/02/2010)
* Auteur: 				Cédric BOISSEAU
* Société : 			Créamotion [ http://www.creamotion.com ]


== Info site: ==============================
* Site web: 			http://altura-iccm.com/
* Fluide[ ] | Fixe[x]
* Largeur de la page: 	900 px
* Nombre de colonnes: 	2


== Parties: ================================
* RAZ
* Connexion
* Formulaires
* Tableaux
* Structure

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

									               /********/
                                                  /* RAZ **/
/*********************************************************/
/*hacks*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	background: 				#EFEFEF url(../_images/bg.gif) repeat;
	color:						#000;
	font-family:				Verdana,Arial,Helvetica,sans-serif;
	line-height: 				1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

/*fin des hacks*/

img{
	border:						0px;
}
.clear{
	clear:						both;
}

/* Titres */
h1, h2, h3, h4, h5, h6{
    clear:both;
}
h1{
    color:#000;
    font-size:20px;
    font-weight:bold;
    margin:20px 0;
    border-bottom:1px solid #999;
    background:url(../_images/h1.jpg) no-repeat left center;
    text-indent: 40px;
}
h2{
    background-color:#a068a5;
    color:#FFFFFF;
    font-size:18px;
    text-align:center;
    padding:5px 0;
    margin:15px 0;
    -moz-border-radius:5px;
}
h3{
    color:#800080;
    font-size:15px;
    font-weight:bold;
    margin:10px 0;
    border-bottom:1px solid #000;
}
h4{
    color:#987db4;
    font-size:12px;
    font-weight:bold;
    margin:5px 0;
}
h5{}
h6{}
/* Paragraphes et liens */
p{
	background-color: 			inherit;
	color:						#444;
	line-height:				18px;
	padding:					0 10px 10px 10px;
    font-size:                  12px;
    margin:12px 0;
}
p strong{
    color:#000;
}
a:active, a:focus{
	outline:none;
}
a {color: #800080; /*#682*/}
a:hover {color: #000; /*#9A6*/}

/* Listes */
#content ul, #content ol{
    padding:0 0 20px 20px;
}
#content ul li, #content ol li{
    list-style-position: inside;
    list-style-type: square;
    font-size: 11px;
    line-height: 16px;
    color:#333;
}
#content ol li{
    list-style-type: decimal-leading-zero;
}
/* balises Diverses */
abbr{
	cursor:						help;
}/*abréviations lue lettre par lettre*/
acronym{
	cursor:						help;
}/*abréviation lue comme un mot*/
big{}/*texte de taille supérieure*/
cite{}/*citations*/
code{}/*code*/
small{font-size: 11px; color:#666;font-style: italic;}/*texte de taille inférieure*/




											 /**************/
										 	/* Connexion **/
/*********************************************************/
/*
#connexion{
	height:						.px;
	left:						.px;
	position:					relative;
	top:						.px;
	width:						.px;
}
*/
										  /*****************/
										 /* Fil d'Ariane **/
/*********************************************************/
/*
.ariane{
	background-color: 			inherit;
	color:						#000;
}
.ariane strong {
	background-color: 			inherit;
	color:						#A90101;
}
.ariane span{
	background-color: 			inherit;
	color:						#999;
}
.ariane a{
	background-color: 			inherit;
	color:						#555;
	text-decoration: 			underline;
}
.ariane a:hover{
	background-color: 			inherit;
	color:						#000;
	text-decoration: 			underline;
}
*/
										   /****************/
										  /* Formulaires **/
/*********************************************************/
#monFormulaire tr td{
    padding:5px 0;
    vertical-align: top;
} 
form{
}
form p{
	margin:						2px 0;
	padding:					0;
}
fieldset{
}
legend{
    color:#800080;
    font-size:15px;
    font-weight:bold;
    margin:10px 0 0;
}
label{
	color:						#333;
	display:					block;
	width:						200px;
	float:						left;
	text-align:					right;
    padding:0 10px 0 0;
    position:relative;
    top:4px;
    font-size: 13px;
    font-weight: bold;
}
input{
        background-color:#FFFFFF;
        border:1px solid #BB96C1;
        height:18px;
        width:250px;
        margin: 0 5px;
}
input.btn-ok{
    width:148px;
    height:30px;
    margin:0 0 0 210px;
    display:block;
    cursor: pointer;
    background: transparent url(../_images/btn-ok.gif) no-repeat;
    border:0;
    color:#fff;
    font-weight: bold;
}
textarea{
    height:100px;
    
}
#connexionform{
    padding:0 10px 10px;
}
.membre h3{
     color:#000;
     border: none;
     text-align: center;
     padding: 20px 0 5px 0;   
     margin:0;
}
#sidebar .membre ul{
    padding:20px 0 0 0;
}
#connexionform input{
    height:15px;
    font-size: 10px;
    color:#333;
    width:130px;
    margin:0 0 0 10px;
}
#connexionform label{
    top:0;
    float:none;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    margin:5px 0 2px 10px;
}
#connexionform .btn-login{
    border:0;
    background: transparent;
    color:#000;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin:2px auto 0 15px;
}
#connexionform span{
    font-size: 11px;
    float: right;
    margin:12px 0 0 0;
}
											  /*************/
											 /* Tableaux **/
/*********************************************************/
table{
    border:5px solid #d6ccde;
    -moz-border-radius:5px;
    margin:0 auto 10px;
}
tr{
    
}
th{
    background: #d6ccde url(../_images/tableau-titre.gif) repeat-x left top;
    border-right:1px solid #f1eef4;
    font-size: 12px;
    padding:10px 5px 5px;
    font-weight: bold;
    color:#433259;
}
td{
    background: #f1eef4 url(../_images/tableau-cellule.gif) repeat-x left top;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #d6ccde;
    font-size: 12px;
    line-height: 16px;
    padding:5px;
    color:#6a557f;
}
td.tdHidden{
    display:none;
}
											/***************/
										   /* Balises CMS**/
/*********************************************************/
#loading-mask {
	color:						#D85909;
	font-size:					1.1em;
	font-weight:				bold;
	/*opacity:					0.8;*/
	position:					absolute;
	text-align:					center;
	z-index:					500;
}

#loading-mask .loader {
	background:					#fff4e9 none repeat scroll 0%;
	border:						2px solid #F1AF73;
	color:						#d85909;
	font-weight:				bold;
	left:						50%;
	margin-left:				-140px;
	padding:					15px 60px;
	position:					fixed;
	text-align:					center;
	top:						45%;
	width:						160px;
	z-index:					1000;
}

.highlight_word{
	font-weight:				bold;
	font-style:					italic;
	text-decoration:			underline;
}

.error {
 	border:						1px solid red;
	background-color:			#fff;
	color:						#660000;
	padding:					5px;
	margin:						0 5px;
}

.error h3{
	padding-bottom:				5px;
	text-decoration:			underline;
}

.error ul{
	padding-left:				20px;
}

.error ul li{
	/*font-weight:				bold;*/
}

.notify {
	border:						1px solid #E1DFD3;
	background-color:			#F8F5F0;
	margin:0 0 20px 0;
	padding:					5px;
    -moz-border-radius:5px;
}
.notify h3{
    color:						#800080;
    text-decoration: none;
    color:#555;
    border-bottom: none;
}

.lastname,
.hidden{
	display:					none;
}

blockquote {
	margin:						16px;
    padding:					8px;
    background-color:			silver;
}

address{
	display:					inline;
}