/* ---[ master.css ]---------------------------------------------

SITE :
www.gticanada.com

RÉALISATION :
CAP (www.capprod.com)

CONTENU :
- Reset CSS
- Fonts
- Utils
- Links
- Forms

CODES COULEURS :
- orange, liens : #e87c1e
- texte principal : #444
- ombrage des titres : #fae5d2

FONT :
- Général : Verdana
- Menu : Arial

----------------------------------------------------------------- */


/*** RESET CSS ***/

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
a:focus {outline: dotted 1px;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
hr {display:none;}


/*** FONTS - relative 62.5% = 10 px ***/

body {font:11px verdana,arial,helvetica,clean,sans-serif; color:#444;}
table {font-size:inherit; font:100%}
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif}
pre,code,kbd {font:115% monospace; word-spacing:1px; letter-spacing:1px; font-size:100%}
h1,h2,h3,h4,h5,h6 {font-size:100%}
::selection { background: #e87c1e; color: #fff; /* Safari */ }
::-moz-selection { background: #e87c1e; color: #fff; /* Firefox */ }


/*** UTILS ***/

a.externalLink, span.externalLink {background:transparent url(../images/utils_external.gif) center right no-repeat; padding: 2px 15px 2px 0;}
.clearFix {font-size:0; width:100%; height:0; clear:both;}

/*** LINKS ***/

a {text-decoration:none; color:#e27a1f}
a:hover {text-decoration:underline}
a:visited {color:#e27a1f}
a.chevrons {background:transparent url(../images/links_chevrons.gif) center left no-repeat; padding: 2px 0 2px 11px;}
.imgLink a img {border-bottom:solid 1px transparent; padding-bottom:2px;}
.imgLink a:hover img{ border-bottom:solid 2px #e27a1f;}


/*** FORMULAIRES ***/

.form input[type=text] {padding: 3px; color:#04274b; font-size:1.1em; border: solid 1px #ccc;}
.form input[type=text]:focus {border: solid 1px #ccc; outline: solid 1px #e87c1e;}
.form textarea {padding: 3px; color:#04274b; font-size:1.1em;border: solid 1px #ccc;}
.form textarea:focus {border: solid 1px #ccc; outline:solid 1px #e87c1e;}
.form select {padding: 0; color:#04274b; font-size:1.1em; border:solid 1px #B2B3B5;}
.form select:focus {border:solid 1px #e87c1e;}
.form input[type=submit], .form .submit {padding: 3px 6px; color:#04274b; font-size:1.1em; font-weight:bold;}

