/* selectors */
body 
{
	font-family:Arial; 
	font-size:13px;
	margin:0px;	
	background-color:#f0efe9;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

p{text-align:justify; }
/* selectors end */

/* Custom styles */
.errorMessage{ font-weight:bold; color:Red;}
.centeredTable{ margin-left:auto; margin-right:auto;}

.row_color{background-color:white;}
.row_color:hover{background-color:gray; color:white;cursor:pointer; cursor:hand;}

.alt_row_color{ background-color:silver;}
.alt_row_color:hover{ background-color:gray; color:white; cursor:pointer; cursor:hand;}
.footer{ text-align:right;color:white; padding-top:5px}
.footer a{color:white;}

.jobs_postulation{ text-align:left; font-weight:bold; cursor:pointer; cursor:hand}
.sous-titre{ font-size:16px; color:#005E88}
.titre_bleu{ font-size:14px; color:#005E88}
.entreprise{color:#005E88}

.news_date{font-weight:bold}
.news_title{ font-weight:bold}
.news_link{}

#usersTable td{padding:3px;}
#usersInfo td{padding:3px;}

input[type="button"]{cursor:pointer;cursor:hand;}
input[type="submit"]{cursor:pointer;cursor:hand;}
input[type="file"]{cursor:pointer;cursor:hand;}

a.alt_link:link{color:black; text-decoration:none}
a.alt_link:active{color:black;text-decoration:none}
a.alt_link:hover{color:black;text-decoration:none}
a.alt_link:visited{color:black;text-decoration:none}

a.blue:link{color:#005E88; text-decoration:none}
a.blue:active{color:#005E88;text-decoration:none}
a.blue:hover{color:#005E88;text-decoration:none}
a.blue:visited{color:#005E88;text-decoration:none}

#index_left{ background-image:url(../images/index_left.jpg); background-repeat:no-repeat; width:451px}
#index_right{background-image:url(../images/index_right.jpg); background-repeat:no-repeat ;width:451px}

#innerTable td{ border:solid 0px red}

.pointer{cursor:pointer;cursor:hand;}

/* Custom styles end */