﻿/* selectors */
body {font-family:Arial; font-size:12px;margin:0px;color:#086a95;}
p{text-align:left;}
a{color:#086a95;}
/* 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;}

#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;}

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

#credits{text-align:center;margin-top:75px}
.hand{cursor:pointer;cursor:hand;border:solid 0px red}
/* Custom styles end */

.yellow{color:#f9dc22; font-size:14px; font-weight: bold;}
.white{color:white; font-size:14px; font-weight: bold;}
.white_text{color:white; font-size:12px; font-weight: normal;}
a.white{color:white; font-size:12px; font-weight: normal;}
.blue{color:#283891; font-size:14px; font-weight: bold;} 
.blue_text{color:#283891; font-size:12px; font-weight: normal;} 
.light_blue{color:#0b94d4; font-size:14px; font-weight: bold;}
.light_blue_text{color:#0b94d4; font-size:12px; font-weight: bold;}
a.light_blue_text{color:#0b94d4; font-size:12px; font-weight: bold;}

.upper_bold{text-transform: uppercase;font-weight: bold;}

.red_title{text-transform: uppercase;font-weight: bold;color:#9c2921;}

/* Section Documents */
.docTitle{              font-size:18px; font-weight:bold;}
.line{                  color:#114b9f;}
.tlchTexte{             padding-top:5px;height:25px;}
.document{              background:#efefff; border:#999999 1px solid;}
.document img{          border:0px solid;vertical-align: middle;}
.document .telecharger{ float:right;clear:right;}
.document .docImage{    width:150px; height:150px; background:#ffffff; border:#999999 1px solid; text-align:center; vertical-align:center; }
.document .docImage2{   width:100px; height:100px; background:#ffffff; border:#999999 1px solid; text-align:center; vertical-align:center; }
.document .desc{        width:275px; }
.document .desc2{       width:325px; }

