/*   Design:      Swissportail 3.0                              */
/*   Copyright:   HIM Swiss-Internet SA                         */
/*   Name:        swissportail.ch                               */
/*   Graphisme:   recto verso - axesgroupe.ch                   */
/*   HTML/CSS:    recto verso - axesgroupe.ch                   */
/*   Description: Initialisation des balises HTML               */
/*--------------------------------------------------------------*/
/*   Date:        Novembre 2009                                 */

/***/
/*  RESET  */
/***/


textarea { 
    resize:none;
}
*:focus {
    outline: none;
}
a:focus, input[type=checkbox]:focus, input[type=radio]:focus, input[type=button]:focus, input[type=submit]:focus {
    outline-style:dotted;
    outline-width:1px;
    outline-color:Gray;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body. form {
    width:100%;
    height:100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight: bold;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}