/**

Feuille de style du site Internet http://guillaume-affringue.developpez.com

*/
body {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:9pt;
}

img {
    border:0px;
}

a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:hover {
	font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

div.all {
    float:left;
    width:100%;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    /*border:solid 1px black;*/
}

div.entete {
    text-align:center;
    width:100%;
    height:100px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}


div.colonne_gauche {

    padding:0px 10px 0px 10px;
    margin:0px 0px 0px 0px;
}

div.main_block {
    padding:0px 10px 0px 10px;
    margin:0px 0px 0px 0px;
}

div.block_titre {
    float:left;
    width:100%;
    padding:0px 0px 0px 0px;
    margin:20px 0px 0px 0px;
    border:solid 1px black;
    background-color:#C5D9FF; 
    overflow:hidden;
    font-weight:bold;
    font-size:9pt;
}

span.block_puce {
    float:left;
    height:22px;
    margin:3px 0px 0px 5px;
    padding:0px 0px 0px 0px;
}

span.titre {
    float:left;
    margin:5px 0px 3px 12px;
}

div.block {
    float:left;
    width:100%;
    padding:0px 0px 15px 0px;
    margin:15px 0px 10px 0px; 
    overflow:auto;
    text-indent:20px;
}

div.block_center {
    float:left;
    vertical-align:middle;
    text-align:center;
    width:100%;
    height:26px;
    padding:10px 0px 5px 0px;
    margin:10px 0px 0px 0px; 
    overflow:auto;
    text-indent:20px;
}

input.bouton {
    color: #000000;
    background-color: #F0F0FF;
    border: solid 1px black;
    font-size: 9.5pt;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

div.bottom {
    float:left;
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 0px;
    background: url('../images/degrade_cadre_inverse.png');
    border-top:solid 1px black;
    width:100%;
    height:18px;
    text-align:center;
}

span.liendlpdf {
    text-align:      left;
    padding-left:    16px;
    padding-right:	 24px;
    font-size:       14px;
    background-image: url('http://www.developpez.com/template/kit/kiticopdf.gif');
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

span.liendlzip {
    text-align:      left;
    padding-left:    16px;
    padding-right:	 24px;
    font-size:       14px;
    background-image: url('http://www.developpez.com/template/kit/kiticozip.gif');
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

span.lienonline {
    text-align:      left;
    padding-left:    16px;
    padding-right:	 24px;
    font-size:       14px;
    background-image: url(../images/puce_dev.gif);
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

span.liendemo {
    text-align:      left;
    padding-left:    16px;
    padding-right:	 24px;
    font-size:       14px;
    background-image: url(../images/demo.png);
	background-repeat: no-repeat;
	background-position: 0% 60%;
}

a.lien_dev, a.lien_dev:visited {
    text-decoration: none;
    color: #6389D8;
    font-size:       14px;
    font-style:      italic;
    font-weight:     bolder;
    letter-spacing:  -1px;
    text-decoration: none;
}

a.lien_dev:hover {
    text-decoration: underline;
    color: #FF0000;
}

