Bonjour à tous.
Voilà, sur mon site, je voudrai créer un sondage tout simple.
J'ai vu ce modèle sur ce site : http://www.lephoceen.fr/
Il est simple et j'aime bien.
Son code san sa page index est :
CODE
<div class="sondage">
                            
                                <table width="323" cellpadding="1" cellspacing="0">
                                        <tr>

                                        <td>
                                        <center>
                                        <img src="/images/structure/sondage_titre.jpg" width="323" height="17" border="0">
                                        <table width="100%" border=0 bgcolor="#9999FF" cellpadding="0" cellspacing="1">
                                        <tr>
                                        <td>
                                            <table width="100%" border=0  bgcolor="#CFDFEE" cellpadding="2" cellspacing="2">
                                                <tr>
                                                    <td align="left">

                                                    <form method="post" action="">
                                                        <font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1"><b>Quel est votre favori pour la victoire finale à l'Euro ?</b></font><br><input type="radio" name="option_id" value="1">
                                                        <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000">L'Allemagne</font><br><input type="radio" name="option_id" value="2">
                                                        <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000">La Turquie</font><br><input type="radio" name="option_id" value="3">
                                                        <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000">La Russie</font><br><input type="radio" name="option_id" value="4">
                                                        <font face="Verdana, Arial, Helvetica, sans-serif" size="1" color="#000000">L'Espagne</font><br><br><center>
                                                                <input type="hidden" name="action" value="vote">
                                                                <input type="hidden" name="poll_ident" value="447">
                                                                <input type="submit" value="Vote" class="input">          </td>

                                                    </tr>
                                            </table>
                                        </td>
                                        </tr>
                                        </table>
                                        </td>
                                        </tr>
                                </table>
                            </div>



Et son CSS est le suivant :
CODE
.sondage {    
float: left;
margin-top : 14px;
width: 323px;    
padding-left : 8px;
}


Cependant, je ne trouve pas à quel fichier fait-il référence pour le calcul ?
J'ai essayé d'analyser le code source de la page, mais je vois pas à quel fichier PHP, ou autre fait il référence.
Merci à vous.